Worldlserver Source
wowowo
thanks
thanks
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
im having some troubles x/
Logged on Character Screen...
Created New Char...
Logged on Map...
Killed some slimes...
Then Changed GameServer Neutral to Elvine...
HGServer Elvine Says HACK!? _ CHARACTER SLAMMER DOESNT EXIST! ( Connection Lost )
Any help?
Logged on Character Screen...
Created New Char...
Logged on Map...
Killed some slimes...
Then Changed GameServer Neutral to Elvine...
HGServer Elvine Says HACK!? _ CHARACTER SLAMMER DOESNT EXIST! ( Connection Lost )
Any help?
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>
tracing this error now... it looks like VerifyCharacterIntegrity is not getting the right cAccountName..
<img src='http://www.playah.no-ip.com/images/Hypn ... imated.gif' border='0' alt='user posted image' />
great job hypno.
just a comment on your comments, in the text file you can add additional lines to load and save to a character file from the hg alone
but im now that i think about it, you mean when the character is created for the first time
anyway time to check out the wl source, thanks for doing this
just a comment on your comments, in the text file you can add additional lines to load and save to a character file from the hg alone
but im now that i think about it, you mean when the character is created for the first time
anyway time to check out the wl source, thanks for doing this
-><-
alright i fixed it, i wasnt closing the file when u log out or switch zone... oopsies
find
and replace with
this fixes BOTH the switch hgserver error and the loging->ogout->log back in character gone error. I will repack the sources and post them again.
reuploaded source disregard this message
-----------------------------------
<a href='index.php?act=ST&f=54&t=6793&view=getnewpost' target='_blank'>index.php?...view=getnewpost</a>
find
Code: Select all
// 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 is extremely exploitable
// all you have to do is send a huge txt file or packet to the server and crash
cp2 = new char[dwFileSize+1];
ZeroMemory(cp2, dwFileSize+1);
fread(cp2, dwFileSize, 1, pFile);
Code: Select all
cp2 = new char[dwFileSize+1];
ZeroMemory(cp2, dwFileSize+1);
ReadFile(hFile, cp2, dwFileSize, &lpNumberOfBytesRead, NULL);
CloseHandle(hFile);
also:
add this to top of this function
DWORD lpNumberOfBytesRead;
reuploaded source disregard this message
-----------------------------------
this work for u?Now... I hope some good coder out there could of fix the NPCItem.cfg thingy... which codes are included in HG 2.24b+
<a href='index.php?act=ST&f=54&t=6793&view=getnewpost' target='_blank'>index.php?...view=getnewpost</a>
<img src='http://www.playah.no-ip.com/images/Hypn ... imated.gif' border='0' alt='user posted image' />
-
- noob
- Posts: 24
- Joined: Sat Dec 25, 2004 2:40 pm
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 a message was recieved hgserver,mainserver, gate.Audioslave wrote: 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?
<img src='http://www.playah.no-ip.com/images/Hypn ... imated.gif' border='0' alt='user posted image' />
Hey Hypno great work! That was a very quick release.. I just finished coding a new dialog for the WL because I think some tool dialogs could help manage a server better.
Heres the new main dialog
<a href='http://img63.imageshack.us/img63/5994/w ... ver3no.jpg' target='_blank'>
</a>
I kept the old "dialog" process but it's hidden. It has no visible functionality only handling the core windows messages and the deconstruction of the app. I coded it like that because the server message process has issues when being combined with the dialog messages.
Anyway all i've done is automatic activation and a new main dialog. I was thinking of dialogs to help users with editing/updating cfg's, accounts and characters. Any suggestions/feedback is appreciated.
Heres the new main dialog
<a href='http://img63.imageshack.us/img63/5994/w ... ver3no.jpg' target='_blank'>

I kept the old "dialog" process but it's hidden. It has no visible functionality only handling the core windows messages and the deconstruction of the app. I coded it like that because the server message process has issues when being combined with the dialog messages.
Anyway all i've done is automatic activation and a new main dialog. I was thinking of dialogs to help users with editing/updating cfg's, accounts and characters. Any suggestions/feedback is appreciated.
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>
izzit winapi or resource dialogs?
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
Resource dialogs.Drajwer wrote: izzit winapi or resource dialogs?
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>
Interesting this might be what's crashing my HGServer lately...// 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 is extremely exploitable
// all you have to do is send a huge txt file or packet to the server and crash
cp2 = new char[dwFileSize+1];
ZeroMemory(cp2, dwFileSize+1);
fread(cp2, dwFileSize, 1, pFile);

Check it up in Developer's Corner :rolleyes:
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
Nice one!!!! Great job !
<3

<a href=http://profile.xfire.com/sok0l><img src=http://miniprofile.xfire.com/bg/co/type/0/sok0l.png width=440 height=111></a>
-
- Loyal fan
- Posts: 216
- Joined: Wed Apr 19, 2006 12:19 am
<a href='http://www.mysharebox.com/dl.php?key=68 ... ue&p=54327' target='_blank'>here you go</a>Maxis wrote: Nice work ^^ do you give me link. I cant download this :/
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />