Ataro
Member
i saw it once in modern aac but forget where it stands
.
please help

please help

function onLogin(cid)
if getPlayerStorageValue(cid, 35725) ~= 1 then
doPlayerAddItem(cid, 1987, 1)
doPlayerAddItem(cid, 2480, 1)
doPlayerAddItem(cid, 2483, 1)
doPlayerAddItem(cid, 2511, 1)
if (getPlayerVocation(cid) == 1) then
doPlayerAddItem(cid, 2190, 1)
elseif (getPlayerVocation(cid) == 2) then
doPlayerAddItem(cid, 2182, 1)
elseif (getPlayerVocation(cid) == 3) then
doPlayerAddItem(cid, 2389, 8)
else
doPlayerAddItem(cid, 2439, 1)
doPlayerAddItem(cid, 2383, 1)
doPlayerAddItem(cid, 2428, 1)
end
doPlayerAddItem(cid, 2478, 1)
doPlayerAddItem(cid, 2674, 1)
doPlayerAddItem(cid, 2152, 5)
setPlayerStorageValue(cid, 35725, 1)
end
return true
end
exactly go to ur data base and set save to 1 for all the sample characters. then log in them and put w.e starting EQ you want on them. then log out and set save back to 0There are sample chars for that. "Sample Sorcerer", "Sample Druid", ...