Code for Angel Levels & Spell Levels

Submit your code requests, and if you are good at coding come help others with their requests.
Post Reply
ADDKiD
<3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Ok, I need codes for having Angels level up and learn more then when their at the standard level (1), to Like level 10, 1-10 is the max level for them. They can learn Spells and Attack/Defense spells. For spell levels. Same thing, The more times you cast them the more you have a chance to level it up.

1st Level = 0/300, You have to cast it 300 times to get to level 2.
2nd Level = 0/500, You have to cast it 500 times to get to level 3.
3rd Level = 0/700, Etc, Etc...
4th Level = 0/1000
5th Level = 0/1200
6th Level = 0/1400
7th Level = 0/1600
8th Level = 0/1800
9th Level = 0/2000
10th Level = Fixed

This would be for only Circle 20 and Beyond. Also would it be possible to have 1-20 Circles instead of 1-10? Its probably not possible to do anything of which I ask, because the HB Community doesn't have the MainLogServer, and If it is possible, whoever does it, will get cash. Depending on how fast your work is, and how little bugs there are...

Already have Angel code. Ty Diuuude an Tafka!
Firestorm
Loyal fan
Posts: 260
Joined: Fri Apr 07, 2006 10:29 pm

Post by Firestorm »

i dont what you mean. :(

you mean angels which can lvl up?

Example:
You revice Angel lvl 1 and after you can lvl up to Angel lvl 10???
ADDKiD
<3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

yeah, you can leve it up along with its stats so It can learn more spells and such like that. But you can only level it up with Majestic points.
Tafka12
<3 bd long time
Posts: 772
Joined: Wed Dec 28, 2005 6:32 pm

Post by Tafka12 »

{//AngelicPendant(STR)
iValue = (m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_dwAttribute & 0xF0000000) >> 28;
if (iValue >= 1) {
m_pClientList[iClientH]->m_iStr += iValue;

Change this part

m_pClientList[iClientH]->m_iStr += iValue;

to

m_pClientList[iClientH]->m_iLevel += iValue;
<img src='http://www.hot.ee/carvanho/taavi.png' border='0' alt='user posted image' /><br><br><img src='http://www.hot.ee/carvanho/Elvine.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/LieroX.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/Football.png' border='0' alt='user posted image' />
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Hmm, in what, HGServer, Client or both?
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Firestorm wrote: i dont what you mean. :(

you mean angels which can lvl up?

Example:
You revice Angel lvl 1 and after you can lvl up to Angel lvl 10???
www.Ishouldlearnenglish.com < Check that site out. It'll teach you the basics of English...
sokol
Loyal fan
Posts: 228
Joined: Mon May 02, 2005 7:28 pm
Location: P(r)oland

Post by sokol »

ADDKiD wrote: Ok, I need codes for having Angels level up and learn more then when their at the standard level (1), to Like level 10, 1-10 is the max level for them. They can learn Spells and Attack/Defense spells. For spell levels. Same thing, The more times you cast them the more you have a chance to level it up.

1st Level = 0/300, You have to cast it 300 times to get to level 2.
2nd Level = 0/500, You have to cast it 500 times to get to level 3.
3rd Level = 0/700, Etc, Etc...
4th Level = 0/1000
5th Level = 0/1200
6th Level = 0/1400
7th Level = 0/1600
8th Level = 0/1800
9th Level = 0/2000
10th Level = Fixed

This would be for only Circle 20 and Beyond. Also would it be possible to have 1-20 Circles instead of 1-10? Its probably not possible to do anything of which I ask, because the HB Community doesn't have the MainLogServer, and If it is possible, whoever does it, will get cash. Depending on how fast your work is, and how little bugs there are...

Already have Angel code. Ty Diuuude an Tafka!
no mls ? - hmmm look there:
<a href='index.php?showtopic=4552' target='_blank'>index.php?showtopic=4552</a>
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

I know that Aryes added angels to his server in another way... now your angel is like a pet, with its own stats, level and exp.

Your angel win exp points when it attacks (i dunno if it can be killed...) and then i think you can learn some new spells that it will cast when fighting.

Maybe you should try to contact him, he may be ok for selling this code... :unsure: :unsure:
<a href='http://www.technohell.net' target='_blank'><b><span style='color:red'>>>> Helbreath Ressources Website Here <<<</span></b></a><br>C++ Sources, Tools, Server Files, Help on Forum, C++ Snippets, Toplist... Updated often, come visit us !
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Or I was hoping, that the Great and Famous diuuude, Could make it for me. But sure, I'll jump through some hoops and do a few tricks to find his email XD
ogeid
Member
Posts: 110
Joined: Thu Feb 02, 2006 11:11 pm

Post by ogeid »

Tafka12 wrote: {//AngelicPendant(STR)
iValue = (m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_dwAttribute & 0xF0000000) >> 28;
if (iValue >= 1) {
m_pClientList[iClientH]->m_iStr += iValue;

Change this part

m_pClientList[iClientH]->m_iStr += iValue;

to

m_pClientList[iClientH]->m_iLevel += iValue;
lol


:rolleyes:
"Prefiero morir de pie que vivir arrodillado"
Tafka12
&lt;3 bd long time
Posts: 772
Joined: Wed Dec 28, 2005 6:32 pm

Post by Tafka12 »

i thought he wants to get level up angels :D didn't understand
<img src='http://www.hot.ee/carvanho/taavi.png' border='0' alt='user posted image' /><br><br><img src='http://www.hot.ee/carvanho/Elvine.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/LieroX.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/Football.png' border='0' alt='user posted image' />
Treax2
Loyal fan
Posts: 281
Joined: Fri Mar 04, 2005 5:05 pm
Location: Estonia
Contact:

Post by Treax2 »

hmm its easy to make whit commands /whatchangellevel and things

but to make like character info to bet info ... its a little harder i think ... but its good idea ... and that thingi in server , then u can have more ppls =D ...

ill try to make tgat soon ... if balltrade is ready :( ...(hbflow2)
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Cool well, as People want to revolutionize, why don't people band together and make a new Helbreath server. Starting from scratch add in everything. Get tons of coders together and make one. Thats what i'm doing. I'm going so far as even to possibly pay people!

I want to have Angels level up to where it increases their abilites.
Adds more stats points.
Level 1 = +1 stat points, +50 hp, +50 mp, +100 sp
Level 2 = +2 stat points, +75 hp, +75 mp, +150 sp
etc, etc...

Spell levels would work the same. the higher the level, the higher the dmg. it works off the dmg set in your spell config.
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

diuuude wrote: I know that Aryes added angels to his server in another way... now your angel is like a pet, with its own stats, level and exp.

Your angel win exp points when it attacks (i dunno if it can be killed...) and then i think you can learn some new spells that it will cast when fighting.

Maybe you should try to contact him, he may be ok for selling this code... :unsure: :unsure:
I don't have Aryes contact info. Angel can be killed, the Angel would be like your Guardian Angel aswell. If your Angel dies you can talk to your God "Eldenien, and Aresien" or the Aresden god, and you can have it brought back to life for a certain fee, Exp, Gold, Maj points or some other type of thing. Possibly a Quest.
Post Reply