Search results

  1. K

    [Skill] Vending with other JOB

    Hello, I am trying to make a custom item that allows player to do @at or @autotrade because of vending skill. Yes I want them to be like merchant. I only have 1 Problem. -Why is it that every time I type @at or @autotrade the character will be log-off.  Note: - When i Type /w or @who the...
  2. K

    [EDIT] GM Weapon Sprite

    Hello Community! I want to remove the weapon of the GM in my server. what I am referring is the "SWORD SPRITE" when in attack animation. The Problem is every time I remove it in the data.grf I will just have an error. Can some one make it transparent in game please? The files are in the...
  3. K

    doevent error, please advice and help.

    The Item { Id: 20401 AegisName: "JobClassTicket" Name: "JobClassTicket" Type: 11 Buy: 10 Weight: 10 Script: <" doevent "ClassHelper::OnPCLoginEvent"; ">},  The Error   [Error]: npc_event: event not found [ClassHelper::OnPCLoginEvent][Error]: npc_event: event not found...
  4. K

    Putting card on a slotted Costume

    I want to make my Costumes slotted can anyone tell me how to make the cards can be slot to those items? It seems to be that in http://herc.ws/wiki/Custom_Items it was not specified    I am looking for the exact CODE { Id: 4403 AegisName: "Kiel_Card" Name: "Kiel-D-01 Card" Type: 6 Buy: 20...
  5. K

    Do a @command when equipped.

    Hello guys, can u tell me what is the correct way in doing my plan? This Item will do this command with me when worn if Equipped it will @aura 999 for example and then when unequipped it will do @ aura 0 Id: 20399 AegisName: "TEST" Name: "TEST Type: 5 Buy: 20 Weight: 100 Slots: 0 Job...
  6. K

    Error [not showing the specific file]

    Hello can u tell me what is the problem with this one? I am having error but it seems to be that the client is not showing the file? This is the patch 2 Chat Flood Allow8 Custom Window Title9 Disable 1rag1 type parameters (Recommended)10 Disable 4 Letter UserCharacter Limit11 Disable 4 Letter...
  7. K

    (Pocket Error) I dont know what is this

    Please give me Idea about this one.
  8. K

    Daily Top 10 with Aura [MVP]

    Hello, I just want to request another script  script. same:(http://herc.ws/board/topic/5423-daily-top-10-with-aura-pvp/) This is a TOP 10 MVP Rankings (Daily) -Will show you the top 10 Players Kills -Will give an Aura to the top 1   (Base on this: http://herc.ws/board/topic/5057-auraset/)...
  9. K

    Lets Welcome our New Script Developer

    Congrats Dastgir
  10. K

    Can be wear by specific class only.

    Hello guys, I am trying to make a custom items but i have confuse in this part. My plan is to make a custom items that is not wearable by 3rd classes So what is exactly the code? http://herc.ws/wiki/Custom_Items   (S.) Novice (2^00): 0x00000001Swordman (2^01): 0x00000002Mage (2^02)...
  11. K

    General Daehyon Card Correct Script?

    Its not working in my server, can u tell me the right formula please? { Id: 4574 AegisName: "General_Daehyon_Card" Name: "General Daehyon Card" Type: 6 Buy: 20 Weight: 10 Loc: 2 Script: <" if((getiteminfo(getequipid(EQI_HAND_R),11) == 3) || (getiteminfo(getequipid(EQI_HAND_R),11) == 4)) {...
  12. K

    [REQUEST] Card Remover (Lazy Edition)

    Gooday! Can I request a Card remover that doesn't require an item to remove the cards? My Idea is like, When u click the NPC it will directly ask you What armor and ask to remove the card or not. Click NPC Dialogue Do u want to remove some cards? NEXT Choose Armor Valkyrie ArmorValkyrie...
  13. K

    [REQUEST] Add new Cards

    The New cards LIST   http://richkidherbert.blogspot.com/2013/06/new-cards-starting-from-eclage-patch.html  http://richkidherbert.blogspot.com/2013/12/new-cards-individually-released.html  Thank you!
  14. K

    pc_bonus2 Warning

    Btw, is it possible just to replicate the effect?  Like instead of that those  there is no bonus2 bMagicAddClassthere is no bonus2 bAddClassthere is no bonus2 bExpAddClass  We will just MATK and ATK Rate? replicate the effect base in this description.
  15. K

    pc_bonus2 Warning

    I know this is in the item_db.conf error but I cannot find which one is the wrong one. can u help me which is the mistake please?   [Warning]: pc_bonus2: unknown type 0 0 3![Warning]: pc_bonus2: unknown type 0 0 7![Warning]: pc_bonus2: unknown type 0 0 3![Warning]: pc_bonus2: unknown type 0 0...
  16. K

    RWC WEAPON Scripts II

      References   Can someone check if this are correct? http://iro.ragnarokonline.com/news/eventdetail.aspx?id=285  ​//RWCKNIFE ATK2966:13092,{ bonus bBaseAtk,10*getequiprefinerycnt( (getequipid(EQI_HAND_R) == 13092) ? EQI_HAND_R : EQI_HAND_L ); }//RWCKNIFE MATK2968:13092,{ bonus...
  17. K

    [HELP] RWC weapon Script.

    Is this correct? { Id: 13092 AegisName: "RWC_Memory_Knife" Name: "RWC Memory Knife" Type: 4 Buy: 20 Weight: 650 Atk: 50 Range: 1 Slots: 1 Job: 0x228F5EEF Upper: 63 Loc: 2 WeaponLv: 3 View: 1 Script: <" bonus bBaseAtk,20*(getrefine()/3); bonus bMatk,20*(getrefine()/3); if(getrefine()>=9){...
  18. K

    [HELP] Command Control

    I have this script - script fontcontrol -1,{OnInit: bindatcmd "font", strnpcinfo(0)+"::OnCommand"; // overwrite the @afk command end;OnCommand: if ( !countitem(20357) ) { message strcharinfo(0), "You must have an Font Ticket to use this command"; end; } atcommand "@font"; // then execute back...
  19. K

    Request [KOE Diff Patch Convert to Plugins]

    http://herc.ws/board/topic/4495-king-of-emperium-hill/ 
  20. K

    [REQUEST] @go Delay when hit

    http://herc.ws/board/topic/1576-go-and-warp-delay-when-hit/ 
Back
Top