Ir para conteúdo

Featured Replies

  • Respostas 27
  • Visualizações 2.1k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

Postado
  • Autor

tome

 

<?xml version="1.0" encoding="UTF-8"?>

<mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes">

<config name="firstitems_config">

<![CDATA[  config = {

   storage = 30001,

   items = {1988, 1987, 2382, 2120, 2580, 2550, 7385, 2395}

  }

]]>

</config>

<event type="login" name="FirstItems" event="script">

<![CDATA[

  domodlib('firstitems_config')

  function onLogin(cid)

   if(getPlayerStorageValue(cid, config.storage) > 0) then

    return true

   end

   doAddContainerItem(cid, 12344, 30)

   doAddContainerItem(cid, 2392, 35)

   doAddContainerItem(cid, 2160, 1)

   doAddContainerItem(cid, 12245, 1)

   doAddContainerItem(cid, 27669, 1)

   doAddContainerItem(cid, 27670, 1)

   doAddContainerItem(cid, 12267, 1)

   doAddContainerItem(cid, 12266, 1)

   doAddContainerItem(cid, 12264, 1)

   doAddContainerItem(cid, 12265, 1)

   doAddContainerItem(cid, 12263, 1)

   doAddContainerItem(cid, 12262, 1)

   doAddContainerItem(cid, 12261, 1)

   doAddContainerItem(cid, 12260, 1)

   setPlayerStorageValue(cid, config.storage, 1)

   for _, id in ipairs(config.items) do

    doPlayerAddItem(cid, id, 1)

   end

   return true

  end

]]></event>

</mod>

 

testei aqui!

 

EDITEI EU TINHA MANDANDO O 

vo testar o que você mandou agora kkk, tinha testado o errado e n tinha funcionado.

tome

 

<?xml version="1.0" encoding="UTF-8"?>

<mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes">

<config name="firstitems_config">

<![CDATA[  config = {

   storage = 30003,

   items = {1988, 1987, 2382, 2120, 2580, 2550, 7385, 2395, 0}

  }

]]>

</config>

<event type="login" name="FirstItems" event="script">

<![CDATA[

  domodlib('firstitems_config')

  function onLogin(cid)

   for _, id in ipairs(config.items) do

    doPlayerAddItem(cid, id, 1)

   end

   if(getPlayerStorageValue(cid, config.storage) > 0) then

    return true

   end

   doPlayerAddItem(cid, 12344, 30)

   doPlayerAddItem(cid, 2392, 35)

   doPlayerAddItem(cid, 2160, 1)

   doPlayerAddItem(cid, 12245, 1)

   doPlayerAddItem(cid, 27669, 1)

   doPlayerAddItem(cid, 27670, 1)

   doPlayerAddItem(cid, 12267, 1)

   doPlayerAddItem(cid, 12266, 1)

   doPlayerAddItem(cid, 12264, 1)

   doPlayerAddItem(cid, 12265, 1)

   doPlayerAddItem(cid, 12263, 1)

   doPlayerAddItem(cid, 12262, 1)

   doPlayerAddItem(cid, 12261, 1)

   doPlayerAddItem(cid, 12260, 1)

   setPlayerStorageValue(cid, config.storage, 1)

   return true

  end

]]></event>

</mod>

 

testei aqui!

 

EDITEI EU TINHA MANDANDO O ERRADO editado ás 21:29

[23/05/2015 21:29:20] [Error - CreatureScript Interface] 
[23/05/2015 21:29:20] buffer:onLogin
[23/05/2015 21:29:20] Description: 
[23/05/2015 21:29:20] (luaDoAddContainerItem) Container not found

[23/05/2015 21:29:20] [Error - CreatureScript Interface] 
[23/05/2015 21:29:20] buffer:onLogin
[23/05/2015 21:29:20] Description: 
[23/05/2015 21:29:20] (luaDoAddContainerItem) Container not found

[23/05/2015 21:29:20] [Error - CreatureScript Interface] 
[23/05/2015 21:29:20] buffer:onLogin
[23/05/2015 21:29:20] Description: 
[23/05/2015 21:29:20] (luaDoAddContainerItem) Container not found

[23/05/2015 21:29:21] [Error - CreatureScript Interface] 
[23/05/2015 21:29:21] buffer:onLogin
[23/05/2015 21:29:21] Description: 
[23/05/2015 21:29:21] (luaDoAddContainerItem) Container not found

