Search found 30 matches
- Wed May 11, 2005 11:42 am
- Forum: Helbreath Server Source
- Topic: Netmessages...
- Replies: 7
- Views: 1591
- Fri May 06, 2005 4:36 pm
- Forum: Advertising
- Topic: Hb Mystick !
- Replies: 3
- Views: 1010
- Sat Dec 11, 2004 7:56 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: HgServer 2.18d
- Replies: 15
- Views: 2293
Actualy this should be pretty simple to fix if You know C++. :) You just need to: 1) Know the trade window numbers - i think its 1-4 for the one window part and 1001-1004 for the second (im only 90% sure about this, becouse im too lazy to make sure i got it right :P ). 2) Change variables in Client...
- Thu Oct 14, 2004 4:20 pm
- Forum: Helbreath Chat
- Topic: Polymorph
- Replies: 16
- Views: 3292
- Thu Oct 14, 2004 4:11 pm
- Forum: Helbreath Chat
- Topic: POLACY
- Replies: 22
- Views: 3970
- Mon Oct 04, 2004 5:56 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: Magic spell question
- Replies: 2
- Views: 495
- Sat Oct 02, 2004 9:17 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: Anyone uses IRC anymore?
- Replies: 16
- Views: 2343
- Tue Sep 07, 2004 6:42 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: 3.51 with farming , manu and achelmy workin
- Replies: 14
- Views: 1748
(...) only 2-3 bugz =D ANd farming , manu and ACheLmy ARE WORKING ON IT !@!@ (...) I'll belive it, when I see it. :P Many and Alchemy are working on mine server files, so i dont know, what you needed to fix. :lol: Only fing i needed to do was to fix 2 stupid cfg files, which took me 5 minutes each....
- Thu Sep 02, 2004 9:04 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: How to make item will be buyable?
- Replies: 12
- Views: 1715
- Wed Sep 01, 2004 8:33 am
- Forum: Helbreath Server Source
- Topic: 2.03 source
- Replies: 9
- Views: 1771
- Fri Aug 27, 2004 10:16 pm
- Forum: Helbreath Website Scripts
- Topic: Server Status PHP Script...
- Replies: 8
- Views: 1575
- Thu Aug 26, 2004 9:09 pm
- Forum: Helbreath Website Scripts
- Topic: Server Status PHP Script...
- Replies: 8
- Views: 1575
I downloaded the script from helbreathss.tk, and it looks like this: $fp = @fsockopen('Put your IP Here', Port Goes here. Usually 3002, $errno, $errstr, 2); if($fp){ '<font color=green>Online</font>'; } else{ echo '<font color=red>Offline</font>'; } After puting in my IP it looks like this: $fp = @...
- Thu Aug 26, 2004 6:59 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: Resurrection...
- Replies: 39
- Views: 4792
- Wed Aug 18, 2004 7:23 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: Little qustion...
- Replies: 10
- Views: 1088
- Mon Aug 16, 2004 1:45 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: Bug with ppl dead
- Replies: 14
- Views: 1961
when someone is moving, the server calls the iClientMotion_Move_Handler now if you look in that, there is the iGetPlayerABSStatus (it determons what the other player looks like) the problem is, there is 2 iGetPlayerABSStatus functions. How to fix: search for: int CGame::iGetPlayerABSStatus(int iCli...