Search results

  1. D

    Duplicate NPC Commands 1.0

    2 Self Explanatory Commands: duplicatenpc("NpcName", "DuplicateName", "DupHiddenName", "map", x, y, dir{, sprite{, xs, ys}});duplicateremove({"NPCname"}); Example Script: prontera,150,150,5 script DupTest 999,{mes...
  2. D

    Duplicate NPC Commands

    File Name: Duplicate NPC Commands File Submitter: Dastgir File Submitted: 12 Jan 2015 File Category: Plugins 2 Self Explanatory Commands: duplicatenpc("NpcName", "DuplicateName", "DupHiddenName", "map", x, y, dir{, sprite{, xs, ys}});duplicateremove({"NPCname"}); Example Script...
  3. D

    Magic Critical Strike

    File Name: Magic Critical Strike File Submitter: Dastgir File Submitted: 12 Jan 2015 File Category: Plugins Its a plugin for Critical Strike on Skills Critical Strike Calculation is as per normal calculations You can have a battle_config on any of the files in conf/battle/ with...
  4. D

    Magic Critical Strike 1.0b

    Its a plugin for Critical Strike on Skills Critical Strike Calculation is as per normal calculations You can have a battle_config on any of the files in conf/battle/ with magic_critical_color: 1 or 2 1 = Red Critical Strike 2 = Blue Critical Strike Method to Change Delay: Either add the...
  5. D

    Warp Hit Delay

    File Name: Warp Hit Delay File Submitter: Dastgir File Submitted: 12 Jan 2015 File Category: Plugins It is warp delay plugin Once you get a hit(not a miss) , you will be attached by a timer of x seconds, only after that you will be able to warp(be it be any wings,warp command,go command...
  6. D

    Warp Hit Delay 1.3b

    It is warp delay plugin Once you get a hit(not a miss) , you will be attached by a timer of x seconds, only after that you will be able to warp(be it be any wings,warp command,go command, npc or skill) You can have a battle_config on any of the files in conf/battle/ with warp_delay_mob...
  7. D

    Plugin Collections

    Hello Community,  I am feeling like, there's many plugin on forum, but not been actively used, due to out-of-date plugin   I have updated Shikazu's Plugin first(as it was requested on the thread from 25th April), maybe Shikazu busy on his rl. Also I have included My Plugins there.   I would like...
  8. D

    Restock System

    File Name: Restock System File Submitter: Dastgir File Submitted: 10 Jan 2015 File Category: Plugins It is a restock system(which I apparently made 5-6 months ago) [Also its a Plugin - Yay] So I am just releasing it, as I feel its been useful for many servers. Though there can be some...
  9. D

    Restock System 1.1

    It is a restock system(which I apparently made 5-6 months ago) [Also its a Plugin - Yay] So I am just releasing it, as I feel its been useful for many servers. Though there can be some optimizations on script-side(will be applied later on). You need to enable plugin as well as script provided...
  10. D

    [Guide] Adding New Status Icons

    Hello Hercules Community, Here's a Guide to Add a New Custom Status Icons(the one displayed on the right) What you Need? Knowledge of Editing and Compiling Server(and ofcourse custom icons) 1) Server Side Edits: open src/map/status.h Find SC_MAX  Add Before SC_MYCUSTOMBUTTON, Find...
  11. D

    kRO Introduces Pet Evolution System, Roulette Game,RoDex

    Pet Evolution: Patch released on 8th October: More Info on http://ro.gnjoy.com/news/update/View.asp?seq=158&curpage=1 Roulette: kRO Introduced Roulette System Preview: (Directly Fetched from GRF) Those buttons are animated,(since they have .spr files too). The boxes contains item...
  12. D

    [Recolor] 6 Amdarais Monster 1.0

    My First Recolor Ever with the Ugly Monster.. Please Rate the recolors.
  13. D

    [Recolor] 6 Amdarais Monster

    File Name: [Recolor] 6 Amdarais Monster File Submitter: Dastgir File Submitted: 06 Sep 2014 File Category: Sprites & Palettes My First Recolor Ever with the Ugly Monster.. Please Rate the recolors. Click here to download this file
  14. D

    Forum Suggestion

    I have a suggestion for forum(don't know if its possible or not), The Suggestion is that: If the topic owner has marked the post as Solved, can there be tag put on the topic title automatically named "[solved]"(On View New Contents Page) Its annoying to open topic, then see that "ohh its...
  15. D

    [Function] random item/variable

    File Name: [Function] random item/variable File Submitter: Dastgir File Submitted: 23 Jul 2014 File Category: Quest, Shops, Functions & Algorithms This Function does something which is useful for some scripts. This function gives you item or adds/substract the variable value. Example...
  16. D

    [Function] random item/variable 1.0

    This Function does something which is useful for some scripts. This function gives you item or adds/substract the variable value. Example: mes "Random between 7227,1 and 502,2 and 7227,2"; callfunc "rand_add",1,7227,1,502,2,7227,2; next; mes "Random between 1 Cash Points and 2 PvP Points"...
  17. D

    Permanant Group Changer

    File Name: Permanant Group Changer File Submitter: Dastgir File Submitted: 22 Jul 2014 File Category: Utility This is a command "@adjgroup2" From which you can give a character new GroupID, no matter he is online or offline. The New Group is changed permanently. Usage: @adjgroup2...
  18. D

    Permanant Group Changer 1.0a

    This is a command "@adjgroup2" From which you can give a character new GroupID, no matter he is online or offline. The New Group is changed permanently. Usage: @adjgroup2 <GroupID> <PlayerName> If PlayerName contains Spaces, Just put it with spaces, without Quotes.
  19. D

    [Guide] Installing and Using Screen

    Hello,  Screen is a useful utility to help you see map-server logs even after relogging into putty. How to Install: CentOS: yum install screen  Debian/Ubuntu: apt-get install screen   How to Use: After Installing, Typescreen -S AnyName It will make a screen session named "AnyName"...
  20. D

    Display Name to item_db

    Requested by AngelMelody: http://herc.ws/board/topic/2954-item-db-file-structure-overhaul/page-4#entry37029 This is a simple tool which allows you to copy display names for range of items from idnum2itemdisplayname.txt or from iteminfo.lua to your item_db.conf, within just 30 seconds...
Back
Top