Jump to content

Hatake Kakashi

Members
  • Posts

    825
  • Joined

  • Last visited

Everything posted by Hatake Kakashi

  1. so in ultimate basic grf. how many cloth color and max hair color i will put? or i will follow this? max_hair_style: 43 max_hair_color: 4252 max_cloth_color: 4553 thanks.
  2. thanks, but how to install it? i choose your pallete sir at http://arianerocustom.voila.net but i dont know where i put this. and i can't understand the names. thanks
  3. who can give me many new hairstyle and cloth color? thanks in advanced.
  4. @Truly yes, i know that way of editting rentitem, but look at the script. its a PODS Trader w/ Item Viewer. so this is the code when im putting items and amount. setarray .buy_id[0],30000,30017; setarray .buy_co[0],500,700; so unfortunately, if i edit this code i think npc is not working when i edit this. getitem @bought_nameid[@i],@bought_quantity[@i];
  5. hello, i think sir emistry can solve this problem and the other's how to put rent item on it? prontera,142,174,4 script Donation Custom Shop#1 789,{ mes "Your Donation Coupon-->["+countitem(.Cost)+"]"; close2; callshop "dyn_shop"+.a,1; npcshopattach "dyn_shop"+.a; end; OnInit: set .a,strnpcinfo(2); //========================================= set .Cost,7179; //========================================= setarray .buy_id[0],30000,30017; setarray .buy_co[0],500,700; //========================================= npcshopitem "dyn_shop1",.buy_id[0],.buy_co[0]; for(set .ik,1;.ik<getarraysize(.buy_id);set .ik,.ik+1){ npcshopadditem "dyn_shop"+.a,.buy_id[.ik],.buy_co[.ik]; } end; OnBuyItem: getinventorylist; if(@bought_quantity[@i] <= 0){ goto OnEnrd; end; } for(set @i,0;@i<getarraysize(@bought_nameid);set @i,@i+1){ //KeyWorld set [email protected], getiteminfo( @bought_nameid[[email protected]], 2 ); if ( [email protected] == 4 || [email protected] == 5 || [email protected] == 7 || [email protected] == 8 ) set [email protected], [email protected] + 1; else { for( set [email protected],0; [email protected]<@inventorylist_count; set [email protected], [email protected]+1 ) if ( @inventorylist_id[[email protected]] == @bought_nameid[[email protected]] ) break; if ( [email protected] == @inventorylist_count ) set [email protected], [email protected]+1 ; } for(set @i2,0;@i2<getarraysize(.buy_id);set @i2,@i2+1){ if(@bought_nameid[@i]==.buy_id[@i2]){ set @gh,@gh+.buy_co[@i2]*@bought_quantity[@i]; set @wh,@wh+getiteminfo(@bought_nameid[@i],6)*@bought_quantity[@i]; } } } if ( [email protected] + @inventorylist_count > 100 ) { announce "[D-Shop]: Can't hold more than 100 items.",bc_self; goto OnEnrd; } if(countitem(.Cost)<@gh){ announce "You Are Not A Donator To Buy This Items.",bc_self; goto OnEnrd; end; }else{ if(@wh>(MaxWeight-Weight)){ announce "[D-Shop]:Too heavy",bc_self; goto OnEnrd; end; }else{ delitem .Cost,@gh; for(set @i,0;@i<getarraysize(@bought_nameid);set @i,@i+1){ getitem @bought_nameid[@i],@bought_quantity[@i]; } } } OnEnrd: set @gh,0; set @wh,0; set @i,0; set @i2,0; deletearray @bought_quantity,getarraysize(@bought_quantity); deletearray @bought_nameid,getarraysize(@bought_nameid); end; }
  6. hehehe xD thanks for deleting. walang magawa sa buhay. hais
  7. easy to use. Lua To Lub Compiler.zip Mirror: http://mediafire.com/?vqmqujvf223bo7z How To Use? open Compile Gui.exe Drag Lua into Compile Gui.exe and yes your lua change into lub file in a sec. (note: i'am not the one who make this software but i want it to share to you guys) Just Pay Me... SAY THANK YOU ONLY. hehehe xD
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.