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 pr0xy1337

  1. P

    About max plus

    A packet filter would be the best solution for this. Otherwise, you could use the if op = 90 and dwData > bla bla bla, but this occasionally fails. So you could add in addlogchar => if eventid 4/6 => update shard.._Items set OptLevel = MaxPlus where CharID = CharID... this way no matter if he...
  2. P

    Simple SQL query to check Max Plus of items (Real time or login/logout)

    Could be faster if you instead of looking for the number like that you use dwData, hint: You must be registered for see element.
  3. P

    Log database Event ID

    Anyone know what does eventid 5 stands for ? Data1 = 10497 Data2 = 67764224
  4. P

    *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP

    Imagine it like a second module of Agent/Gateway/Download, when a connection is made to them they will forward the packets somewhere so the Guard accepts the connection on the public 15779,15881,15884 and redirects it to new ports which u specify in the certification's inis => 5000,5001,5002 for...
  5. P

    Reward a player after reaching max level

    Usually that could be done trough the registration page in a php script, to add the Silk data I mean but.. anyway: shard > stored procedures > _AddNewChar Find a place you like... DECLARE JiD INT; SELECT JiD = UserJID FROM _User with(nolock) WHERE CharID = NewCharID IF (NOT EXISTS(SELECT JID...
  6. P

    Reward a player after reaching max level

    @Madelyn agree. We already pointed his mistakes at *e*pv*p but it seems that he likes what he did no matter he didn't test it. About your 5th point.. This works with no problems at all.. :)
  7. P

    *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP

    What are the possible reasons that it won't be able to handle more than a test server? On that tool you could apply much more stuff than what is on it right now. How it could be improved? Consider that I have 0% knowledge at C# and I am just wondering :)
  8. P

    increase 10% china def and damg

    No problem, good luck with that ^^
  9. P

    increase 10% china def and damg

    Was giving an idea to the guy who was asking above. Not hard at all :)
  10. P

    increase 10% china def and damg

    Why not make the passive skill active when weapon is equiped only ? This way you won't have it 2x or 3x.. or whatever..
  11. P

    Joymax Server Files Leak

    All of them are on the ksro (pmang) website, SQLi.. For the ones that are going to ask..
  12. P

    Joymax Server Files Leak

    Good someone released the joymax.co.kr vulnrb... You dont have to bruteforce anything to get the website.. take the main files they are including everything else.. ( You must be registered for see element. ) Anyway.. I highly doubt someone will get any further with that. There's an SQLi vulnrb...
  13. P

    Lottery System by che

    Well the procedure is pretty simple.. for the gold one you dont need anything but a scroll (you can get from other releases for str/int reset scrolls and such things) --- Lottery system --- if( @ItemRefID ='46089' and Operation = '41') begin -- Gold Lottery ...
  14. P

    SRO_VT_SHARD (FiryTailSro)

    anything special that worth the restoring process ?
  15. P

    What tools Silkroad community need right now ?

    Clientless bot that would be possible to be used with database, for automatic stuff =) I dont think I should explain it to you, you know what I mean. Ofcourse after it a guide on how you made it to work would be great :)
Back
Top