Search found 30 matches

by Mastah
Wed May 11, 2005 11:42 am
Forum: Helbreath Server Source
Topic: Netmessages...
Replies: 7
Views: 762

:blink: Somebody actually can code here!? I dont believe it! :P :lol:
by Mastah
Fri May 06, 2005 4:36 pm
Forum: Advertising
Topic: Hb Mystick !
Replies: 3
Views: 515

Nie robcie az TAKIEJ wiochy tutaj. :P

In english: NOOBs! :P
by Mastah
Sat Dec 11, 2004 7:56 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: HgServer 2.18d
Replies: 15
Views: 1077

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...
by Mastah
Thu Oct 14, 2004 4:20 pm
Forum: Helbreath Chat
Topic: Polymorph
Replies: 16
Views: 1541

Zabuza wrote: in the other forums u say 99% of ppl doesn't know how to declare a variable and here lots of ppl knows how? eureka! i found my place!
int i;
:ph34r: :lol:
by Mastah
Thu Oct 14, 2004 4:11 pm
Forum: Helbreath Chat
Topic: POLACY
Replies: 22
Views: 1805

Jeden jest. ;)
by Mastah
Mon Oct 04, 2004 5:56 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: Magic spell question
Replies: 2
Views: 210

Noone - its coded in HGserver. :P
by Mastah
Sat Oct 02, 2004 9:17 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: Anyone uses IRC anymore?
Replies: 16
Views: 1141

For creating accounts PHP scripts are better. I use irc only for chating, and info for players.
by Mastah
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: 649

(...) 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....
by Mastah
Thu Sep 02, 2004 9:04 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: How to make item will be buyable?
Replies: 12
Views: 756

-.-

:P

delete the
-
before 300 :P
by Mastah
Wed Sep 01, 2004 8:33 am
Forum: Helbreath Server Source
Topic: 2.03 source
Replies: 9
Views: 734

binarydata wrote: why dont you start with the 2.14 source which is like x50 better
That wont make much diffrence, beacouse its only source for HGserver, and the account is created probably on some other *.exe file. :P
by Mastah
Fri Aug 27, 2004 10:16 pm
Forum: Helbreath Website Scripts
Topic: Server Status PHP Script...
Replies: 8
Views: 530

I played a little with the script, and it works now :) BTW: some noob forgot to add "echo" before one line :P Should be like this: $fp = @fsockopen('xx.xxx.xxx.xx', 8239, $errno, $errstr, 2); if($fp){   <span style='color:red'>echo</span> '<font color=green>Online</font>'; } else{   echo ...
by Mastah
Thu Aug 26, 2004 9:09 pm
Forum: Helbreath Website Scripts
Topic: Server Status PHP Script...
Replies: 8
Views: 530

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 = @...
by Mastah
Thu Aug 26, 2004 6:59 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: Resurrection...
Replies: 39
Views: 2203

tester wrote: ur holding a resurrwand?

Cheers Tester
Im holding resurection wand, click on a dead player and see the spell effect. But NOTHING happens! :angry:

Does somebody have the right config line??? <_<
Im almost sure, that resurection was fixed, by HBX. <_<
by Mastah
Wed Aug 18, 2004 7:23 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: Little qustion...
Replies: 10
Views: 576

HatoL wrote: -.- i need answer not
"lol"
/tp MAP_NAME X_cord Y_cord

example:
/tp gshop_2 54 28
by Mastah
Mon Aug 16, 2004 1:45 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: Bug with ppl dead
Replies: 14
Views: 1195

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...