Hello guys and girls!!
In this thread i`ll show you my life in Shadowcores.
The reason i went to this server is plain simple, cipsoft server lags for me Shadowcores not.
What will i bot? just as in the cipsoft server 1 account with the 4 vocations.
The characters are at the moment:
1
Also for all my scripts i use this little script to directly change gold to plats.
lua code:
while true do
for i = 0, #Container.GetAll()-1 do
bp = Container(i)
for j = bp:ItemCount()-1, 0, -1 do-- Loop trough each spot reversedly
item = bp:GetItemData(j)
if ((item.id == 3035 or item.id == 3031) and item.count == 100) then
bp:UseItem(j) -- use item on that spot
wait(450,600)
end
end
end
end