HB UNDERLORD

Advertise your Private Server here
Dax
<3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

Sentinel wrote: Yeah.. It is an easy fix. I was told to do this though...

iRet /=2 <--- I have no fucking clue what that means, it has to do with the character level up is all I know. I added it, and haven't tested it yet..
Lol. You're just halving the exp formula by the looks of it.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Jehovah
noob
Posts: 19
Joined: Sat Sep 02, 2006 3:15 am

Post by Jehovah »

Lol, a hard bug to fix, all u need to do is what Sentinel said, divide the exp forumula by 2 or any other number. Ive did it that way and ran numerous amounts of server's without any bug's. You may have to vary the exp per mob a little different but it still works. Make sure you do it in the client source also or ur client will show u have x EXP, when u really have more than it shows.
Jehovah
noob
Posts: 19
Joined: Sat Sep 02, 2006 3:15 am

Post by Jehovah »

The reason being i left it at 339 and not 340 is because a: the lvls jump and the exp gets harder like every 17 lvls, to make it go to 340 and u not overlevel would mean ud have to change the 17 or work around and actually calculate what number to divide with, and 339 / 340 isnt much diff so whats it really matter.

EX: once u use the snippet iRet /= 2 or w/e number, ull have some times where ull jump 10 lvls and then itll take like x5 more exp rolls to get just one lvl, its just the way it was coding but it doesnt really matter cuz u dont seen any 300+ with low exp.

(Thats the old underlord, EvilHit has taken over that and its way different , its a 475/700 now..)

www.hbchronicle.com

305/500
EK 1:5
/showdmg
/showdef
Angels
Weapon Dyes
No bug's
New color's
Custom ball trade
Hero weapons avail. at ch guy
Armor-Break = full strip
Hammer stripping
New sprites
New magic spells
Mass Event's
6 days up now
Come try it out and see what u think..
Jehovah
noob
Posts: 19
Joined: Sat Sep 02, 2006 3:15 am

Post by Jehovah »

( 1+12 )
I believe so, Maybe they made it 339 to avoid the jump since they cannot fix it .

For ur info the jump was at lvl 318 if i remember correctly, and the fix is quite simple if u do as i did, with the iRet /= 2, just divides all exp by 2, makes it avail for lvl 600+, Next time plz know wtf ur saying before u say it
Sentinel
Loyal fan
Posts: 462
Joined: Thu Jan 11, 2007 4:16 pm

Post by Sentinel »

Jehovah wrote: ( 1+12 )
I believe so, Maybe they made it 339 to avoid the jump since they cannot fix it .

For ur info the jump was at lvl 318 if i remember correctly, and the fix is quite simple if u do as i did, with the iRet /= 2, just divides all exp by 2, makes it avail for lvl 600+, Next time plz know wtf ur saying before u say it
Yeah... Well... I haven't been able to test because HelbreathX fuxored up the releases when they were releasing. I had to go and search for v2.20 Server files, found 'em and I have to use those configs since the v2.24b only reads those. Dunno why, but oh well. Thanks for the Help Jeh.
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->charlie says:<br>i may own outpost but im not a nerd<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->(locobans @ Mar 12 2007, 10:48 PM) <br>"Remember while peeing, If you shake it more than twice you playing with it..." <br><!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
mashimaro88
Regular
Posts: 32
Joined: Sat May 19, 2007 9:22 am

Post by mashimaro88 »

btw...HB Underlord isnt fair enuff..i remembered one of my friend PKed someone and the guy dropped his Templar sword n my fren pick it up..after that..EvilHit took the templar sword from my fren to giv it back to the guy??isnt it unfair?LOL!!-.-"~
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

mashimaro88 wrote: btw...HB Underlord isnt fair enuff..i remembered one of my friend PKed someone and the guy dropped his Templar sword n my fren pick it up..after that..EvilHit took the templar sword from my fren to giv it back to the guy??isnt it unfair?LOL!!-.-"~
lololol! Awesome fairness. It was probably made by a GM and he didn't wanna get busted for it. KILL TEH EVIDENCE! FAWK TEH LOGS!

Fuck I'm getting sick of these peices of shit confusing players. They're starting to believe this is how servers act. THIS IS HOW CHILDREN ACT! He can't kill shit so he cheats, he still dies so he covers his ass. Find real servers people.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Orkl
Loyal fan
Posts: 376
Joined: Sat Sep 17, 2005 2:31 pm

Post by Orkl »

Jehovah wrote: ( 1+12 )
I believe so, Maybe they made it 339 to avoid the jump since they cannot fix it .

