Custom 3.82 Files

Discussion about Helbreath Server Files.
Post Reply
csxtitan
Regular
Posts: 95
Joined: Sun Jul 11, 2004 11:02 am

Post by csxtitan »

is there some sort of new way to change the IP in the client? Im hexing it and looking for CHECKSUM! because 2 years ago, as i recall, that takes you near the IP to be changed. Is there a new place to edit it?
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

lol Npc.cfp Is 2.20 Only Uses One Spot To Change Exp And What The Exp Rate Is Gold Is Double It Auto

Code: Select all

ExpDice

Code: Select all

Npc = Slime     10    2        20   30      1      [B][U]1000[/U][/B]        1    4     0     10      0       2100    5   0     10          0     2      5000      1     0   0     0  1  0
Theres Where You Change Exp
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ProgMaster
noob
Posts: 24
Joined: Fri Jul 14, 2006 1:54 pm

Post by ProgMaster »

is there some sort of new way to change the IP in the client? Im hexing it and looking for CHECKSUM! because 2 years ago, as i recall, that takes you near the IP to be changed. Is there a new place to edit it?
What a noob ;):
Hex it search for "helbreathserver" then change it to your dns.
lol Npc.cfp Is 2.20 Only Uses One Spot To Change Exp
Umm...i dont think so. Look at this:

Code: Select all

case 7:
    	// m_iExpDiceMin
    	if (_bGetIsStringIsNumber(token) == FALSE) {
      PutLogList("(!!!) CRITICAL ERROR! NPC configuration file error - Wrong Data format.");
      delete pContents;
      delete pStrTok;
      return FALSE;
    	}
    	m_pNpcConfigList[iNpcConfigListIndex]->m_iExpDiceMin = atoi(token);
    	cReadModeB = 8;
    	break;

    case 8:
    	// m_iExpDiceMax
    	if (_bGetIsStringIsNumber(token) == FALSE) {
      PutLogList("(!!!) CRITICAL ERROR! NPC configuration file error - Wrong Data format.");
      delete pContents;
      delete pStrTok;
      return FALSE;
    	}
    	m_pNpcConfigList[iNpcConfigListIndex]->m_iExpDiceMax = atoi(token);
    	cReadModeB = 9;
    	break;
AS u can see here code is read 2 times.
What The Exp Rate Is Gold Is Double It Auto
Please decrypt this i couldn't understand any of this.
Theres Where You Change Exp
By your words exp is static (in this case it is = 1000) but that isn't true. :)
csxtitan
Regular
Posts: 95
Joined: Sun Jul 11, 2004 11:02 am

Post by csxtitan »

tx

edit: Thx
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

i removed the ExpDicemin,Max and GoldDiceMin,max to the old npc format is it hard to understand!?

now its the 2.20 or real files way:

Code: Select all

    case 7:
    	// m_iExpDice
    	if (_bGetIsStringIsNumber(token) == FALSE) {
      PutLogList("(!!!) CRITICAL ERROR! NPC configuration file error - Wrong Data format.");
      delete pContents;
      delete pStrTok;
      return FALSE;
    	}
    	m_pNpcConfigList[iNpcConfigListIndex]->m_iExpDice = atoi(token);
    	cReadModeB = 8;
    	break;
And the Gold Formula is ExpDice*2 + ExpDice...
OWNED!<br><img src='http://img50.imageshack.us/img50/1386/p ... 3vsqn2.gif' border='0' alt='user posted image' /><br><br><img src="http://hbtop50.com/button.php?u=hbuonline" alt="Helbreath Top 50 - Keepin' it real." border="0" /><br><a href='http://www.hbuonline.net' target='_blank'>Helbreath United</a>
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

SlammeR wrote: i removed the ExpDicemin,Max and GoldDiceMin,max to the old npc format is it hard to understand!?

now its the 2.20 or real files way:

Code: Select all

    case 7:
    	// m_iExpDice
    	if (_bGetIsStringIsNumber(token) == FALSE) {
      PutLogList("(!!!) CRITICAL ERROR! NPC configuration file error - Wrong Data format.");
      delete pContents;
      delete pStrTok;
      return FALSE;
    	}
    	m_pNpcConfigList[iNpcConfigListIndex]->m_iExpDice = atoi(token);
    	cReadModeB = 8;
    	break;
And the Gold Formula is ExpDice*2 + ExpDice...
Single dice FTW! I dunno why this gold/exp bullshit was ever tampered with. Set the gold drop specificaly if you want your own custom gold rates. Most of you bitches deserve having it based on your mass exp anyway. SUFFER!! :ph34r:
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>
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Pfft! <3 Dax & Kermit...!
zonghui
Regular
Posts: 47
Joined: Mon Jun 19, 2006 7:57 pm
Location: Pennsylvania

Post by zonghui »

Why cant I hit Multi square monsters like Wyvern and Abaddon.
cobra009
just visiting
Posts: 2
Joined: Thu Jul 28, 2005 2:08 pm

Post by cobra009 »

How the fuck do I set up the IP on this client? Couldn't you of made it like the original...
rsbluerelm
Regular
Posts: 31
Joined: Mon Oct 18, 2004 7:46 pm

Post by rsbluerelm »

admin command list please thank you for the release very nice
jorma98
Regular
Posts: 57
Joined: Tue Apr 11, 2006 3:42 pm

Post by jorma98 »

Could somebody fix that link or upload it? Thanks a lot!
pg120
noob
Posts: 24
Joined: Wed Jul 27, 2005 5:22 am

Post by pg120 »

Yeah, could someone please reupload these? :rolleyes:
aplqq
just visiting
Posts: 1
Joined: Wed Feb 01, 2006 3:16 pm

Post by aplqq »

jorma98 wrote: Could somebody fix that link or upload it? Thanks a lot!
Yes i need the files too!
Sentinel
Loyal fan
Posts: 462
Joined: Thu Jan 11, 2007 4:16 pm

Post by Sentinel »

Quit ur bitchin'... Go find some sources, compile, and then host it you stupid fucking noobs. -.- This is some of the easiest fucking shit. Plus, SlammeR's files aren't all that he claims them to be. Angels are bugged, I have the fucking sources, and their a pile of shit, which I will shit on for a very long time.
<!--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-->
Charles
Loyal fan
Posts: 418
Joined: Wed Nov 26, 2003 8:20 pm

Post by Charles »

Sentinel wrote: Quit ur bitchin'... Go find some sources, compile, and then host it you stupid fucking noobs. -.- This is some of the easiest fucking shit. Plus, SlammeR's files aren't all that he claims them to be. Angels are bugged, I have the fucking sources, and their a pile of shit, which I will shit on for a very long time.
that's why you make your own and stop using other peoples' stuff
<i>"Always write good code. Feel bad to write bad code."</i>
Post Reply