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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Deathdisguise

Community Developer
Joined
Mar 7, 2015
Messages
678
Table of Contents

[table="width: 100%, class: outer_border, align: center"]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[/table]
 
Last edited:
Hotkeys

- TargetDump (Alt+Shift+D)
- InventoryDump (Alt+Shift+I)
- QuestDump (Alt+Shift+Q)
- OffmeshConnection (Alt+Ctrl+Shift+C)
- ShowClickLocation (Alt+Shift+C)
- Interact (Alt+Ctrl+I)
- TurnInQuest (Alt+Ctrl+T)
- PickUpQuest (Alt+Ctrl+P)
- MoveTo (Alt+Ctrl+O)
- Hotspot (Alt+Ctrl+H)
 
Last edited:
Attributes

- CanInteract(actorId, x, y, z, radius)
- Creature(actorId)
- CreatureExists(actorId, x, y, z, radius)
- GetActorByCreatureId(actorId, x, y, z, radius)
- GetHazard(hazardId)
- HasHazard(hazardId)
- HasQuest(questId)
- IsEpisodeComplete(episodeId)
- IsInExactWorldZone(zoneId)
- IsInWorldZone(zoneId)
- IsPublicEventActive(eventId)
- IsPublicEventObjectiveActive(eventId, objectiveId)
- IsPublicEventObjectiveComplete(eventId, objectiveId)
- IsQuestAccepted(questId)
- IsQuestAchieved(questId)
- IsQuestComplete(questId)
- IsQuestFinished(questId)
- IsQuestMentioned(questId)
- IsQuestUnknown(questId)
- IsQuestObjectiveComplete(questId)
- Log(object)
- PlayerWithinRadius(x, y, z, radius)
 
Last edited:
Thx for the work man will you continue to update it ? It's great help anyway !
 
I should probably spend some time tomorrow filling out the rest of the tags at least, yeah. :P
 
Nice !! =) like this tag MatchmakingJoin could i use it to tag in expedition ?
 
Hi, i can't use the PickUpQuest (Alt+Ctrl+P) keybind, for example to return need to have the dialog on and having target and so on, it warns me on Buddy, but for this keybind tells me nothing and tryed some ways and it's not working here. Can anyone help me?
 
<Avoid Radius="15" MapId="" X="" Y="" Z="" Remove="false" />

dosent work

or how to avoide many zones? likfe if it 3 or 6
 
<Profile Name="def" Author="deg" Version="1">
<Kill Creature="38127, 38112, 28115, 38136, 38115, " X="1887.297" Y="-935.1498" Z="-1250.21" />
<AvoidCreature Radius="15" CreatureId="62002" MapId="1421" Remove="false" />
<Avoid Radius="10" MapId="1421" X="1835.846" Y="-919.1384" Z="-1338.438" Remove="false" />
<Avoid Radius="10" MapId="1421" X="1770.089" Y="-926.4026" Z="-1252.687" Remove="false" />
<Avoid Radius="10" MapId="1421" X="1875.87" Y="-922.0466" Z="-1327.501" Remove="false" />
<Avoid Radius="15" MapId="1421" X="2012.865" Y="-916.8291" Z="-1338.659" Remove="false" />
</Profile>

whats wrong? avoid dosent work...
 
first of all, avoid doesnt work for me neither - or at least only sometimes.

but you probably have to register the avoid stuff BEFORE actually doing stuff (your kill tag), otherwise those tags are never even executed.
 
Back
Top