Jump to content

freehit21

Members
  • Posts

    68
  • Joined

  • Last visited

Posts posted by freehit21

  1. is there anything to remove? or change it?

     

     

    mes "^3355FFArrange Stones, Elunium, and";

    mes "Oridecon, in that order, in the";
    mes "center. Then you must arrange";
    mes "the enchanted Gemstones to";
    mes "rebuild the Guardian Stone.^000000";
    next;
    setarray .@stone$[0],"Elunium","Oridecon","Stones";
    set .@i, select("Elunium:Oridecon:Stone")-1;
    if (.@i == 2) set .@nice,.@nice+10;
    mes "^3355FF"+.@stone$[.@i]+" has been";
    mes "placed in the center.^000000";
    next;

    im confused about this. :(

  2. i wonder if that is the answer.. by the way what if i adjusted the Storm gust to level 15 the skill range at the lua and the skill_db then the default level of the storm gust of the High Wizard will be adjusted? id like to use that script on custom weapon that enables use of level 15 certain skills.. 

  3.  

     

    prontera,100,200,3    script    Freebies    78,{

    if(#Freebie) { mes "You already got your freebies"; close; }

    mes "Here's your freebies";

    getitem 1234,1;

    set #Freebie,1;

    close;

    }

     

    hello can someone add a function to reset this npc..

×
×
  • Create New...