Jump to content

Lordamax

Members
  • Posts

    328
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Lordamax

  1. I requested a Donation NPC Script and it works fine.. here is the script..my problem is after i confirm the desired item..it causes gravity error to the reciever.. Please help :(

    prontera,155,181,5 script Sample 757,{

    if( getgmlevel() < 80 ){

    mes "I only serve GM Staffs";

    }else{

    mes "Input the Player Name ";

    mes "Player must ^FF0000ONLINE^000000";

    mes "Type ^FF0000CANCEL^000000 to cancel.";

    input .@Name$;

    if( compare( .@Name$,"cancel" ) || !isloggedin( getcharid( 3,.@Name$ ) ) ) close;

    next;

    mes "What item to be Given ?";

    do{

    input .@ItemID,501,32767;

    if( getitemname( .@ItemID ) == "" ) mes "Invalid Item ID";

    }while( getitemname( .@ItemID ) == "" );

    mes "Input the Amount of "+getitemname( .@ItemID )+" to be given.";

    mes "Min. 1 ~ Max. 10";

    input .@Amount,1,10;

    mes "If it is Equip...how much it should be Refined ?";

    input .@Refine,0,10;

    next;

    mes "Receiver : ^0000FF"+.@Name$+"^000000";

    mes "Item : ^FF0000"+getitemname( .@ItemID )+"^000000";

    mes "Amount : ^FF0000"+.@Amount+"^000000";

    mes "Refine : ^FF0000"+.@Refine+"^000000";

    if( select("Confirm:Cancel") == 1 ){

    announce "[ "+.@Name$+" ] gained "+.@Amount+" x "+getitemname( .@ItemID )+" from GM.",0;

    message .@Name$,"You have gained "+.@Amount+" x "+getitemname( .@ItemID )+" from GM.";

    getitem2 .@ItemID,.@Amount,1,.@Refine,0,0,0,0,0,getcharid( 3,.@Name$ );

    }

    }

    close;

    }

  2. i think hnd po... wala pong custom items na gnagamit.. kinuntian ko ung spawn ng mobs sa lugar na yun and hnd na nag-ooccur pero tinatry ko pa ring obserbahan ehhehe :D

    meron ka sigurong renewal mobs na wala sa mob sprite mo... san mo ba kinuha yung data folder mo?

    im using the same client as yours which is 2010-07-30 RagexeRE and its working fine with me... kahit magpaulit ulit akong mag warp sa thor_v03..

    nung binawasan ko spawn ng mga guardians (swords, bow) sa thor_v03 parang nawala na ung ganung problema..

    2010 07 30 is so old but same as i use 2011 01 11 is stable

    crappy rumors about delay is just a small glitch

    I used 2011 01 11 for already for months... no problem found just some small glitch

    like what i said

    I also tried 2011-01-11 and 2011-03-15 using weediff before when the problem is still occuring and the problem still exists even i used this both clients...

×
×
  • Create New...