Recent content by Poison

  1. Poison

    Poison Scripting Services

    ######################################################### Status: Available ######################################################### Hello Hercules! I am offering my scripting services to you. I can do basic to complex scripts with less heuristic approach and advance algorithm. I also...
  2. Poison

    Strings in switch case statements

    Something like this: http://docs.oracle.com/javase/7/docs/technotes/guides/language/strings-switch.html
  3. Poison

    getserverinfo()

    *getserverinfo(<type>) 0 - Server Name. 1 - Character Maintenance. 2 - Starting Point Map. //Other stuffs to consider: IP Address Server Peak (Max Online Players) Add more here Sample Script: Just my thought, what do you think guys?
  4. Poison

    Anyone heard from Harmony yet?

    Their contact page is now up from a long sleep ever since summer. I and maybe some other people have been waiting for more than 72 hours and still no response from Harmony. Anyone have an idea where the contact person is? Or any alternative game guard software?
  5. Poison

    Map Zone DB: enabled_items and enabled_skills

    How about enabled_items and enabled_skills in addition to this http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/ ?
  6. Poison

    MoveNPC Script Command (Move Map to Map)

    How about making this script command move npcs map to map? What do you guys think? *movenpc "<NPC name>",<x>,<y>{,<dir>},{<map>};
  7. Poison

    checkemblem()

    *checkemblem(<guild_id>,{<char_id>}); Check if guild emblem is on or off. Returns 0 if its off and 1 if its on. Is this possible?
  8. Poison

    donpcevent script command with arguments

    How about adding argument options for this script command? What do you think guys? *donpcevent "<NPC object name>::<event label>",{<argument1>,<argument2>,...}; Script Example: place,100,100,1%TAB%script%TAB%NPC%TAB%53,{ .@i = rand(1,2); if (.@i == 1) { donpcevent...
  9. Poison

    checkidle2()

    Can I ask for your opinion regarding checkidle() script command in related to this: http://herc.ws/board/tracker/issue-7406-checkidle-acting-weird-onpcloginevent/ Maybe creating checkidle2() would be a better idea for those checks that I mentioned.
  10. Poison

    Sit/Stand Script Command

    Please implement sit and stand script commands. *sit({"<character name>"}); *stand({"<character name>"}); or/and *issitting(); //Returns 0 if not sitting, and 1 for sitting; Thank you!
Back
Top