Jump to content

Diss

Members
  • Posts

    207
  • Joined

  • Last visited

Everything posted by Diss

  1. i already set that when use @jlvl 120 its going to 120 job level , b4 my setting is ok but idk what happen now.
  2. this is what i use .. but i try to use this too FB later its work on base level 255 but job still 70 although the skill is up all .. who can i change the job level to 120 ..
  3. say guys my server run in 255 base lv and 120 job level everytime i use instant job change my char goes to lvl 99 only and i try to kill some monster but nothing happen i didnt level up . but when i use @blevel 255 my char goes to level 255 what should i do guys .. thanks for the help ..
  4. thanks maan i already fix it .. thanks to you
  5. maam its work .. after deleting the group2cost and insert new item id .. how about the rencost where i can find that .. thanks
  6. hi anybody help for this script http://pastebin.com/88K0TFCi i wanna to change the required item to get in the mvp room and for summon monster instead of zenny thx for the help.
  7. i made the same npc script but i only change this OnInit: npcshopdelitem "TCG_SHOP",908; // Leave this alone set .name$,"[TCG Trader]"; set .TCG_item,7227; // Input TCG ID setarray .TCG_ITEMS[0],23301; // Item IDs - 128 max setarray .ITEMPRICE[0],100; // Item prices - Should followe ID's order for the item
  8. hi guys i need help with this this is the main TCG SHOP //============ TCG Shop ========== trinity,118,74,3 script Mid Shop 706,{ mes .name$; mes "You currently have "+countitem(.TCG_item)+" TCGs."; mes "Would you like to look at the shop?"; next; if(select("Yes:No") == 2) { close; } close2; callshop "TCG_SHOP",1; npcshopattach "TCG_SHOP"; dispbottom "You currently have "+countitem(.TCG_item)+" TCGs."; end; OnBuyItem: for(set @i,0; @i < getarraysize(@bought_nameid); set @i,@i+1) { for(set @j,0; @j < getarraysize(.TCG_ITEMS); set @j,@j+1) { if(.TCG_ITEMS[@j] == @bought_nameid[@i]) { set @itemcost,(.ITEMPRICE[@j]*@bought_quantity[@i]); set @totalcost,(@totalcost+@itemcost); break; } } } if(@totalcost > countitem(.TCG_item)) { dispbottom "You don't have enough TCGs."; } else { for(set @i,0; @i < getarraysize(@bought_nameid); set @i,@i+1) { getitem @bought_nameid[@i],@bought_quantity[@i]; } delitem .TCG_item,@totalcost; dispbottom "Thank you for shopping."; } set @totalcost,0; deletearray @bought_nameid[0],128; deletearray @bought_quantity[0],128; end; OnInit: npcshopdelitem "TCG_SHOP",908; // Leave this alone set .name$,"[TCG Trader]"; set .TCG_item,7227; // Input TCG ID setarray .TCG_ITEMS[0],23300; // Item IDs - 128 max setarray .ITEMPRICE[0],100; // Item prices - Should followe ID's order for(set .@i,0; .@i < getarraysize(.TCG_ITEMS); set .@i,.@i+1) { npcshopadditem "TCG_SHOP",.TCG_ITEMS[.@i],.ITEMPRICE[.@i]; } end; } - shop TCG_SHOP -2,908:-2 how to be this npc to duplicate with different item inside i try to make another TCG shop duplicate in npc\custom but the item is merging in the same npc .. how it can be guys thanks for the help
  9. i succesfully inject the scr code for the rebellion from hercules but i dont have the sprite for that job when i trying to jobchange for rebellion its trnsform for novice and poring name hehehe
  10. sir how to set this every 30mins thanks
  11. how i can fix this box i think it should be in korean text .. thanks in advance nvm its fix now using GRFSharper thanks
  12. i cant browse the download link in mediafire please fix thanks
  13. anyone know this i want to disable the discount skill in my custom npc shop and want to add discount in vip coin. need some help about this
  14. guys ill make it like this im use gryff then extract the clientinfo .. clientinfo goes in my desktop i edit it then my question how can i get in back my edited clientinfo in my grf file in gryff .. thanks for help opps i think i know now .. thanks for the help ..
  15. hi guys is there any way to change my clientinfo.xml without extract my grf. GRF tools doesn't no work clientinfo not showing .. its take a lot of time if i extract my grf.file thanks in advance !!
  16. i mean i want to make my custom item sprite ..
  17. try 2 use hamachi if you still working in ur server . and the same time you can connect some of your friend .
  18. how to remove this " You're now in the #map channel for prontera" indication and this man from morocc i cant see this script anyone know where this is ? thanks
  19. hi rA is there any guide or link for making custom item like weapon and headgear .. thanks
  20. yes im using svn 17404 if its no working for this version of svn .. do you have any breaker room test support my svn ? thanks
  21. how can i add atcommand in item script .. 30000,VIP Ticket,Vip Ticket,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ set #Premium,#Premium + ( 7 * 24 * 3600 ); },{},{} if the player have this item in inventory they get a command like @size,@font,@aura i hope anyone can help thanks
  22. hi sir emistry how can i fix this . any replace for this line may concern in this script in line 4 .. thnaks in advance
×
×
  • Create New...