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

Spell to transform

Status
Not open for further replies.

Archez

'
Senator
Joined
Jun 26, 2008
Messages
6,589
Solutions
1
Reaction score
73
Location
Mexico
I've been working on this famous spell "transform" which you can find at http://dbv.hopto.org/, but it's been a pain for me as I am not a LUA scripter and it's a bit confusing.

So I would be very grateful if someone is able to do this script for me, if you feel it's too much to do it for free, set up a price.

The way it should work:

If I am level 29, I won't be able to cast "transform" yet, only if I am 30. Once I have reached 30 and transformed, I should be able to cast "transform" again when I reach level 60, and so on.

The advantages of being transformed:

- 30% more max_hp
- 30% more max_mana
- 10% more damage
- unlimited transform time, it shouldn't expire
- outfit change

Thank you. :peace:
 
Last edited:
Anyway, if I am allowed to transform at 30 but decide to do it at 40, will my next transform still be 60 or will it be delayed to 70 because I waited 10 levels ?

answer that question and I'll be ready to make it :)

also is it as i think you meant, that it last forever? once casted you will always have these powers (even after logout, death and so on) ??
 
answer that question and I'll be ready to make it :)

also is it as i think you meant, that it last forever? once casted you will always have these powers (even after logout, death and so on) ??

You are 30, you cast 'transform' and get 30% more mana/hp and 10% damage, if you logout, you will go back to your default mana/hp and damage according to your level. Otherwise, if you do not logout, you may keep this power and wait until 50 to transform again, this will add 30%+ to the current (not default) hp/mana and 10% damage, and so on...

Also, if the required level to transform is 30 or 60, etc., that won't change if you transform at 40, why? because if you do transform at 40, that will be level 30 stage.
 
Last edited:
Colandus I got a question for u,

Im making a free for all event where when it starts everyone is changed to the same level (200) they all have balanced skills..but if u die in the event you change back to normal. is that possible without source editing?
 
lua , no need source edit.

can be done by 2 ways, storage way to store their exp in storage value, or a table inside the script it self.
 
Last edited:
Status
Not open for further replies.
Back
Top