• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Small List of Problems :D

Kedor

New Member
Joined
Mar 3, 2008
Messages
263
Reaction score
0
Location
Poland, Gdynia
1.Solved on my own
2.Solved on my own
3.Solved on my own
4.Solved on my own
5.Solved on my own

6. How can i make Ceremonial Ankh working like in rl tibia? i mean when you look on it (or use it :P whatever) i see what blessings i have

7.Solved on my own

Look, I am not "spamming" with that post :P cuz i could make 5 other threads.... but i tried to make that alone.. and i didnt found any way to fix these problems.. :( i had many more problems but only these left :( :P
hope you guys will help me


Using latest Tags .. TFS :P
 

Attachments

Last edited:
5

Use movement event called onStepIn?

like:

if isInArray(getPlayerVocation(cid), {1,5}) then
do dmg
end
 
Back
Top