so, no one can help me? :cry:
hey guys, i need help.
may i know which code to edit, if i want my bot to go to the mailbox when i have 500 arrows, instead of when my inventory bag is full?
i think the code from the waypoint is this:
if inventory:itemTotalCount(0) ~= 0 then
__WPL ...
Search found 6 matches
- Wed Jan 09, 2013 12:38 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Farming Arrowhead Carved with Name script problems
- Replies: 30
- Views: 15963
- Mon Jan 07, 2013 6:16 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Farming Arrowhead Carved with Name script problems
- Replies: 30
- Views: 15963
Re: Farming Arrowhead Carved with Name script problems
hey guys, i need help.
may i know which code to edit, if i want my bot to go to the mailbox when i have 500 arrows, instead of when my inventory bag is full?
i think the code from the waypoint is this:
if inventory:itemTotalCount(0) ~= 0 then
__WPL:setWaypointIndex(__WPL:findWaypointTag("rerun ...
may i know which code to edit, if i want my bot to go to the mailbox when i have 500 arrows, instead of when my inventory bag is full?
i think the code from the waypoint is this:
if inventory:itemTotalCount(0) ~= 0 then
__WPL:setWaypointIndex(__WPL:findWaypointTag("rerun ...
- Fri Nov 16, 2012 12:20 am
- Forum: Runes of Magic
- Topic: need help
- Replies: 3
- Views: 1536
Re: need help
Hmm, if I do that, I won't be drinking potions when I'm not in combat.
I just don't want to drink potions when I'm IN combat.
I just don't want to drink potions when I'm IN combat.
- Thu Nov 15, 2012 11:35 am
- Forum: Runes of Magic
- Topic: need help
- Replies: 3
- Views: 1536
need help
Hello, may I know what do I need to write in my profile so that the bot won't drink hp/mp potions during combat?
- Mon Nov 12, 2012 11:39 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: DoD First Boss spam solo and party, full DoD now too
- Replies: 105
- Views: 46283
Re: DoD First Boss spam solo and party, full DoD now too
What I meant is, I wanna do a solo run. But I don't know what to put in Char1,2,3,4. I'm not sure what is 'player.Name' and 'joinname'. Everytime I get this error,
Code: Select all
scripts\rom\bot.lua:505: onLoad error: No party match!- Mon Nov 12, 2012 3:16 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: DoD First Boss spam solo and party, full DoD now too
- Replies: 105
- Views: 46283
Re: DoD First Boss spam solo and party, full DoD now too
Erm, may I know what to replace the 'Char1', 'Char2', 'Char3', and 'Char4'? What does it mean by 'player.Name' and 'joinname' ? I'm sorry, I'm new to this.
if DOD_SOLO then
if player.Name == "Char1" then
joinname = "Char2"
elseif player.Name == "Char3" then
joinname = "Char4"
else
error("No ...
if DOD_SOLO then
if player.Name == "Char1" then
joinname = "Char2"
elseif player.Name == "Char3" then
joinname = "Char4"
else
error("No ...