For ur info the jump was at lvl 318 if i remember correctly, and the fix is quite simple if u do as i did, with the iRet /= 2, just divides all exp by 2, makes it avail for lvl 600+, Next time plz know wtf ur saying before u say it
Fixing the level jump bug is quite simple really. Just change the integers to __int 64 and then divide the exp table by 2... No more jumps :D
<!--QuoteBegin-crazymnig88+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (crazymnig88)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->by notepad??? it didn't show any code, just show words wif no mean<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin-charlie+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (charlie)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->he'll probably save it as 600pagebook.bmp<br><br>400gb file plzkthnx<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
mashimaro88
Regular
Posts: 32
Joined: Sat May 19, 2007 9:22 am

Post by mashimaro88 »

and aso..this server's client sucks the most...crashed about 10000times in an hour time..and EvilHit...is the worst GM of all..his attitude..real suckz...
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

Orkl wrote:
Jehovah wrote: ( 1+12 )
I believe so, Maybe they made it 339 to avoid the jump since they cannot fix it .

For ur info the jump was at lvl 318 if i remember correctly, and the fix is quite simple if u do as i did, with the iRet /= 2, just divides all exp by 2, makes it avail for lvl 600+, Next time plz know wtf ur saying before u say it
Fixing the level jump bug is quite simple really. Just change the integers to __int 64 and then divide the exp table by 2... No more jumps :D
Or make it an unsigned int.. double the avail exp. :D
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

bone-you wrote:
Orkl wrote:
Jehovah wrote: ( 1+12 )
I believe so, Maybe they made it 339 to avoid the jump since they cannot fix it .

For ur info the jump was at lvl 318 if i remember correctly, and the fix is quite simple if u do as i did, with the iRet /= 2, just divides all exp by 2, makes it avail for lvl 600+, Next time plz know wtf ur saying before u say it
Fixing the level jump bug is quite simple really. Just change the integers to __int 64 and then divide the exp table by 2... No more jumps :D
Or make it an unsigned int.. double the avail exp. :D
Or just fucking remove the shit. These fucking rookie servers are a joke anyway. You only see 1 exp gain and you're max level.

[off topic ranting]
Funniest part of it all is these cock knockers set massive exp and wonder why their server fucking sucks and feels like half the game is missing. You're all retards and shouldnt even be fucking with the exp to start with. Why don't you cunts try fucking with school or somthing? Wait, that might get you brainless fucks somewhere. You don't want that do you?
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Sentinel
Loyal fan
Posts: 462
Joined: Thu Jan 11, 2007 4:16 pm

Post by Sentinel »

Dax wrote:
mashimaro88 wrote: btw...HB Underlord isnt fair enuff..i remembered one of my friend PKed someone and the guy dropped his Templar sword n my fren pick it up..after that..EvilHit took the templar sword from my fren to giv it back to the guy??isnt it unfair?LOL!!-.-"~
lololol! Awesome fairness. It was probably made by a GM and he didn't wanna get busted for it. KILL TEH EVIDENCE! FAWK TEH LOGS!

Fuck I'm getting sick of these peices of shit confusing players. They're starting to believe this is how servers act. THIS IS HOW CHILDREN ACT! He can't kill shit so he cheats, he still dies so he covers his ass. Find real servers people.
This is all very true.
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->charlie says:<br>i may own outpost but im not a nerd<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->(locobans @ Mar 12 2007, 10:48 PM) <br>"Remember while peeing, If you shake it more than twice you playing with it..." <br><!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
Jehovah
noob
Posts: 19
Joined: Sat Sep 02, 2006 3:15 am

Post by Jehovah »

Yeah but that just means longer numbres in the NPC.cfg , i just divided , if it was low exp i agree it would be different. But for what i was using it for, Yes it works.

Im also recoding und3rl0rd atm for u ppl who play it , or laff at it. It is somewhat of a joke atm so many bugs is insane. I made the server then files were gave to ppl , and someone hosted it. They also messed it up quite badly, but the new update will be finished today. As far as corruption, i wouldnt know, i only coded it dont really want any part in it, Ill let the host do that part.

But yeah, corruption is stupid. I made hbchronicle and i dont really have time to play it but i dont edit myself or anything i actually suck ><
Jehovah
noob
Posts: 19
Joined: Sat Sep 02, 2006 3:15 am

Post by Jehovah »

Are you referring to me Danny? I hope not.
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

Jehovah wrote: Are you referring to me Danny? I hope not.
Anyone who's code is supposed to do 1 thing but bugs 50 other things. Lots of fake ass "coders" around here.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Post Reply