Jump to content

SlashGeeGee

Members
  • Posts

    573
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by SlashGeeGee

  1. Hello rA :D

    i would to request recolors of gold item id : #9692vs0y7r.gif

    to bronze and silver .

    Also in data/texture/ À¯ÀúÀÎÅÍÆäÀ̽º/collection

    and data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/item

    Thanks, :)

    SlashGeeGee

  2. it just show you that there is 10 NPC having the OnAgitStart2 label

    all the npc you can find it inside the npc/guild2/ ...

    oh i see , but when i type @agitend2 it's says WoE SE has been ended is it alright ?

    hmm ? ya..but why u still use @agitend2 ? the woe by default is not running...unless it is the WOE time you have set in the npc there

    i have no woe setter npc everytime i start the server woe SE starts :)

    then i command @agitend2 ingame it works and says WoE SE has ended.

    EDIT : I double checked all my npc's no AgitStart command was found and there was nothing i edited in guild2/agit_start_se.txt

  3. 607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "Delay607",5; },{},{}

    function script Delay607 {
    if ( agitcheck() && Delay607 > gettimetick(2) ) {
    dispbottom "Yggdrasil Berry cannot be spammed during WoE! There is a delay of "+getarg(0)+" seconds between use.";
    getitem 29174,1; end;}
    else{set Delay607,gettimetick(2)+getarg(0); percentheal 100,100;}
    return;
    }
    

    set delay at

    callfunc "Delay607",5;

    it doesnt work :(

  4. Hello rA /ok

    i would like to request an item script of yggdrasil berry with a 5 second delay and if spam it will display on bottom "Yggdrasil Berry cannot be spammed, There is a delay of 5 seconds between use."

    i've tried search and found this :

    607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ if((agitcheck() == 1) && (YggBerryLastUsed > gettimetick(2))) { dispbottom "Yggdrasil Berry cannot be spammed during WoE! There is a delay of 5 seconds between use."; end; } set YggBerryLastUsed,gettimetick(2)+5; percentheal 100,100; },{},{}
    

    but it doesnt work and it's for woe only :D

    Thanks :(

    SlashGeeGeee

  5. Double click the part of the Gibberish text then Type Regular Chat and Battle Log.

    this will be saved after i exit the client ?

    Seems like you have a untranslated version of msgstringtable.txt.

    where can i get the translated version ? :(

×
×
  • Create New...