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

Need Help from a level 24+

tubajedimr

New Member
Joined
Apr 6, 2010
Messages
441
Reaction score
24
There is a quest in Stonetalon Mountains. The quest is "Barrier To Entry". I need someone to get the object ID of the land mines on the ground , if someone is able to do so for me.

For those that know how to do this, thanks in advance! If you don't know how, here's a brief tutorial.

Get the quest, run to one of the land mines. Using Instance Buddy, hit "Bot Settings", then "Scripting Tools", then "Objects", and the Land Mine should be one of (if not several) of the options.

Thanks in advanced everyone!!
 
if no one have done this within 2-3 hours I will do this when I come home(It can be done even though I am lvl 61 right? (Havn't done the quest on that character))
 
if no one have done this within 2-3 hours I will do this when I come home(It can be done even though I am lvl 61 right? (Havn't done the quest on that character))

Indeed. And thanks!
 
Display id: 7121
location(for one of them): <1739.04, -415.9774, 113.2469>
entry: 203413
 
Did I send correct info? I camped the charr there incase I did something wrong, so please give feedback :)
 
PHP:
			<PickUp QuestName="Barrier to Entry" QuestId="25999" GiverName="Saurboz" GiverId="34341" />
			<CustomBehavior File="UseGameObject" QuestId="25999" ObjectId="203413" NumOfTimes"8" WaitTime="4000" X="1739.04" Y="-415.9774" Z="113.2469" />
			<TurnIn QuestName="Barrier to Entry" QuestId="25999" TurnInName="Saurboz" TurnInId="34341" />

Think you could try this out in a blank profile to see if it works?
 

Attachments

I got this error:

Loading C:\Users\Administrator\Desktop\Blank Profile.xml.
Could not load profile: " er et uventet token. Forventet token er =. Linje 4, plassering 85.
Translation of "er et uventet token. Forventet token er =. Linje 4, plassering 85. " this means it is a unknown token, and the problem is from line 4, location 85, if I had to change something in the coding,please tell me, cause right now I only downloaded ur note, and used it as a questing profile
 
I got this error:

Loading C:\Users\Administrator\Desktop\Blank Profile.xml.
Could not load profile: " er et uventet token. Forventet token er =. Linje 4, plassering 85.
Translation of "er et uventet token. Forventet token er =. Linje 4, plassering 85. " this means it is a unknown token, and the problem is from line 4, location 85, if I had to change something in the coding,please tell me, cause right now I only downloaded ur note, and used it as a questing profile

My bad. Change

PHP:
NumOfTimes"8"

PHP:
NumOfTimes="8"
 
It worked now :) but I got a orange text in HB saying:
[Behavior: UseGameObject(warning)]: Unrecognized attribute 'WaitTime' (with value of '4000') will be ignored.
dunno what it means thou
 
Back
Top