Jump to content

Weistony

Members
  • Posts

    104
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. 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.
  2. 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.
  3. 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...

Important Information

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