Jump to content

TioHugo

Members
  • Content Count

    4
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    TioHugo reacted to Mumbles in @go command   
    Utility: @go command
    Original concept by : http://herc.ws/board/topic/14-utility-added-feature-jtynnes-go-command-alternative-txt-format/
     
    Description:
    Alternative @go command. Allows for unlimited aliasing, as well as level and group restrictions for each destination. Additional options to add a delay, prevent use when dead, and charge per use are available; default cost is defined with '.cost', but this parameter can be set manually with 'go()'. These extra features are disabled by default.
     
    Be mindful that the delay uses a temporary player variable, '@go_delay'; if the player logs out, this variable will be cleared. If you would like for a more secure delay, replace all instances of '@go_delay' with 'go_delay'.
     
    Download:
    https://github.com/datmumbles/Scripts/raw/master/cmd/go.txt
  2. Upvote
    TioHugo reacted to Mumbles in @go command   
    Is this bypass only for the Zeny cost? If so, edit line 70:
    } else if (.charge && Zeny < getarg(5)) { } else if (.charge && Zeny < getarg(5) && getgroupid() < .bypass_id) {  
    Then, add this to line 46:
    .bypass_id = 1; // Minimum group ID to bypass zeny cost
  3. Upvote
    TioHugo reacted to Mumbles in @go command   
    Edit this:
    } else if (.delay && @go_delay > gettimetick(2)) { } else if (.delay && @go_delay > gettimetick(2) && getgroupid() < .bypass_id) {
×
×
  • Create New...

Important Information

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