Author Topic: CAMOTbIK's Move  (Read 1621 times)

0 Members and 1 Guest are viewing this topic.

Offline camotbikTopic starter

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
CAMOTbIK's Move
« on: September 13, 2011, 02:13:49 AM »
0
I woke up, and had this great idea in my mind. So I've made it and I'm looking for some testers.
Code: [Select]
;===========================================================
; Script Name: CAMOTbIK's Move
; Author: CAMOTbIK
; Version: 0.1 Alfa
; Client Tested with: 7.0.14.0
; EUO version tested with: 1.92
; Shard OSI / FS:  FS WWW.RWUO.COM
; Revision Date: 2011/09/13
; Public Release: 2011/09/13
; Global Variables Used: None
; Purpose: Move using pathfind and on fail using move instead
;===========================================================
; Usage; Gosub move X Y Timeout(seconds)
;===========================================================
Sub Move
  if #charposx <> %1 && #charposy <> %2
  {
    set %_pathfind_fail #false
    set %_jindex #jindex
    set %timer_move ( #sCnt + %3 )
    event pathfind %1 %2
    repeat
      {
        if #jindex >= %_jindex
        {
          scanjournal %_jindex
          if can't_get_there in #journal
            set %_pathfind_fail #true
          set %_jindex %_jindex + 1
        }
      }
    until #charposx = %1 && #charposy = %2 || #scnt > %timer_move || %_pathfind_fail = #true
    if #charposx <> %1 && #charposy <> %2
      move %1 %2 a %3 , s
  }
return
« Last Edit: September 13, 2011, 03:03:32 AM by camotbik »
What you witness -- is whatver..
uogamers hybrid.

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: CAMOTbIK's Move
« Reply #1 on: September 15, 2011, 12:32:31 PM »
0
nice..... i do the same/simular thing in my move subs...  :)   
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: