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

Requests

Status
Not open for further replies.
It would be great, if you can make a Dual-Wielding feature so u can
use 2 weapon at time for a specific voc
 
shared exp would be very nicei havent seen this on a server in a long time
 
Bad idea... imagine players that you cannot see.
Sorry it defeats the object of Gm's going Invis!
You obviously don't understand.
You make the script and YOU decides who can go invis and not.
 
You obviously don't understand.
You make the script and YOU decides who can go invis and not.

isnt that in commands.xml? make the invis to a lower access and put all accesss up by 1...so tutors 2, senior tutors 3, gm's 4, senior gm's 5, gods 6,
Then you got 1 to be used as an invisible access... get me?
then just make an access npc! or easier a secondary account mannager with access 2!
that should work!
shared exp would be very nicei havent seen this on a server in a long time

Agreed +1

It would be great, if you can make a Dual-Wielding feature so u can
use 2 weapon at time for a specific voc
Good idea... but then Knights will have 2* the atk rate from its weapons!
But if it only uses the one hand formular and combines it between the both .
i think its great :p
 
Last edited:
Wait list for premium players!

When the server is full and a premium player try to login, he get the message: "Temple position is wrong, contact the administrator.", that is not good :(

Thanks!
 
-Party system
-configureable dmg formula in config.lua
-configureable health rate of monsters in config.lua
-Fix the thing when target is traped for example by Ancient scarab and larvas of ancient don't move, make all monsters move every 1 second when target is not reachable.
-Make the bomb runes make pz lock even if player didnt hit anyone.
-make an exhaust for distance, when somone use spell/rune that have exhaust 2 sec then then bolt will flew after 2 seconds.

NEW SUGGEST:
-spell like exori but with mort effect and only for gods, it kills every monster without showing dmg it just affect monsters even the one that are immune to everything.

Thanks :p
 
Last edited:
I want an spell..

"rage"
(exori res)?

possible for knights, maybe paladins aswell..

It increases your damage and attackspeed by 10% for 30 secounds..
It might also reduce your defense by 10% during the rage.. Not sure about that part..

if this is possible I'd be very happy to get it :D

/Zed
 
I want an spell..

"rage"
(exori res)?

possible for knights, maybe paladins aswell..

It increases your damage and attackspeed by 10% for 30 secounds..
It might also reduce your defense by 10% during the rage.. Not sure about that part..

if this is possible I'd be very happy to get it :D

/Zed

Since this is for your own needs you have to make it allown.
 
hmmm....enchanted spears not staying on hand, neither royal or any other spear... just the normal spear stay... any hints on how to fix that?
 
Last edited:
- Arena System with the 3 lvls
- Potions 8.0 working
- Anti-lurer system
 
well maybe you can put all new items 8.0 alrerady modificate, and put more npc, and modificate the npc of addons...

Sorry again for my english, if a Moderador can correct my words please...
 
@Xero

Change your viper_star.lua to this:
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1)
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_POISONDAMAGE)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_GREENASSASSINSTAR)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.1, -30, -0.2, 0)

local condition = createConditionObject(CONDITION_POISON)
setConditionParam(condition, CONDITION_PARAM_DELAYED, 1)
addDamageCondition(condition, 4, 2000, -2)
addDamageCondition(condition, 6, 2000, -1)
setCombatCondition(combat, condition)

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