Jump to content

icabit

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by icabit

  1. my problem is about usable items

    specifically on this example

     

    in item delay i added their respective delay on consume

    like

    607,5000//ygg berry

    608,4000//ygg seed

    504,3000//white pots

     

    when i use item 607 it will give me the delay of 5 seconds but within that 5 seconds i can use another usable like item 608 or 607. 

    so basically players can use another usable while the 1st usable used was still in cooldown

     

    any idea's how to script this? i tried google but i failed

  2. i dont get this line "i cant seem to understand when it will work, . will not effect if your not being attacked by enemy is this how it works? cuz before you can use it as buff in normal town but now cant use it. "

    what are you trying to say? be more specific

    question: additional question, how to increase normal attack damage?

    answer: items

     

    question:why when I place the server in maintenance using char_Athena.conf

    answer: look for this "group_id_to_connect: -1" in login_athena.conf  then modify it restart your server or use @maintenance command
     

  3. skill_cast_db.txt
    check it in db/pre-re if your using prere
    check it in db/re if your using renewal
     
    //===== Guild Skills =======================
    //-- GD_EMERGENCYCALL
    10013,0,0,0,0,300000,0,5000
    // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time
     
    change the cool down to your liking
  4. its not working.

     

    it says sorry i cant refine this anymore even if the items doesnt have any +

    are you sure that the item that you tested is refinable?

     

    *getequipisenableref(<equipment slot>)
     
    Will return 1 if the item equipped on the invoking character in the specified 
    equipment slot is refinable, and 0 if it isn't. For a list of equipment slots 
    see 'getequipid'.

    in my script line 125

    if (getequipisenableref(@slot) == 0) goto NOWAY; 

    meaning it checks if the item your trying to refine is refinable if its not it will go to NOWAY

    NOWAY:
    mes "Oh my, I can't refine this item!!!";
    close;
     
     
    try the script with a regular item like a hat or any armor that you are sure that can be refined. your probably trying to refine your custom item that isnt refinable
  5. yup . i have that . i was editing some custom item and suddenly when i run it again it shows error. It was working for 1 month .  

     

     

    yup . i have that . i was editing some custom item and suddenly when i run it again it shows error. It was working for 1 month .  

     

    Ohh, then maybe its your custom item...

    yoona could be right

    it happens when the sprite is not there or not working properly

     

    try resetting your character view id the one your trying to log in

     

    or try to login a new account/character that didn't wear any headgears( i would prefer this )

     

    since you said that your client was working for a month but after you added some stuff

     

    anyway best of luck

  6. http://pastebin.com/9W0SB9pJ

     

     

    try this

     

    i added sc_end sc_all; before warping to guild_vs5  - line 20

    i added check the weight of the player. if the player's weight is 1 or more it will not allow him to join the event   - line 15-19

    i added no command mapflag this will not allow players @storage to get items from their storage  - line 169

×
×
  • Create New...