Pocz?tkowe EQ REPUT!!

GoD NeXuS

Active User
Zarejestrowany
Dołączył
Marzec 15, 2010
Posty
68
Liczba reakcji
5
Witam! Mam problem z pocz?tkowym eq, ot?? nie wiem gdzie si? je dodaje czy w conigu,czy w xamppie, dlatego prosz? was o pomoc, za pomoc REP++
 
Odp: Pocz?tkowe EQ REPUT!!

Witam! Mam problem z pocz?tkowym eq, ot?? nie wiem gdzie si? je dodaje czy w conigu,czy w xamppie, dlatego prosz? was o pomoc, za pomoc REP++

je?li masz acc makera to, na pasach 1/has?o (takie jak poda?e? przy instalacji acc makera), nastepnie robisz sobie eq Gm i dodajesz na postacie o nazwach SAMPLE ,np SAMPLE sorcerer. itp. Nast?pnie si? wylogowujesz, gdy stworzysz now? posta?, acc makera wzoruje si? na SAMPLACH, tzn daje wszystko identyczne jak na samplach :)
 
Odp: Pocz?tkowe EQ REPUT!!

Plik ots\mods
firstitems.xml



<?xml version="1.0" encoding="UTF-8"?>
<mod name="First Items" version="1.0" author="Apsivaflines" contact="antica.sytes.net" enabled="yes">
<config name="firstitems_config"><![CDATA[
]]></config>
<event type="login" name="FirstItems" event="script"><![CDATA[
domodlib('firstitems_config')
function onLogin(cid)
if getPlayerGroupId(cid) == 1 and getPlayerStorageValue(cid, 50000) == -1 then

if isSorcerer(cid) then
local bag = doPlayerAddItem(cid, 1988, 1)

doAddContainerItem(bag, 2120, 1) -- ROPE
doAddContainerItem(bag, 2554, 1) -- SHOVEL
doAddContainerItem(bag, 2152, 100) -- 100 PLATINUM COINS
doPlayerAddItem(cid, 2175, 1) --SPELLBOOK
doPlayerAddItem(cid, 2190, 1) --wand of wortex
doPlayerAddItem(cid, 8819, 1) --MAGICIAN ROBE
doPlayerAddItem(cid, 8820, 1) --MAGE HAT
doPlayerAddItem(cid, 2647, 1) --PLATE LEGS
doPlayerAddItem(cid, 2195, 1) --BOH
doPlayerAddItem(cid, 2173, 1) --AOL
doPlayerAddItem(cid, 2263, 1) --SUPER SD
doPlayerAddItem(cid, 2280, 1) --SUPER MANARUNE
doPlayerAddItem(cid, 5785, 1) --VIP ACCOUNT


setPlayerStorageValue(cid, 50000, 1)

elseif isDruid(cid) then
local bag = doPlayerAddItem(cid, 1988, 1)

doAddContainerItem(bag, 2120, 1) -- ROPE
doAddContainerItem(bag, 2554, 1) -- SHOVEL
doAddContainerItem(bag, 2152, 100) -- 100 PLATINUM COINS
doPlayerAddItem(cid, 2175, 1) --SPELLBOOK
doPlayerAddItem(cid, 2182, 1) --SNAKEBITE ROD
doPlayerAddItem(cid, 8819, 1) --MAGICIAN ROBE
doPlayerAddItem(cid, 8820, 1) --MAGE HAT
doPlayerAddItem(cid, 2647, 1) --PLATE LEGS
doPlayerAddItem(cid, 2195, 1) --BOH
doPlayerAddItem(cid, 2173, 1) --AOL
doPlayerAddItem(cid, 2263, 1) --SUPER SD
doPlayerAddItem(cid, 2280, 1) --SUPER MANARUNE
doPlayerAddItem(cid, 5785, 1) --VIP ACCOUNT


setPlayerStorageValue(cid, 50000, 1)


elseif isPaladin(cid) then
local bag = doPlayerAddItem(cid, 1988, 1)

doAddContainerItem(bag, 2120, 1) --ROPE
doAddContainerItem(bag, 2554, 1) --SHOVEL
doAddContainerItem(bag, 2152, 100) --100 PLATINUM COINS

doPlayerAddItem(cid, 2456, 1) --BOW
doPlayerAddItem(cid, 2544, 100) --100 ARROW
doPlayerAddItem(cid, 8872, 1) --BELTED CAPE
doPlayerAddItem(cid, 2457, 1) --STEEL HELMET
doPlayerAddItem(cid, 2647, 1) --PLATE LEGS
doPlayerAddItem(cid, 2195, 1) --BOH
doPlayerAddItem(cid, 2173, 1) --AOL
doPlayerAddItem(cid, 2263, 1) --SUPER SD
doPlayerAddItem(cid, 2280, 1) --SUPER MANARUNE
doPlayerAddItem(cid, 2275, 1) --SUPER UH
doPlayerAddItem(cid, 5785, 1) --VIP ACCOUNT


setPlayerStorageValue(cid, 50000, 1)


elseif isKnight(cid) then
local bag = doPlayerAddItem(cid, 1988, 1)
doAddContainerItem(bag, 2120, 1) --ROPE
doAddContainerItem(bag, 2554, 1) --SHOVEL
doAddContainerItem(bag, 2152, 100) --100 PLATINUM COINS

doAddContainerItem(bag, 2439, 1) --DARMANIAN MACE
doAddContainerItem(bag, 2428, 1) --ORCISH AXE
doPlayerAddItem(cid, 8602, 1) --JAGGED SWORD

doPlayerAddItem(cid, 2525, 1) --DWARVEN SHIELD
doPlayerAddItem(cid, 2463, 1) --PLATE ARMOR
doPlayerAddItem(cid, 2457, 1) --STEEL HELMET
doPlayerAddItem(cid, 2647, 1) --PLATE LEGS
doPlayerAddItem(cid, 2195, 1) --BOH
doPlayerAddItem(cid, 2173, 1) --AOL
doPlayerAddItem(cid, 2280, 1) --SUPER MANARUNE
doPlayerAddItem(cid, 2275, 1) --SUPER UH
doPlayerAddItem(cid, 5785, 1) --VIP ACCOUNT



setPlayerStorageValue(cid, 50000, 1)
end
end
return TRUE
end
]]></event>
</mod>
 
Back
Do góry