Jump to content

heroji

Members
  • Content Count

    50
  • Joined

  • Last visited

  • Days Won

    2

heroji last won the day on May 5 2020

heroji had the most liked content!

About heroji

  • Rank
    Advanced Member

Profile Information

  • Github
    heroji562

Recent Profile Visitors

731 profile views
  1. you mean you want that msg appear for every player in a specific map?
  2. i see does it also affects your server performance?
  3. query_sql("SELECT `account_id`, `name` FROM `char` WHERE `online` = 1 ORDER BY `account_id` LIMIT 128 OFFSET "+.@offset, .@aids, .@name$); or try change the limit to 200 offset..
  4. *getitembound(<item id>, <amount>, <bound type>{, <account ID>}) *getitembound("<item name>", <amount>, <bound type>{, <account ID>}) This command behaves identically to getitem(), but the items created will be bound to the target character as specified by the bound type. All items created in this manner cannot be dropped, sold, vended, auctioned, or mailed, and in some cases cannot be traded or stored. Valid bound types are: 1 - Account Bound 2 - Guild Bound 3 - Party Bound 4 - Character Bound
  5. View File @spy command It allows you to listen to other players' conversations in real-time! Features: Can hook up to 5 players online! (adjustable depends on your pc) It detects All/Pm/Guild&Party chatlogs. View logs players by name or all. Added a Clean chat command. Use protection with password. (Account Based) No source edit! Have fun! How to use: First of all you have to install it in game by typing the command @spy <(password)> (in this case the pw is .heroji ). Now you can use the command: @spy ( disconnect all the players hooked or show online players) @spy <name> ( hook the player to spy ) @spy .clean ( clean chatlog screen ) @spy .logsall ( show all chatlogs saved ) @spy .logs <name> (show all chatlogs of a player ) @spy .logsdrop ( will drop all the chatlogs saved in the table sql *use carefully no backup!* )  Enjoy! i tested it on @anacondaq RO server configuration..and works fine. if you are getting [obfuscate] messages, its happening when the player is spamming the chat or you hook yourself. P.s: This is my first script and I just started a month ago into scripting so if you find bug, issue or comment just post it, I would really appreciate it. Submitter heroji Submitted 05/04/20 Category Utility
  6. heroji

    @spy command

    Version 1.4.0

    110 downloads

    It allows you to listen to other players' conversations in real-time! Features: Can hook up to 5 players online! (adjustable depends on your pc) It detects All/Pm/Guild&Party chatlogs. View logs players by name or all. Added a Clean chat command. Use protection with password. (Account Based) No source edit! Have fun!
  7. sorry doble post
  8. Hi, I'm curious what is this gepard unique id? has something to do with gepard shield? just asking...
  9. I think something like this will do.. OnClock1000: cutin "kafra_7",2; Sleep(180000); cutin "", 255; end;
  10. with @exp is showing it.. so i think with a simple trick you can always show it to players. - script test1 -1,{ OnNPCKillEvent: atcommand "@exp"; }
  11. I think broadcast can only be for all and for yourself... Target flags: - bc_all: Broadcast message is sent server-wide (default). - bc_map: Message is sent to everyone in the same map as the source of the broadcast (see below). - bc_area: Message is sent to players in the vicinity of the source. - bc_self: Message is sent only to current player.
  12. client\data\texture look for scr_logo.bmp
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.