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 sladlejrhfpq

  1. sladlejrhfpq

    GameServer Record Chat Log

    @thebigbody it didnt really fk up, just copy paste to a text file. It was long ago, I'm not really interested in silkroad any more. concucu021 I could log the party chat, but I thought it would be pointless, because the parties change really often
  2. sladlejrhfpq

    GameServer Record Chat Log

    yes, I coded it long ago, but I still have the source. Thanks for mentioning me. Here is a part of code: void LogGuildMsg() { sprintf(buffer, "exec %s.dbo._LogGuildAndUnionChat :1, :2", sql->DBName); sql->ExecuteQuery(buffer, GuildSenderName, GuildMessage); } _declspec(naked) void...
  3. sladlejrhfpq

    Purfication Pills Bug !

    You must be registered for see element. purification pill bug guide enjoy
  4. sladlejrhfpq

    Offer :)

    hex coder?
  5. sladlejrhfpq

    Loading Screens For Baghdad

    you have to add a codecave in the sro_client
  6. sladlejrhfpq

    ¿How the "variance" in items works?

    As I remember each 5 bits hold a value (0~31) 0 = 0% 31 = 100%
  7. sladlejrhfpq

    SQL Script for Media.pk2

    well, it just selects the lines for you, and you should copy them to your text files. if you are planning to create a complete media.pk2, that will take some time, but this procedure just helps you in itemdata and characterdata, the other ones are kinda easy to do. (for example...
  8. sladlejrhfpq

    SQL Script for Media.pk2

    it does not create the Media.pk2, this procedure just helps you creating the lines for Itemdata and Characterdata text files. Since the data for them is collected from 2 tables, and not all columns, it will make your job easier.
  9. sladlejrhfpq

    m_pSkillEffInfo == NULL

    add the effect into skilleffect.txt
  10. sladlejrhfpq

    I want a customcertification for 2 servers in 1 list

    you could use this tool for creating the config: You must be registered for see element. note that you will need 2 different shard databases for 2 servers running
  11. sladlejrhfpq

    Error Avatar Dark Hallowen

    1st possibility: the avatar's files are missing from data.pk2, make sure you have them in res, and prim\mtrl prim\mesh etc, if you are not sure just download a newer data.pk2 2nd: if the avatar is blue soulknight, viking, and there are some others, which is not supported in older client, you...
  12. sladlejrhfpq

    [Solved] Angel's spirit devil PROBLEM!

    Re: Angel's spirit devil PROBLEM! worldmap_localinfo.txt ...
  13. sladlejrhfpq

    how i can change New Pet Size and Speed?,also how i can telport to any unique?

    you can use /movetonpc MOB_CH_TIGERWOMAN for example for tiger girl, if it is not in the field, it just wont take you anywhere
  14. sladlejrhfpq

    Constantinople Teleport bug

    something is wrong at _RefTeleLink try to re add lines related to constantinople, the ID of it is 20, so check the lines where OwnerTeleport is 20. dont forget to add the changes to the client too
  15. sladlejrhfpq

    Help : can't Telport here

    this is not the unique room's teleport, it is the Phantom Desert, make sure you have ARABIA_FIELD_02 added properly in the database
Back
Top