Recent content by latheesan

  1. latheesan

    Is there an NPC event I can use to detect when player enters a map?

    Is there an NPC event I can use to detect when player enters a map? I want to prevent duel client on event maps, but to be able to do that, I need to first detect user entering a specific map. How can I go about doing this?
  2. latheesan

    Change GM Chat Colour in Channel System?

    Hi, Is it possible to change the GM's chat colour in the Channel System? I know you can change the colour of GM's chat in the normal chat system via NEMO patcher like this: How about for the Channel System? Could it be done with a simple plugin?
  3. latheesan

    Where does Thor Patcher keeps a list of installed patches?

    Where does Thor Patcher keeps the list of installed patches? One of our player had the game client running (which made the grf in use, so the merge couldn't happen) and his patch is screwed up now and wish to re-apply it. I know in the old patcher I used, there was like a log file, where I can...
  4. latheesan

    How to prevent multiple spaces in chat room? Scammers are using this to impersonate GMs.

    Hi All, I just found out about an interesting way scammers are scamming my players. If they used multiple spaces, they can pretend to be anyone (especially GM/Admin) and trick users to give their account details away or in worst case get them to install TeamViewer etc... Let me show you what...
  5. latheesan

    How to use the token based login?

    I am using the client: 2014-10-22 The herc emu/db has been setup to use md5 pass, not plain text. I diffed my client using NEMO and un-ticked "Restore Login Window" Given my username: latheesan & password: 123456 I tried to launch my client like this: myclient.exe...
  6. latheesan

    Need help using Packet Obfuscation feature - getting error: Received unsupported packet

    Hi, I am using the client: 2014-10-22b To use the Packet Obfuscation feature; I used the following site to create 3 unique keys and made sure it "Passed" the validation stage. Then I Patched my unpacked client using NEMO with the following options: 8 Custom Window Title 9 Disable 1rag1 type...
  7. latheesan

    item dupe hack

    A friend of mine brought this tool to my attention today: ~ Link not Needed ~ This tool is able to somehow dupe item in all types of emulator. Has anyone from Herc community heard of this? Perhaps looked into how this works? Is it possible to block this?
  8. latheesan

    Which episode does Hercules support?

    Hello and pardon my ignorance, but I saw this list here: http://herc.ws/board/topic/3554-ragnarok-episode-timeline/ Which episode of Ragnarok Online is implemented by the latest hercules git repo? Since Episode 15.2 : Memory Record is listed here, is that the latest herc offers? or am I wrong...
  9. latheesan

    Set the array variable value to value returned by a function

    I have the following script: // Main Script- script L_Test -1,{ // Configuration set .useLastMAC,0; // When player logins into game OnPCLoginEvent: // Load account info setarray @accountInfo$,callfunc("L_GetAccountInfo"); debugmes "[OnPCLoginEvent] account_id = " + @accountInfo$[0]...
  10. latheesan

    NPC Script with Functions not working - invisible/not on a map error

    Hi everyone, I've been away from Ragnarok Online for a very long time, I have recently picked it up and I have started NPC Scripting again. I am working on a daily reward script that uses function and I am getting this error: invisible/not on a map error I have managed to re-produce the error...
  11. latheesan

    New server setup problem

    Hi. I have been away from ragnarok online for a very long time and decided to pick it up again and use Hercules emulator. Today I git cloned the main repo and I was able to successfully compile the project in VS2012 (release mode). Everything that has been changed on the server were put in the...
  12. latheesan

    NPC Script Editor

    File Name: NPC Script Editor File Submitter: latheesan File Submitted: 27 Feb 2014 File Category: Utility Easy to use & feature packed NPC Script Editor for RO emulator(s). Has a built in plug-in system, so anyone can write their own plugin to extend this editor's feature. Now...
  13. latheesan

    NPC Script Editor

    Hi, NPC Script Editor is an easy to use & feature packed NPC Script Editor for ROemulator(s). Download Latest Version NPC Script Editor r600 Features NPC Script Syntax Highlighting Standard functionalities you'd expect of a editor (file, open, print etc...) Fully implemented Find...
Back
Top