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

BLeh Agitated with profile format

shinavaka

Member
Joined
Jan 16, 2011
Messages
388
Reaction score
3
Ok so im having issues with doing miniquests, i cant find very many readily available SNO id tables for quests, let alone any time i try -example act 3 reinforcement bridge quest- "Waiting for Reinforcements" the bot has a infinate loop talking to the Captain because its waiting for the next step of the main storyline and not the sidequest to appear even when i have *i think* the correct SNOQuestId # *could be wrong because theres not much reference material on it* I think we should have a profile dev forum as well with a guide as well as a layout of all reference material that may be needed -.- Would probably get a lot more great profiles that way. Anyways Any Ideas?
Code:
<Profile>
    <Name>Headache.</Name>
    <KillMonsters>True</KillMonsters>
    <PickupLoot>True</PickupLoot>
    
    <GameParams quest="93595" step="-1" act="A3" difficulty="Normal" resumeFromSave="True" isPrivate="True" numGames="-1"  />
    
    <Order>

            <UseObject questId="93684" stepId="18" actorId="176002" isPortal="True" destinationWorldId="93099" x="2692.93" y="2669.722" z="25.10311" /> <!-- To Stonefort -->

            <TalkTo x="4191.202" y="3997.894" z="1.815168" actorId="106146" questId="153424" stepId="1" />
            <MoveTo questId="153424" stepId="1" name="Demon Ambush" pathPrecision="10" x="4195.401" y="4028.688" z="0.099998" /> // Kill the Demon Ambush \\

        <UseTownPortal questId="1" />
        <LeaveGame reason="I have finished the run and grabbed the checkpoint." />
  </Order>
</Profile>    

Credits to Kick, c/p some from him
 
Any experienced profile writers or programmers out there that might be able to help me on a messenger with dumps ect? Id like to start writing serious profiles but unfortunately im getting blocked here and there lol.
 
Back
Top