Signup Now
Results 1 to 4 of 4

Thread: Travel

  1. #1
    Free User
    Join Date
    Mar 2016
    Location
    Sweden
    Posts
    36
    Reputation
    16
    Rep Power
    0

    Travel

    Any one that can help a noob scripter make and understand how to make a travel action?

    I want to travel from Yalahar to Mistrock and the other way around.

    Thanks in advance.

  2. #2
    Free User
    Join Date
    Mar 2016
    Posts
    38
    Reputation
    15
    Rep Power
    0
    say('hi') wait(2000,3000)
    npcsay('mistrock') wait(500)
    npcsay('yes') wait(500)

    say('hi') wait(2000,3000)
    npcsay('yalahar') wait(500)
    npcsay('yes') wait(500)

  3. #3
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
     
    if islocation(1) and ischannel('NPCs') then
    npcsay('hi')
    waitping()
    else
    say('hi')
    wait(2000,3000)
    end

    npcsay('mistrock') wait(1000,1500)
    npcsay('yes') wait(1000,1500)


    and the same just changing mistrock for yalahar when needed

  4. #4
    Free User
    Join Date
    Mar 2016
    Location
    Sweden
    Posts
    36
    Reputation
    16
    Rep Power
    0
    thanks alot.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •