Jump to content

Hatake Kakashi

Members
  • Posts

    825
  • Joined

  • Last visited

Everything posted by Hatake Kakashi

  1. i have that styilist. but what i need is many and new pallete sir. like your own pallete. but i dont know how to setup it. thanks
  2. hello, sir brian, emistry, and other's can you give me this npc? ex. you will choose if 2v2, 3v3, 4v4 or 5v5. (note: only party leader can click this npc.) you need to register your party 1st. then if you're registered your party will automatically warp at guild_vs3. Party winner will get a prize like Proof Of Donation. click it on npc for prize inside guild_vs3. thanks in advanced. ow i forgot, this is like a KOE event. but its a pvp party vs party event. the npc prize will be visible when we've got a winner. sorry for my english. duh!
  3. 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.
  4. 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
  5. who can give me many new hairstyle and cloth color? thanks in advanced.
  6. @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];
  7. 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 .@type, getiteminfo( @bought_nameid[.@i], 2 ); if ( .@type == 4 || .@type == 5 || .@type == 7 || .@type == 8 ) set .@count, .@count + 1; else { for( set .@j,0; .@j<@inventorylist_count; set .@j, .@j+1 ) if ( @inventorylist_id[.@i] == @bought_nameid[.@i] ) break; if ( .@j == @inventorylist_count ) set .@count, .@count+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 ( .@count + @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; }
  8. hehehe xD thanks for deleting. walang magawa sa buhay. hais
  9. 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...