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

Solved Magic wall (TFS)

Status
Not open for further replies.

Saj

Remember my name
Joined
Feb 26, 2008
Messages
2,127
Reaction score
6
I got a problem, People in my server can shoot mwall from depot(pz) and the mwalls don't have exahust, anyone could help me to fix these?
Here is the script I use:

Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1498)

function onCastSpell(cid, var)
	return doCombat(cid, combat, var)
end
 
Status
Not open for further replies.
Back
Top