Search found 97 matches

by Hypnotoad
Mon Oct 05, 2009 3:04 pm
Forum: Helbreath Server Source
Topic: OpenHelbreath - HELBREATH REMAKE UNDER GPL !
Replies: 14
Views: 4637

Sent you an email ;)

I like your work so far. Id like to be able to work/commit to SVN.
by Hypnotoad
Sun Oct 04, 2009 11:24 am
Forum: Helbreath Server Source
Topic: OpenHelbreath - HELBREATH REMAKE UNDER GPL !
Replies: 14
Views: 4637

Will keep an eye and contribute when I can. I don't know much python but I figure I can pick it up quick.

I agree cant let this game die.
by Hypnotoad
Mon Feb 26, 2007 11:02 pm
Forum: Helbreath Client Source
Topic: Project: Anti-Hack Application
Replies: 39
Views: 8024

Umm..Doesn't the client do something very similar to this. It searches for specific named applications running in the process list. Thats why WPE was renamed so you can run it in the background. All a person needs to do is change the name/hex of their packet editor/hack tool and bam. I guess you ca...
by Hypnotoad
Mon Feb 26, 2007 8:56 pm
Forum: Advertising
Topic: Looking to hire gamers.
Replies: 31
Views: 4005

Sounds scammy. And since someone invoked the name of Hypnotoad... Questions: What is it exactly you do? How do you make a profit hiring people to play games? I looked at the website you linked and theres no openings or hirings. Also, what are the terms and conditions of being an 'employee'? Are you...
by Hypnotoad
Tue Jan 30, 2007 11:32 pm
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 25310

hey marleythe9 can you post a complete zip/rar of your file. I'm going to be rechecking/updating the original code, and it seemed like you made some good fixes. Can you post yours--it would save me time...thanks
by Hypnotoad
Sat Jan 20, 2007 6:00 am
Forum: Helbreath Client Source
Topic: Client rebuild
Replies: 58
Views: 4959

damn wish this was open source... Lately games have been sucking. Going for the 'nicer' graphics over the game play. OH WATER HAB REFLECT = axwome gam!!! I've been thinking about making a new MMORPG, at the concept part of it atm. Easiest way would be to strip as many parts of HB as I can (since I'...
by Hypnotoad
Thu Jun 01, 2006 9:20 pm
Forum: Source Code Requests
Topic: Looking Fix Code.
Replies: 6
Views: 645

Here is picture of my problem New char got lots of majes. I need some code of reset, if player have +1000 majes. and stop majes getting to 1000. When player make new char it have already 1751607666 majes if (m_pClientList[iClientH]->m_iGizonItemUpgradeLeft < 1751607666) m_pClientList[iClientH]->m_i...
by Hypnotoad
Thu Jun 01, 2006 9:16 pm
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 25310

nono the variable is named cCharName but it really is to store the password. If it makes you feel better change it to cPasswordCheck. I was just transcribing it and thought the packet from 16-26 was char name but it was password. So that part is right
by Hypnotoad
Mon May 29, 2006 2:14 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: Request: Wlserver 3.51 That Updates Held Winners
Replies: 3
Views: 211

this is not worldserver code related. You need to find out (1) how to write to a file which is read by HGServer on startup which keeps the GUID and winner side data, (2) how to send a message to all hgservers to tell them to update that text file, (3) give players a discount when buying things that...
by Hypnotoad
Fri May 26, 2006 3:53 am
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 25310

recoding packet structure, removed item-position-x, position-y, and equipment status, and will changed item name to item ID : MSGID -> 0x0C152211 DATA -> 11 22 15 0C 14 0F 4A 65 73 73 79 00 00 00 00 00    ."....Jessy..... DATA -> 00 00 00 00 00 00 01 A7 0F 02 01 00 13 00 1D 00    ................
by Hypnotoad
Fri May 26, 2006 1:07 am
Forum: Source Code Submissions
Topic: [src] Possible Fix For Inventory Jumble
Replies: 13
Views: 1801

in _bDecodePlayerDatafileContents find if (memcmp(token, "item-position-x", 16) == 0) { cReadModeA = 50; cReadModeB = 1; } if (memcmp(token, "item-position-y", 16) == 0) { cReadModeA = 51; cReadModeB = 1; } and replace if (memcmp(token, "item-position-x", 15) == 0) { c...
by Hypnotoad
Mon May 22, 2006 3:40 am
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 25310

I don't know why i got this error now :S. 2 or 3 hours ago i didn't got this error.. Hypno can you help me? its not a bug damnit its just debug messages so i can track errors more easily. If it says send message that means a message was sent to hgserver,mainserver, gate. If it says recieve message ...
by Hypnotoad
Sun May 21, 2006 10:46 pm
Forum: Helbreath Server Source
Topic: Need Sources
Replies: 15
Views: 625

Hi all :) I Need MLServer and GateServer Sources If anybody has this files it ask about placing (Sorry for my english, i use translate Polish -> English) gate server source is available here: <a href='http://www.unadvised.net/modules.php?name=Downloads' target='_blank'>http://www.unadvised.net/modu...
by Hypnotoad
Sun May 21, 2006 9:28 pm
Forum: Source Code Submissions
Topic: [src] Hgserver Read Npcitem From Wlserver
Replies: 8
Views: 840

Those using WLServer Source which is able to send NpcItem.cfg to HGServers can use this to edit 2nd drop. I have not tested think it works. Also made a change commented "// Fixed by hypnotoad" 2.20 it was making an error so i just recoded it. in Game.cpp find MSGID_NOTICEMENTFILECONTENTS ...
by Hypnotoad
Sun May 21, 2006 8:37 pm
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 25310

alright i fixed it, i wasnt closing the file when u log out or switch zone... oopsies find   // can cause hgserver to crash because of this packet packet size!!!   // need to make fix in hgserver in regards to MSGID_RESPONSE_PLAYERDATA's dwSize   // eg if (dwSize > BUFFER) return; or something this...