Based on Cleroth work.
~~~
V3.51 compatibility by Cleroth
V3.51 dialogs by Diuuude
Effects, mobs, Apocalypse, Heldenian & finalizing by Snoopy81

___________________________________________________
This source is suposed to offer a client very close to v3.51; but the aim is not to have an exact copy. Some images, windows, texts may be slightly different!
The code is not always exactelly based on v351, we sometimes used different ways to match a similar result.
We also fixed some v351 bugs or issues.
The code has been cleared of most corean comments, and some comments have been added, mostlly English but some French comments survived!
Somes features has been added or fixed. You may use the compilation options (see GlobalDef.h).
They are commented!
Some very important data has been moved to this file as well, such as server name, port, IP, version...
You may used the client with LOGIN.CFG to use a dynamic IP.
Note that even if I already coded some new features for this client, the aim of this sources is only to be as close as possible to v3.51 official client. So, most of those extra features have been removed.
___________________________________________________
What is missing to match v3.51 client:
- Druncncity effect.
___________________________________________________
What has been changed/improved from v3.51 client:
- Abaddon's death/corpse.
- Fire Wyvern's death/corpse.
- Use of LOGIN.CFG
- Optional Account creator.
- Optional Server choice.
- Optional numeric format.
- Msg "Adminuser level low".
- Added router compatibility mode (see LOGIN.CFG).
- No more client-side blocking for some TPs.
- Some more explanations for Gail's window.
- No need for cximage.dll (code is included, that
explains bigger exe).
- Removed some msg when dead (too much msg.
scrolls out the 1st one!).
- Various typo fixed.
- Added file version info.
___________________________________________________
v351 known bugs fixed:
- MasterElf arrows.
- Ek anouncer (Name/guild was exchanged).
- Abaddon's death when facing NW.
- Longer top msg when blocked in jail.
- Faster "Level Up" showing.
- Fixed ObserMode.
- Energy Ball fixed.
- Ugly Wyvern fixed.
___________________________________________________
<a href='http://sn81.free.fr/release/sources%20h ... ent351.zip' target='_blank'>Sources C++ clone client3.51</a>
<a href='http://www.unadvised.net/modules.php?na ... tit&lid=47' target='_blank'>Download #2</a>
<span style='color:red'>To bypass the pfnbcheck error, in VC++ 6, go to Project > Settings > Link Tab and add this at the end of the link options in the last box :
/FORCE:UNRESOLVED.
It will still show you 52 errors but it will be compiled and will work anyways.</span>