Jump to content

reddsoul

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by reddsoul

  1. On 11/14/2016 at 7:16 AM, HappyMan said:

    if you still need help just message me.

    sure ill test it out

    16 hours ago, gmsour said:
    
    prontera,152,180,4    script    Sample    93,{
    
    .@pods = 7179;        //Item needed for rental
    .@amount = 1;        //Amount of the item needed for the rental
    .@item = 512;        //Item to for rent
    .@hours = 3;        //Hours of rental
    
    if (countitem(.@pods) < .@amount) end;
    
    if (Rental > gettimetick(2)) {
    mes "[Sample]";
    mes "Please wait for " + callfunc("Time2Str",Rental) + ".";
    close;
    }
    
    set Rental, gettimetick(2) + (.@hours * 60 * 60);
    rentitem .@item,(.@hours * 60 * 60);
    delitem .@pods,.@amount;
    end;
    }

    gonna test this out thanks alot!

  2. is there a script that will not change the main skill of a certain class

    Assasincross is the main class here then the ring transform him into super baby novice

    but the skills are change to I want them to retain the original skill of assasincross

    32010,_trans_ring,Transformation Ring #1,5,89000,,500,,4,,2,0xFFFFFFFE,7,2,136,,10,1,1577,{ changebase 4045;},{},{ changebase Class;}

    here's my code thank you!

    screenHititRO001.jpg

    screenHititRO002.jpg

  3. any good rental shop npc script using PODS and everytime has 3hrs duration of time thank you!

    ive been searching for like years to find some stable and working scrips :( please help me

×
×
  • Create New...