ScriptUO

Scripting Resources & Utilities => Stealth Client => Stealth archive => Topic started by: Alpha on November 08, 2012, 02:25:59 PM

Title: Question about NewMoveXY...
Post by: Alpha on November 08, 2012, 02:25:59 PM
  I'm currently running stealth 4.3.3 & using it to connect and Razor to supply the graphical client.
When I run the following script to move my character next to brit moongate it doesn't function unless I'm standing just North of the gate & when It does work my screen turns very dark except for my character & I can no longer move my character unless I dismount / mount my horse?   It Razor conflicting somehow?

Code: [Select]
Program Move;
Begin
   NewMoveXY(1335,1997,True,0,False); //Right Next to Britian Moongate on OSI
End.
Title: Re: Question about NewMoveXY...
Post by: Neo on March 03, 2013, 03:37:09 PM
  I'm currently running stealth 4.3.3 & using it to connect and Razor to supply the graphical client.
When I run the following script to move my character next to brit moongate it doesn't function unless I'm standing just North of the gate & when It does work my screen turns very dark except for my character & I can no longer move my character unless I dismount / mount my horse?   It Razor conflicting somehow?

Code: [Select]
Program Move;
Begin
   NewMoveXY(1335,1997,True,0,False); //Right Next to Britian Moongate on OSI
End.
Try starting the client directly from Stealth, and run the code, and see if you still get the same issue.

Also, you should check to see if server mode is set to "Full Mode" or not.