Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by Reaguee

  1. Reaguee

    (Help) Win 10 Compatibility

    Yes there is, just do not pack the client, at least do not pack it with molebox. The problem is not because the OS, it is because is packed.
  2. Reaguee

    Serverlist first line? Whats it for

    the first line is for setting the type and the Country you client will use. You use it only on client serverlist, on the serverlist at Server you don't need that first line. -i sometimes see three numbers 0 0 1: that's an incorrect input, because the first line only needs 2 numbers (1 for the...
  3. Reaguee

    How to use task management

    What you mean with Task No? be more specific please
  4. Reaguee

    How to remove XTrap in Client!

    It is embedded in both (STTantra and HTLauncher) if you are using Nexogame Client. To disable it, NOP the calls to the dll with an hex editor like ollydbg
  5. Reaguee

    Can someone share k5 basedef.h file ?

    I think you are asking for some almost no one have, and if i'm not wrong you are looking for it for knowing how to read TAD files on k5 and up (as I read on your other post) so here is my help for you: Pet info have a total length of 192 bytes (which takes 12 records of Inven, from Inven[48]...
  6. Reaguee

    Special code both client side and server side

    If you want the true, the code have 1024 bytes not just 4. it is stored in an array of 1024 bytes which is the array used for hanbit to encrypt/decrypt messages sent to the server/client. So you can just change the "jo" or you can change the whole 1024 bytes, but, for those who knows, is so...
  7. Reaguee

    How To Make Rupiah Drop Explode

    Hi, it is called the bomb, and happens because an event is trigger, I right now don't remember the event number, but you can find the number just by reading the column "'nEventNo" on the Monster tab in tantraparam file. Usually the event number is the same in all maps that is available (some...
  8. Reaguee

    Chatturanga Portal on HTSSettings

    You didn't understand my post. For chaturanga portal: If you want to change "where the portal window will spawn", you need to change the record of the portal on the file in charge of assets in the map/zone. to avoid the "unable to move" the NPCGener must have the portal declaration with the...
  9. Reaguee

    Give additional attribute when +15

    @AvAra in other thread you show that you have old source code of the game in c++, probably if you search on that old code for the item ID you will see how server add those extras, as I remember the extras depends on: Item must be RARE Item must be Crystal or Datu Item must be for Amara+ and I...
  10. Reaguee

    Chatturanga Portal on HTSSettings

    xD no jbeitz107 they are not hard coded on the zone.exe (at least not the one iElyrb is asking for and what he is asking*), they are declare in the same file where you declare the assets that the zone will rendered (that is for client side) and for server side most be declare on the...
  11. Reaguee

    asking for launcher

    If for launcher you mean HTLauncher written in c#, I think there's none, but you can find old code written in c++ by searching on web if the links posted here in ragezone are death. if by launcher you mean the updater like STTantra, I think the ones offered in ragezone are all code in VB not...
  12. Reaguee

    List of all GM Commands

    No master_unknown, /saveposition is a command to just memorize your char location at any coord in some Maps/Zones, and I say some because there are ones that are not allowed, for example zones:4,6,10,11,13,14,15,16,20,28,31,32 and 34 will not allow you to save coords. and in zones like...
  13. Reaguee

    List of all GM Commands

    By default, Hanbit didn't add bless on Anaka, neither on Vedi, at least not in K 5.2, I'm not sure if bless works on those zones because I never decide to test that, but if you want to test it, first thing you need is to add the event for those zones on the HTSSetting file, then you will be able...
  14. Reaguee

    List of all GM Commands

    As I know the /Quiz command is used this way: /Quiz CharName quiz-index, for example [/Quiz Eliana 5] will make that quiz index 5 pop-up on Eliana character, and as I know server don't ban the user (so I think that is a custom made behaviour) all that server does if user answer it wrong is add...
  15. Reaguee

    Macro/AI/Bot

    You are wasting your time if you do the protection on client side. follow this: "NEVER TRUST ON CLIENT". Anything you do on client side to protect the client can be bypassed. Protect the game from those attacks on SERVER side. For example: you can activate the Param Hack made by hanbit to block...
Back
Top