What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Oluwafunmilayo

New Member
Joined
Dec 8, 2015
Messages
1
Reaction score
0
Hi guys, i have a problem with make hostpots without grinding mode/attacking.
I made this profile:

<Profile Name="TestMoveTo" Author="" Version="">
<MoveTo CreatureId="-1" Display="" NoPathfind="false" Range="50" MapId="" X="3759" Y="-930" Z="-595" />
</Profile>


... but when i start imake this error:

Profile TestMoveTo (ve[PERCENTAGE]rsion 0.0.0.0) by loaded!
Setting game spell cast b[/PERCENTAGE]ehavior to Normal
Current map does not match requested map. Cross-continent travel is not currently automatically supported.
Moving to X:3759 Y:-930 Z:-595 within 50 units.
Done!

I think need MapId for use this profile, but i don't know how take it.
 
Hi guys, i have a problem with make hostpots without grinding mode/attacking.
I made this profile:

<Profile Name="TestMoveTo" Author="" Version="">
<MoveTo CreatureId="-1" Display="" NoPathfind="false" Range="50" MapId="" X="3759" Y="-930" Z="-595" />
</Profile>


... but when i start imake this error:

Profile TestMoveTo (ve[PERCENTAGE]rsion 0.0.0.0) by loaded!
Setting game spell cast b[/PERCENTAGE]ehavior to Normal
Current map does not match requested map. Cross-continent travel is not currently automatically supported.
Moving to X:3759 Y:-930 Z:-595 within 50 units.
Done!

I think need MapId for use this profile, but i don't know how take it.

Hi and welcome!

There's a convenient hotkey for this! Move to the place you wish to go to, target yourself (F1), and press CTRL+ALT+O and the game log will generate a MoveTo tag for you! Typically I'll use this or CTRL+ALT+I (interact Tag hotkey) if I need to get generic information on a target!

If you ever have the need to generate it programmatically:

Log(GameManager.CurrentWorldId) in the PEC will spit it out into your log!
 
Back
Top