Recent content by Hyoru

  1. Hyoru

    Spider Web Limit

    Hi. How can I increase the limit (3 to 5) of Spider Web? Thanks in advanced.
  2. Hyoru

    Job Master without Rebirth

    Hey ya! I'm wondering if it is possible to remove rebirth from the job master.   I don't want a job master that in a click you turn into transclass.   Novice -> 1st Class -> 2nd Class -> Transclass. e.g.: Novice -> Swordsman -> Knight -> Lord Knight   Thank you.
  3. Hyoru

    3rd Skills

    Hello. Is it possible to remove a skill from 3rd job tab and put it in the 2nd job tab? e.g.: I want to add Cloaking Exceed to Assassin Cross. When I add the skill, it will show in the 3rd job tab. I want it to show in the 2nd Job tab. Thanks in advanced. Hyoru.  
  4. Hyoru

    Map-server Crash

    I have no idea what is this error and it's crashing my server (Sorry if this isn't the right place) Please help! At first I thought it was some NPC error, but it crashed in many NPCs as rental, card remover, reset, etc.. Thanks advanced.
  5. Hyoru

    [Modify]Job Master

    Hello, How can I remove taekwon, Soul Linker and Star Gladiator from the jobmaster? I've tried to remove Job_Taekwon: if ((.@eac&EAJ_BASEMASK) == EAJ_NOVICE) { if (JobLevel < .jobchange_first) { mes "A job level of "+.jobchange_first+" is required to change into the 1st Class."; }...
  6. Hyoru

    Weapon Recolor

    Hello! Ops, wrong area.. It's not a request. Just need support. Sorry. I'm having trouble to recolor this Lightsaber: blue_lightsaber.rar I followed jTynne's guide: http://herc.ws/board/topic/3842-guide-how-to-recolor-sprites-by-eiphes/ and when I imput the .bmp into the Actor the lighsaber...
  7. Hyoru

    3rd Job

    Hello! (I'm not sure if this is the right place to post, sorry.) I'm trying to use a 3rd job to be another evolution of Taekwon, but I can't change the skilltree. I mean, to Rune Knight, remove the swordman, knight skills and add Taekwon skills. If someone can help I would appreciate it. I'm...
  8. Hyoru

    Weapon Folder

    Hello! I'm trying to add a Custom Weapon to Soul Linker This folder: sprite/Àΰ£Á·/¼Ò¿ï¸µÄ¿ and then: ¼Ò¿ï¸µÄ¿_³²_Custom_Weapon.spr ¼Ò¿ï¸µÄ¿_³²_Custom_Weapon.act I followed this guide http://herc.ws/wiki/Custom_weapons I tested the same weapon to Knight sprite/Àΰ£Á·/±â»ç and it works...
  9. Hyoru

    Yggdrasil Berry delay

    I added delay on my yggdrasil berry: Id: 607 AegisName: "Yggdrasilberry" Name: "Yggdrasil Berry" Type: 0 Buy: 5000 Delay: 2500 Weight: 300 Script: <" percentheal 100,100; "> But now, when the delay is on shows me NO MSG: 1862 NO MSG: 1862 NO MSG: 1862 I've tried to add at...
  10. Hyoru

    Cash Point Giver

    This script isn't work. prontera,156,178,4 script ChangeMe 910,{ if (getgmlevel() < 10) end; set .@AID, getcharid(3); // save their RID mes "Hello GM"; mes "Enter the char's name:"; input .@name$; query_sql "SELECT `account_id`,`name` FROM `char` WHERE `name` = '"+escape_sql(.@name$)+"'"...
  11. Hyoru

    Blade Stop & Soul Link

    Hi! Need to stop Champion (The enemy too) for using items while Blade Stop is active. And I need the Soul Linker of Hunter gives 10% of casting falcon assalt when attacking. Thanks Advanced!
Back
Top