Sigh.. problem after problem..
Greetings all,
i'm using 3.02 hgserver +fix/uploaded by slammer (untouched + compiled)
3.82 client by snoopy81 etc (untouched + compiled)
worldserver source by hypnotoad (untouched + compiled)
mainserver any (pre-compiled)
gate server any (pre-compiled)
*Problem*
After i login, if i move i will recieve a connection lost.
If i use the "fix" game.cpp for 3.82client by James.. uploaded here
<a href='http://www.dreamforums.com.ar/Game.rar' target='_blank'>http://www.dreamforums.com.ar/Game.rar</a>
and recompile the 3.82 client it works i can move while in game but i notice another problem. it doesnt aviod unaccessible places like rocks blocking your way instead it tries to walk through it making your character bang into it *Ouch ouch ouch* sound made by your character. usually it will just run around it if something is blocking your way right? what should i do? Please assist my weird problem. Seeking any pros to help me out, thank you.
i'm using 3.02 hgserver +fix/uploaded by slammer (untouched + compiled)
3.82 client by snoopy81 etc (untouched + compiled)
worldserver source by hypnotoad (untouched + compiled)
mainserver any (pre-compiled)
gate server any (pre-compiled)
*Problem*
After i login, if i move i will recieve a connection lost.
If i use the "fix" game.cpp for 3.82client by James.. uploaded here
<a href='http://www.dreamforums.com.ar/Game.rar' target='_blank'>http://www.dreamforums.com.ar/Game.rar</a>
and recompile the 3.82 client it works i can move while in game but i notice another problem. it doesnt aviod unaccessible places like rocks blocking your way instead it tries to walk through it making your character bang into it *Ouch ouch ouch* sound made by your character. usually it will just run around it if something is blocking your way right? what should i do? Please assist my weird problem. Seeking any pros to help me out, thank you.
"How art thou fallen from heaven."
hmm but it work so what is the problem u can normal play with it :>
<a href=http://profile.xfire.com/sok0l><img src=http://miniprofile.xfire.com/bg/co/type/0/sok0l.png width=440 height=111></a>
better dont ask about that bug coz its dont invert in something when u play and dont waste Snoopy time coz he can do lot of things for his client and fix some harder bugs. But i hope someone help u with thatmisery wrote: any idea how to fix this problem guys? snoopy?![]()

<a href=http://profile.xfire.com/sok0l><img src=http://miniprofile.xfire.com/bg/co/type/0/sok0l.png width=440 height=111></a>
Copy your server maps to your client's folder.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
Open Game.cpp of Client.
Search :
Change For :
Search :
Code: Select all
cDir = m_Misc.cGetNextMoveDir(m_sPlayerX, m_sPlayerY, m_sCommX, m_sCommY);
Code: Select all
cDir = cGetNextMoveDir(m_sPlayerX, m_sPlayerY, m_sCommX, m_sCommY, TRUE);
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
Does this fix works too?James! wrote: Open Game.cpp of Client.
Search :
Change For :Code: Select all
cDir = m_Misc.cGetNextMoveDir(m_sPlayerX, m_sPlayerY, m_sCommX, m_sCommY);
Code: Select all
cDir = cGetNextMoveDir(m_sPlayerX, m_sPlayerY, m_sCommX, m_sCommY, TRUE);
<img src='http://www.hot.ee/carvanho/taavi.png' border='0' alt='user posted image' /><br><br><img src='http://www.hot.ee/carvanho/Elvine.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/LieroX.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/Football.png' border='0' alt='user posted image' />
i'm afraid this doesnt work. anyone has a solution? i'm just trying to get a 180/200 server with angels for singapore up online for a group of friends. i've been playin around with the source code and i've still gotten no where.. would appreciate if someone could lead me the way. which files to download etc. thank you.
"How art thou fallen from heaven."
The fix works 100%misery wrote: i'm afraid this doesnt work. anyone has a solution? i'm just trying to get a 180/200 server with angels for singapore up online for a group of friends. i've been playin around with the source code and i've still gotten no where.. would appreciate if someone could lead me the way. which files to download etc. thank you.
u are putting the code in wrong form ..
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
after using your code my character bangs into everything even houses. which it isnt suppose to. if u click on lets say a house with no door u shouldnt go in and just stand infront of it but after using your code the character keeps attempting to get it making him do the knocking effect + sound "oUuhh oUuhh Ouuhhh" now it also no longer run around things but instead try running through things blocking once again giving the knocking effect. is this fixable?
"How art thou fallen from heaven."