Author Topic: Navrey Night-Eyes question.  (Read 12300 times)

0 Members and 1 Guest are viewing this topic.

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: Navrey Night-Eyes question.
« Reply #30 on: January 30, 2013, 07:05:59 PM »
0
there are 3 sets of bricks that act like switch's, you can see they have a different hue in color.. they have to be triggered in a certain order, really fast... the order usually changes every day.. sometimes they change within the hour. it varies.

Offline KaliOfLS

  • That's "Dr." Kali to you!
  • Sr. Member
  • *
  • Posts: 406
  • Activity:
    0%
  • Reputation Power: 6
  • KaliOfLS has no influence.
  • Gender: Male
  • Respect: +33
  • Referrals: 2
    • View Profile
Re: Navrey Night-Eyes question.
« Reply #31 on: January 31, 2013, 04:23:54 AM »
0
didn't read it all.

If you use my library or write your own finditem function that returns a table based on type, this script is what I use to key nav's stones.

I've been able to solo key the stones in the wrong order with this.  Just go flying by on horse back within 3 tiles of stone, and it should key it.  You have a bit of a longer reach with the nav stone than you normally do.

Code: [Select]
dofile(getinstalldir()..'/scripts/kalilib.lua')
UO.CliNr = clientmenu()
ruins = 959


while true do
  s = FindItemOnGround('Type',ruins,4)
  if #s > 0 then
     if s[1]['Col'] == 0 then
        UO.LObjectID = s[1]['ID']
        UO.Macro(17,0)
        print(s[1]['Col'])
     end
  end
  wait(100)
end

I've pulled 5 tangles, and only one has been dropped in my back for looting rights.

R~~~~ B~~~~~~~~ 
^ real life signature for sure

Tags: