Jump to content

Weistony

Members
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. Weistony's post in Mission Board By Annieruru was marked as the answer   
    mes "Input item ID"; next; input .@tmp, 0, 32767; mes "["+ strnpcinfo(1) +"]"; if ( getitemname(.@tmp) == "null" ) { mes "Invalid item ID"; next; break; Find this line and edit 32767 as I think it covers the maximum IDs it holds. I suppose you're using Item IDs more than 32767.
    input .@tmp, 0, 32767;
     
  2. Weistony's post in Calling all Scripters! was marked as the answer   
    OnSpecialKill: set .SpecialPorings[1],.SpecialPorings[1]-1; announce strcharinfo(0) + " got a " + getitemname(.ItemID) + "!",bc_map; // getitem .ItemID,1; set PoringPoint,PoringPoint+1; dispbottom "You got 1 Poring Point"; dispbottom "Total Poring Points:"+PoringPoint; goto PoringCount; On that part of the script, edit this part :
    set PoringPoint,PoringPoint+1; to
    set #PoringPoint,#PoringPoint+1; Since using the # sign is to make the variable eligible to be used by the whole account.
     
     
    And as for the shop, just use any Dynamic shops that uses variables as a currency like Emistry's Multi-Currency Shop.
    Link : http://rathena.org/board/topic/68468-utility-multi-currency-shop/
     
    Please kindly press the green UP button if it helped. Thanks.
  3. Weistony's post in [FLUX] Addon Installation was marked as the answer   
    It's all good, inside every add-on you added. There's a theme folder and inside that, just edit the folder name the same to the folder name of the current theme you are using.
     
    If you find it helpful, kindly press the green UP button. Thank you.
  4. Weistony's post in @go command request was marked as the answer   
    Please use the search button next time.
    Follow this guide : http://rathena.org/wiki/@go
×
×
  • Create New...