[23/05/2015 21:29:21] [Error - CreatureScript Interface] 
[23/05/2015 21:29:21] buffer:onLogin
[23/05/2015 21:29:21] Description: 
[23/05/2015 21:29:21] (luaDoAddContainerItem) Container not found

[23/05/2015 21:29:21] [Error - CreatureScript Interface] 
[23/05/2015 21:29:21] buffer:onLogin
[23/05/2015 21:29:21] Description: 
[23/05/2015 21:29:21] (luaDoAddContainerItem) Container not found
[23/05/2015 21:29:27] firstitem has logged out. 

Postado
  • Autor

<?xml version="1.0" encoding="UTF-8"?>

<mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes">

<config name="firstitems_config">

<![CDATA[  config = {

   storage = 30003,

   items = {1988, 1987, 2382, 2120, 2580, 2550, 7385, 2395, 0}

  }

]]>

</config>

<event type="login" name="FirstItems" event="script">

<![CDATA[

  domodlib('firstitems_config')

  function onLogin(cid)

   for _, id in ipairs(config.items) do

    doPlayerAddItem(cid, id, 1)

   end

   if(getPlayerStorageValue(cid, config.storage) > 0) then

    return true

   end

   doPlayerAddItem(cid, 12344, 30)

   doPlayerAddItem(cid, 2392, 35)

   doPlayerAddItem(cid, 2160, 1)

   doPlayerAddItem(cid, 12245, 1)

   doPlayerAddItem(cid, 27669, 1)

   doPlayerAddItem(cid, 27670, 1)

   doPlayerAddItem(cid, 12267, 1)

   doPlayerAddItem(cid, 12266, 1)

   doPlayerAddItem(cid, 12264, 1)

   doPlayerAddItem(cid, 12265, 1)

   doPlayerAddItem(cid, 12263, 1)

   doPlayerAddItem(cid, 12262, 1)

   doPlayerAddItem(cid, 12261, 1)

   doPlayerAddItem(cid, 12260, 1)

   setPlayerStorageValue(cid, config.storage, 1)

   return true

  end

]]></event>

</mod>

 

n tirei o bag era cid por q envolve player

nesse ultimo a bag nem quis abrir .-.

EDITEI UMA COISA AQUI E VOU TESTAR SE FUNCIONAR AVISO ALEX  ;)

Editado por Filipe Fagundes (veja o histórico de edições)

Postado
  • Diretor

pronto resolvido agora vai kkkkk

 

<?xml version="1.0" encoding="UTF-8"?>
<mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes">

<config name="firstitems_config">
<![CDATA[  config = {
   storage = 30001,
   items = {1988, 1987, 2382, 2120, 2580, 2550, 7385, 2395, 0}
   -- 7385 (pokeinfo) ok
   -- 2395 (portfoil) ok
   -- 2382 (pokedex) ok
   -- 2547 (coin case) ok
   -- 2550 (order)  ok
   -- 1987 (bag)  ok
   -- 1988 (badge case) ok
   -- 2120 (rope)  ok
   -- 2580 (fishing rod) ok
  }
]]>
</config>
<event type="login" name="FirstItems" event="script">
<![CDATA[

  domodlib('firstitems_config')

  function onLogin(cid)

   if getCreatureName(cid) == "Account Manager" then
    doSetCreatureOutfit(cid, {lookType = 655}, -1)
   return true
   end

   if getPlayerSlotItem(cid, CONST_SLOT_ARMOR).itemid > 0 then
   return true
   end

   for _, id in ipairs(config.items) do
    doPlayerAddItem(cid, id, 1))
   end

 

    doPlayerAddItem(cid, 12344, 30)
    doPlayerAddItem(cid, 2392, 35)
    doPlayerAddItem(cid, 2160, 1)
    doPlayerAddItem(cid, 12245, 1)
    doPlayerAddItem(cid, 27669, 1)
    doPlayerAddItem(cid, 27670, 1

 

   local bag = getPlayerItemById(cid, false, 1988).uid
   doAddContainerItem(bag, 12267, 1)
   doAddContainerItem(bag, 12266, 1)
   doAddContainerItem(bag, 12264, 1)
   doAddContainerItem(bag, 12265, 1)
   doAddContainerItem(bag, 12263, 1)
   doAddContainerItem(bag, 12262, 1)
   doAddContainerItem(bag, 12261, 1)
   doAddContainerItem(bag, 12260, 1)
   return true
  end
]]></event>
</mod>

Editado por alexxxxxxx (veja o histórico de edições)

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo