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

Requesting Help on a simple script

Raith

New Member
Joined
Jun 24, 2012
Messages
26
Reaction score
0
Hi i'm very new to all these but nevertheless trying out.

Am trying to do a profile for Act 3 Quest Tremors in the stone just to kill vermin and repeat. Did this with the help of : http://www.thebuddyforum.com/demonb...profile-writer-make-profiles-easily-fast.html

doesn't seem to be working properly. Someone able to help me out on this?

<Profile>
<Name>Act 3 Tremors In The Stone Vermin [Raith]</Name>
<GameParams quest="203595" step="1" act="A3" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<MoveTo questId="203595" x="345.7203" y="420.1865" z="0.3838232" />
<MoveTo questId="203595" x="347.3438" y="461.4202" z="0.1249124" />
<MoveTo questId="203595" x="310.2173" y="474.9878" z="-5.678424" />
<UseObject questId="203595" x="319.5387" y="451.8316" z="-8.52308" isPortal="True" />
<SkipCutscene questId="203595" />
<MoveTo x="351.1448" y="278.9114" z="10.1" />
<LeaveGame reason="Letz do it again" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>False</PickupLoot>
</Profile>

Thanks in advance!
 
<Profile>
<Name>Act 3 Tremors In The Stone Vermin [Raith]</Name>
<GameParams quest="203595" step="1" act="A3" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<MoveTo questId="203595" x="345.7203" y="420.1865" z="0.3838232" stepId="1"/>
<MoveTo questId="203595" x="347.3438" y="461.4202" z="0.1249124" stepId="1"/>
<MoveTo questId="203595" x="310.2173" y="474.9878" z="-5.678424" stepId="1"/>
<UseObject questId="203595" stepId="1" x="319.5387" y="451.8316" z="-8.52308" isPortal="True" destinationWorldId="fill this in" />
<WaitTimer questId="1" waitTime="fill this in, how long it takes for the scene to begin" />
<SkipCutscene questId="203595" />
<MoveTo questId="203595" x="351.1448" y="278.9114" z="10.1" stepId="1"/>
<LeaveGame reason="Letz do it again" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>False</PickupLoot>
</Profile>

that should work
 
Hey thanks for helping! I'm currently getting a

ERROR: There was an error in the matchmaking service. The request was canceled. (Error 316609)

when I start up the script! Any ideas?
 
Hey thanks for helping! I'm currently getting a

ERROR: There was an error in the matchmaking service. The request was canceled. (Error 316609)

when I start up the script! Any ideas?
quest="203595" step="1"
chg to
questid="203595" step="1"
if still cannot. THats should the quest id error.use db to dump the quest id again.hope helps.
 
Could someone try it out or vet the script and lemme know what I'm doing wrong? I'm trying to do a:

1.Start quest
2.run to armory
3.skip cutscene
4.drop caltrops
5.run up stairs
6.shoot bola shot(low level)/elemental arrow(high level)
7.vermin completed and leave game

Ok so I tried manually resuming game and starting bot. Encountered problems are:

1. Stuck in front of armory doorway

Manually entered armory:

2. Does not skip cutscene
3. Leaves game immediately after cutscene ends.
 
quest="203595" step="1"
chg to
questid="203595" step="1"
if still cannot. THats should the quest id error.use db to dump the quest id again.hope helps.

Will try when I get home as of now my encountered problems are above! Thanks!
 
Redo the profile without that plugin, its unsupported and out of date.
If the pathing is off, redo the profile using "My Position" to get the xyz under "Info Dumping" manually. :)
 
Redo the profile without that plugin, its unsupported and out of date.
If the pathing is off, redo the profile using "My Position" to get the xyz under "Info Dumping" manually. :)

I realized that all that plugin did was just compile the script. The script is still in the same format as it would be done now. :) However I seem to be doing somethings wrong but can't figure out what it is. Part of the script works part of it doesn't :(
 
If it runs correctly but doesnt use the object (portal) as it should, set an actorId to the object and see if that helps.
<UseObject questId="203595" x="319.5387" y="451.8316" z="-8.52308" isPortal="True" actorId="xxxxx" />
Stand close to the portal and use "Dump RActors" and look for the actorSNO for the portal :)
 
Hey thanks for helping! I'm currently getting a

ERROR: There was an error in the matchmaking service. The request was canceled. (Error 316609)

when I start up the script! Any ideas?

this happened to me when my character was trying to make a game he didnt have the WP's for. check your game params
 
Profile done and up in act 3 profiles! :) thanks everyone!
 
Back
Top