• 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!

Request: Bule Arrow Script.

orpgs

Banned User
Joined
Apr 12, 2009
Messages
20
Reaction score
1
Hello i need the arrow script to my server please can you post it!

namnlsz.png
 
PHP:
local position = {x = 1000, y = 1000, z = 7}

function onStepIn(cid, item, pos)
doSendMagicEffect(position, CONST_ME_TUTORIALARROW)
	return TRUE
end
 
Back
Top