Recent content by Klutz

  1. K

    Monster Doesn't reflect

    I found the problem in my source but not sure why it cause it. case CR_REFLECTSHIELD: case MS_REFLECTSHIELD: case AS_POISONREACT: case MC_LOUD: case MG_ENERGYCOAT: case MO_EXPLOSIONSPIRITS: case MO_STEELBODY: case MO_BLADESTOP: case LK_AURABLADE: case LK_PARRYING: case...
  2. K

    map server errors + Crash

    Hey, Lately i am starting to get Errors regarding mapflags. Not if i will restart the map server i won't get any errors, it only happens after some time period with @reloadscript ​(05/05/2017 13:52:47) [ Error ] : npc_parse_mapflag: Invalid mapflag definition in file '', line '1'. * w1= *...
  3. K

    item_db.conf - integrated item_combo_db.txt

    Hey, I move all pre-re item_combo_db.txt into the item_db.conf using if isequipped() Maybe you would like to commit it into the emulator and get rid of item_combo_db. It didn't let me to update it with .conf so i changed it to .txt Regards, Klutz item_db.txt
  4. K

    getmapusers - More options

    Lately i been working to switch from eAthena server to Hercules. with all the new functions Hercules has i started to build new scripts for my npcs. i found myself searching a lot for lists: 1) Name of people on specific map. 2) Char ID of people on specific map. 3) Account ID of people on...
  5. K

    Protect grfs

    Hey, I was wondering what should i do to protect my grf so people can't edits files (grf encryption still let you overwrite files) Is there any other grf protection? Regards, Klutz
  6. K

    Dynamic Shop - Sell few items

    Hi, I was looking at the Dynamic Shop and i have a question: In case i want to sell for example: 15x Box of Thunder for 1 Gold_Coin What will be the way to do it? Is it even possible? NPC script example if the above doesn't explain it well enough: delitem 7517,1; <--- 1 Gold Coins will...
  7. K

    Map server errors

    Hey,   I get some map server errors using Arrow shower skill:   Facts:   1) Happens when you use arrow shower on a trap. 2) The trap doesn't get pushed away. 3) Doesn't Happens when you use arrow shower on a monster, a Player or empty spot. 4) i replaced all my source edits (skill.c and...
  8. K

    unique_id - for cards after added to item

    Hi, I am moving my server from eAthena to Hercules. And i saw the unique_id feature hercules has. I forced serial the important cards i want to keep track, but sadlyunique_id doesn't stay after adding card to weapon, armor and etc... I was wondering how can i keep this data even after card...
  9. K

    visionary_tab to lua - is it possible?

    Hey, I was looking the new for convertor visionary_tab to lua files. i found out Functor made a tool to convert it back in 2013 - but i can't find a link. Does anyone have this tool to make my life easier? Regards, Klutz
  10. K

    Moving from eathena

    Hi, I am upgrading my server from eAthena to Hercules. I used to use sql tables on my old server. How do i export the sql tables to Hecules txt files?
  11. K

    Pre-re Source edit

    Hi, I am moving my old eAthena server to Hercules ( i am using 2009 eAthena right now) I am trying to understand the plugin system but i don't seems to understand how it works. I was wondering if i will change everything on my source (mostly skills calculation damage and caps) will it...
  12. K

    Pressure damage edit

    Hey, I am moving from eAthena server based to Hercules. And i need to move all my source edit to Hercules and i decided to do it the right way and use the HPM. I read the wiki and check some example but i don't seems to understand how it works. so i will just get example for something i need...
  13. K

    Update grf on linux server

    Hey, i am looking for a way to run some sort of application to update grf that is on my linux based server. i want to update my "ROChargen" grf without copy the grf all the time. is there any sort of solution for this? Regrads, Klutz
  14. K

    Ragnarok Wiki

    how can i make Ragnarok wiki? exmaple: http://irowiki.org/wiki/Main_Page is there to download wiki module? regrads, Klutz
  15. K

    cora cp - how to change vote to check ip

    Hi, I was wondering is there a way to make cora cp also check before adding vote point the ip of the user. Example this what happens now: User trying to vote -> Check if account has cooldown- if not -> points added Example of what i want to happen: User trying to vote ->Check if...
Back
Top