Jump to content

JinYuichi

Members
  • Posts

    62
  • Joined

  • Last visited

Community Answers

  1. JinYuichi's post in How to get Cash Point from usable item? was marked as the answer   
    - Id: xxxxxx
    AegisName: Ticket Cash
    Name: Ticket Cash
    Type: Usable
    Weight: 1
    Trade:
    Override: 100
    NoDrop: true
    NoSell: true
    NoMail: true
    NoAuction: true
    Script: |
    set #CASHPOINTS, #CASHPOINTS+100; dispbottom "Ha recibido 100 Cash Points.";
     
    It should work for you.
  2. JinYuichi's post in How to get Cash Point from usable item? was marked as the answer   
    - Id: xxxxxx
    AegisName: Ticket Cash
    Name: Ticket Cash
    Type: Usable
    Weight: 1
    Trade:
    Override: 100
    NoDrop: true
    NoSell: true
    NoMail: true
    NoAuction: true
    Script: |
    set #CASHPOINTS, #CASHPOINTS+100; dispbottom "Ha recibido 100 Cash Points.";
     
    It should work for you.
  3. JinYuichi's post in How to get Cash Point from usable item? was marked as the answer   
    - Id: xxxxxx
    AegisName: Ticket Cash
    Name: Ticket Cash
    Type: Usable
    Weight: 1
    Trade:
    Override: 100
    NoDrop: true
    NoSell: true
    NoMail: true
    NoAuction: true
    Script: |
    set #CASHPOINTS, #CASHPOINTS+100; dispbottom "Ha recibido 100 Cash Points.";
     
    It should work for you.
  4. JinYuichi's post in emergency call bug was marked as the answer   
    I think your problem is this, with this you solve it.
    Fixes guild skill delay call on map change by aleos89 · Pull Request #5292 · rathena/rathena (github.com)
×
×
  • Create New...

Important Information

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