Jump to content

WilkyMave

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by WilkyMave

  1. i been searchin in rA then i saw this part

    mes "[smith]"; mes "Okay I'm going"; mes "to refine your Equipment"; mes "to +10,Thx for using my Service!"; next; for(set @part,1;@part<11;set @part,@part+1) if(getequipisequiped(@part)) while(getequiprefinerycnt(@part) < 10) successrefitem @part; mes "[smith]"; mes "Congrats Enjoy it!"; close; end;

    then i edit like this!

    but when i test the npc! it give me error

    [ERROR]: MISSING 1 right curlys at file npc/custom/test.txt

    how do i fix this error

    test.txt

  2. could anyone can help me in this script call pvp point system but i wanna change it to item on point i try

    to edit this script but it just give me error! so anyone could you help me to change this script

    i dont want to use point i wanna use ITEM!

    pvp.txt

  3. change you view id in traveler hat

    865,Traveler_Hat,Traveler_Hat,5,100000,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,400,{ bonus bAllStats,+10; },{},{}

    the red one look in your lua file accessoryid the 400 is Scuver mask

    change it to 865

    (ACCESSORY_TRAVELER_HAT = 865,)

    asscessoryid means the view id not item id

    http://rathena.org/wiki/Custom_Items

    try that guide !

×
×
  • Create New...