• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Scripts

darkin

New Member
Joined
Jan 31, 2009
Messages
14
Reaction score
0
1) I am looking for a script that putting boots life and mana rise 30%

2) a sword when he attacks you remove the utamo vita

3) Guild War to modern acc

4) I have my server online and on my web modern acc is offline. as can be solved??

sorry for my english

help :D
 
Last edited:
2) a sword when he attacks you remove the utamo vita

4) I have my server online and on my web modern acc is offline. as can be solved??

sorry for my english

help :D

2):
LUA:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA)
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_MANASHIELD)
setCombatFormula(combat, COMBAT_FORMULA_SKILL, 1, 0, 1, 0)

function onUseWeapon(cid, var)
	return doCombat(cid, combat, var)
end

4): So you can't even enter your website with 127.0.0.1? lol
 
Back
Top