Jump to content

GreenBox

Members
  • Posts

    303
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by GreenBox

  1. luac is the perfect tool, generally errors in the first line that appears to don't exists are related with text encoding(I don't know if luac support text encoding), try to change the encoding in Notepad++ to Unicode w/o BOM or open the file with some hex editor and remove the first 3 bytes if they aren't characters.
  2. i think i can provide this
  3. Skills don't have any script, they are hardcoded in the source.
  4. Note that this can affect a great range of players.
  5. even they are not using HSS and VPN. there ip's still a dynamic ip. it always change every 24hrs. i try to ban him but nothing happen. HSS stand for Hot Spot Shield changing her ip. so i think i need to trace his real ip. Almost everyone has dynamic IP, and it's IS their real IP. Generally, ISPs DHCP servers change client IP address once the modem restart or the lease has expired. The unique way to ban people is with HWID ban(although they can still fake the HWID).
  6. GitHub support SVN commit/checkout: https://github.com/blog/1178-collaborating-on-github-with-subversion
  7. Without GitHub isn't the same thing ;(
  8. I'll can try this later, doesn't seem too dificulty
  9. bump on this? github now has a "svn emulator" that can be used to checkout/commit and track revisions as numbers so it will not be a problem for the users/developers that don't know how to use Git.
  10. Github is a way better than any other git hosting ._.
  11. Unless you don't tell to the client that this skills is being used you can't do this :S @edit If you ignore the next message sent by the client it might work too
  12. And after so much time with people asking for this... https://github.com/g...5b62953a9f167e8 Added WDGRemoveLoginAutoClose, prevent the client to close when the login is refused. Tested with 2012-04-10RagexeRE. Binaries: https://github.com/g...master/PreBuilt Source: https://github.com/g...dpplugins/tree/
  13. /me pause adblock weeeee I earned $50 from adword /me unpause adblock
  14. It would be great if we had a single repository for the plugins so people can download them more easily.
  15. Theoretically you can hook CLoginMode::GetClientHash, as it takes only one parameter as the pointer for where to store the hash you can do whatever you like with those 16 bytes. For 2012-04-10RagexeRE this is it signature:
  16. I don't like java but I know sufficient to help borf, if u guys want drop me a pm
  17. GreenBox

    R>WDG.dll

    For what client version?
  18. I didn't understood what you want, sorry ._.
  19. Generally I use this tool: http://www.bullzip.com/products/md5/info.php
  20. You probably uploaded the file with some tool that keeps the original file timestamp and your timezone is different than the server timezone, then the time is in the future. You can just ignore it or configure it to don't preserve timestamps.
  21. You can do this with very ugly source mods but the client will never see the equipped cards
  22. You can't edit a lub directly and there is no easy way to decompile them
  23. I think that is not currently viable do this, sincerely, our source is the biggest mess I already saw, by design it wont work for a plugin system. For simple custom atcommands/script commands this can be made by exporting a vtable with all needed functions to the plugin and create a private store on the session_data so each plugin can have a piece of data for each player.
  24. Seems like the animation indexes(?) are static and uses the following IDs: I'll try to discover what are each ActionID, maybe they are indexed like ACTs files are.
×
×
  • Create New...