Recent content by Zephy

  1. Z

    countitem loop

    So i'm trying to avoid writing out all the 'countitem' stuff and just do it in a loop. - script Deleter -1,{ for(.@i = 0; .@i < getarraysize(.item[0]); .@i++) { if(countitem(.item[.@i]) >= .amt) { delitem .item[.@i], .amt; } } setarray .item[0], 501, 502, 503, 504; .amt = 1;} But...
  2. Z

    Modified Healer

    File Name: Modified Healer File Submitter: Zephy File Submitted: 06 Dec 2013 File Category: Scripts Versatile healer that can be configured easily. Additional features include price, buffs, repair, and delay per use. Modified from Euphy's healer. Click here to download this file
  3. Z

    Banker

    File Name: Banker File Submitter: Zephy File Submitted: 06 Dec 2013 File Category: Scripts Here is a veristile Banker NPC that allows exchanging of an item for zeny, vice versa, and storage of said item without the use of a SQL database. I've noticed that there weren't many of these "Banker"...
  4. Z

    Banker

    This is the first script I'm going to release to the public for Hercules. I'm still new to Hercules but I think I've got it down for the most part. This NPC a versatile Banker that allows for storage and exchanging (item ---> zeny, and vice versa) of an item (made for bank notes, but they can...
  5. Z

    Remove the delay from a skill

    So I was wondering if there is a way to make a skill have the same effect as setting no_skill_delay to 1 (in conf/battle/skill.conf), but for a specific skill, not all skills. I have already set delay_rate to 0 as well, however, it's skill not fast enough.  Any ideas?
  6. Z

    2012-04-10 support

    Ive diffed the client, edited the clientinfo.xml accordingly. Server is up and running but I still cant connect. Any ideas?
Back
Top