Code: Select all
<!-- # 1 --><waypoint x="32304" z="3333"> player:target_NPC("Tagesquest-Verwalter");
Code: Select all
<!-- # 1 --><waypoint x="32304" z="3333"> player:target_NPC("Tagesquest-Verwalter");
imorpheusi wrote:why dont target the NPCCode: Select all
<!-- # 1 --><waypoint x="32304" z="3333"> player:target_NPC("Tagesquest-Verwalter");
Code: Select all
player:harvest();
Code: Select all
player:harvest(110729);
Code: Select all
player:harvest(110585);
Code: Select all
player:harvest(110584);
Code: Select all
rom/getid.lua
Or you could use player:target_Object and use the name or the object id.nokirk wrote:imorpheusi wrote:why dont target the NPCCode: Select all
<!-- # 1 --><waypoint x="32304" z="3333"> player:target_NPC("Tagesquest-Verwalter");
I think I can help with that, this is not a NPC but the bulletin board. You can open the bulletin board withe.g. the bulletin board in Harf is:Code: Select all
player:harvest();
in Varanas:Code: Select all
player:harvest(110729);
Code: Select all
player:harvest(110585);
in Logar:To find out the correct code of the bulletin board you'd like to open, useCode: Select all
player:harvest(110584);
in micromacro window.Code: Select all
rom/getid.lua
Code: Select all
player:target_Object("Mailbox",1000)
Users browsing this forum: No registered users and 5 guests