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

Semi Hard Reborn System

imback1

Unknown member
Joined
Jul 11, 2013
Messages
785
Solutions
1
Reaction score
46
Hello all I want Reborn System semi-hard and i didn't see it before on otland but saw it in shawn's server as we know he is genius and this is Reborn System, but a different way in the sense that I want when I go to npc, he will tell me what you want from vocations such as Oracle Rock Guard for example
Player: hi
npc: What do you want
Player: Reborn
npc: I have these vocations that you can choose what you want them, and these are: druid, knight, sorcerer and paladin
Player: druid
npc: alright, you are Knight and you will be will be Druid the sense that you will be knight druid and you will use these things that knight and druid uses like spells but your hp/mana will restore to 100/100, are you sure?
Player: Yes
npc: here you are and congratulation
that's is what i need ,its like add more vocation to your vocation to be another vocation as i said on my exmaple
and please tell me if you will help me or not, and thank you very much
tfs 0.3.6 / 8.60 / cryingdamson
 
not gonna hand it to you. anyways. I guess what you g2 do it set a new class (xname ) (druidknight)
give it the amount of mana/hp per level u want (5 hp druid 15 knight = 20 per level) mana(15 druid, 5 knight = 20 per level) and give it both spells they can. basically new promotion . easiest solution,
 
not gonna hand it to you. anyways. I guess what you g2 do it set a new class (xname ) (druidknight)
give it the amount of mana/hp per level u want (5 hp druid 15 knight = 20 per level) mana(15 druid, 5 knight = 20 per level) and give it both spells they can. basically new promotion . easiest solution,
i know about these vocations and how can i make it with spells etc but i need the main system of it to make oracle reborn me to another vocation with my main voc to be 2 vocs at same time
 
yup he will create new class called KnightDruid
For example id is 10 so inside spells.xml he can find after each spell a vocation name or id . All what is his need is to add 1 more line :D with the new vocation
I've exam after 2 hr and i'm on phone , i can be home after 5 or 6 hr max , so if no one did the script to him i can do it :D

But i can give you basics xD
You can make a local things like
Local druid = setPlayerVocation (cid, 10) new id for voc + druid :D
 
yup he will create new class called KnightDruid
For example id is 10 so inside spells.xml he can find after each spell a vocation name or id . All what is his need is to add 1 more line :D with the new vocation
I've exam after 2 hr and i'm on phone , i can be home after 5 or 6 hr max , so if no one did the script to him i can do it :D

But i can give you basics xD
You can make a local things like
Local druid = setPlayerVocation (cid, 10) new id for voc + druid :D
To do it your way is just plain stupid, example if you have 8 vocations then you would have to use 8 * 8 = 64 different id's to create 64 other vocations then what if you wanted a 3rd or 4th rb?
 
yup he will create new class called KnightDruid
For example id is 10 so inside spells.xml he can find after each spell a vocation name or id . All what is his need is to add 1 more line :D with the new vocation
I've exam after 2 hr and i'm on phone , i can be home after 5 or 6 hr max , so if no one did the script to him i can do it :D

But i can give you basics xD
You can make a local things like
Local druid = setPlayerVocation (cid, 10) new id for voc + druid :D
really wants this system to choose from another vocs when i talk to npc (oracle) like rookgurd one but this gone add more voc on your vocs :(
To do it your way is just plain stupid, example if you have 8 vocations then you would have to use 8 * 8 = 64 different id's to create 64 other vocations then what if you wanted a 3rd or 4th rb?
mmm yea i think i will create too many vocs but this will be 4 * 4 not 8 * 8 (druid > DRUID + ANOTHER VOCS) same like others
 
What are the differences these classes have? And how they should look like when combined.
If Both have different spells, Oracle simply teaches all the spells you are missing. When you have too bad or too good modifers, you can also change them.
When you have vocation specific item Or areas then change it to storage value specific or yeah.. Make new vocation and add new Vocations to items / areas.

This is how i would do this, but im beginner when it comes to scripting, so there are prolly better options
 
whitevo .. here is explain about what does he need ...

main vocs .. 4x "Sorcerer - Druid - Paladin - Knight"
converted vocs "SorcDruid - SorcPaladin - SorcKnight - DruSorcerer - DruPaladin - DruKnight - PalSorcerer - PalDruid - PalKnight - KniSorcerer - KniDruid - KniPaladin "
 
I will not write the code but I will explain how this could be done.
1. use none for a vocation of all players
2. edit the onlook function to show a vocation based on a storage value
3. assign all vocations a specific id
4. check to make sure a player has a specific storage value on login and required spells as well as if they have rebirth only 1 time
5. if they don't have required spells give them to the player
6. set their skill rate
7. at rebirth rinse and repeat but keep old vocation and update onlook to show more then 1 vocation

:)
 
I will not write the code but I will explain how this could be done.
1. use none for a vocation of all players
2. edit the onlook function to show a vocation based on a storage value
3. assign all vocations a specific id
4. check to make sure a player has a specific storage value on login and required spells as well as if they have rebirth only 1 time
5. if they don't have required spells give them to the player
6. set their skill rate
7. at rebirth rinse and repeat but keep old vocation and update onlook to show more then 1 vocation

:)
i know how to do it . xD
but i'm busy at real life and have things to do for my self :D
 
whitevo .. here is explain about what does he need ...

main vocs .. 4x "Sorcerer - Druid - Paladin - Knight"
converted vocs "SorcDruid - SorcPaladin - SorcKnight - DruSorcerer - DruPaladin - DruKnight - PalSorcerer - PalDruid - PalKnight - KniSorcerer - KniDruid - KniPaladin "
Well, didnt i just say how to do it?
 
hmm thanks but i still can't write code of it :s i'm still beginner and i think its need too much work and i don't know how to do it till now :(
 
hmm thanks but i still can't write code of it :s i'm still beginner and i think its need too much work and i don't know how to do it till now :(

look i can tell u an easy way xD
go to your vocations.xml and create your own vocation that could use 2 vocs spells or atleast few of them
then go to your spells.xml and add your custom voc for each spell
for example
exori vis can be used by sorc and druid only = 1,2,5,6 so u can create sorcKnight can use and voc id is 11
so u need to add id 11 after spell
then create your own npc script :D
if get voc is xx and message is xx then change to voc xx

u see it's simple xD
 
look i can tell u an easy way xD
go to your vocations.xml and create your own vocation that could use 2 vocs spells or atleast few of them
then go to your spells.xml and add your custom voc for each spell
for example
exori vis can be used by sorc and druid only = 1,2,5,6 so u can create sorcKnight can use and voc id is 11
so u need to add id 11 after spell
then create your own npc script :D
if get voc is xx and message is xx then change to voc xx

u see it's simple xD
my problem is only with that NPC <<< not with voc or spells
 
Back
Top