lisa wrote:You can fly past the 3rd boss but the gate is shut, the boss with frogs. So to go further you need to kill it, unless you can walk through walls.
Walk through, no. Fly through, yes.
And, yes, I am being cryptic.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
Blackt3ars wrote:What kind of macro command i need to make the macro not to attack certain type of boss ?
Cuz when im using ROck5 KS waypoint...till the Goddess.....sometimes it will target the CAST barrel....=/
Open you profile and search:
<friends>
<!-- names of friends we help fighting or enemys we don't want to attack -->
<!-- for umlauts use \129 (ue),\132 (ae),\148 (oe) e.g. K\132fer --> <friend name="Cask" />
<friend name="Yusalien" />
</friends>
well i know its supost to dont post here but this threat is the more closer i find to discuss my problem
so the problem is this
i have a waypoint file form fireboot lvl 66
and i want it to kill kill kill and wen get full goes to npc and sell
i already make a code waypoint and works algost good
the problem is example i have 16 waypoins and more 5 distinct waypoints to go npc and to come to npc
my problem is wen he finish the 16 waypoints it allways goes to npc for sell and repair
so its waste of time couse it only have 10 ekips to sell in each round
i will post my code here to some one who find any error or any missing code help me to understand
Not sure if I should open an extra topic for this but I only have this problem/idea when using this script:
I have like 150 items KS each run and selling them takes like 5 minutes which is really long considering i only need like 10 minutes to loot these items.
So I was thinking about a way to sell them much faster.
I cant really say how it works but the addon SellMode sells entire slot bags in about 0 time. http://rom.curse.com/downloads/rom-addo ... lmode.aspx
maybe one can use the algorithm that is used there if I dont want to check every single item (which i dont in KS)
The problem is it's hard for a rombot script to be as fast as an ingame function. There is a delay when doing each action via rombot that would add up if done 150 times. Your best bet is, if you are happy with the addon, then just use that. Find out how to control it from rombot. At first glance I think you would use.
i have problems at bosses couse the bot dont target the boss a far distance it just goes to the waypoints and w8 for been atacked
that couse´s me some problems at locata
could be some yrest time problem?
or probably some profile wrong line to he dont attack it directly like do with other bosses
i want to know more about last post
to sell it in 1 sec he entire bag can u explain better?
tnks
rock5 wrote:The problem is it's hard for a rombot script to be as fast as an ingame function. There is a delay when doing each action via rombot that would add up if done 150 times. Your best bet is, if you are happy with the addon, then just use that. Find out how to control it from rombot. At first glance I think you would use.
I need help from you Lisa or rock5. I want to repeat KS runs until I fill my bags, because of bad in game drop rate. That means: starting from entrance, doing kills, coming back to entrance and exiting, leaving party, establishing new party, entering, starting from entrance……. Until my bags are full. I don’t need viewpoints, just your help for establishing entrance transition – and party related scripts. Thanks both.
Sorry one question, how sell the item "Pancer" NPC, muy script not found, I write in script this line:
if player:openStore("Pancer") then -- opens the store, then continues if it opened.
for i, item in pairs(inventory.BagSlot) do
if (item.Worth > 222) then
item:use() -- sells it to the store
end
end
end
- this one not found, why?
- Sorry not speak inglish very good thx very much
I can only fix it by following down the mountain when the script tries to run:
player.Class1 if player.Class2 == == 5 or 5 then - priest
while (80> player.HP / player.MaxHP * 100) do
player: cast ("PRIEST_URGENT_HEAL");
yrest (2300);
end
end
player.Class1 if player.Class2 == == 8 or 8 then - druid
while (80> player.HP / player.MaxHP * 100) do
player: cast ("DRUID_RECOVER");
yrest (2300);
end
end
- To me the cast fails "DRUID_RECOVER", the script gives me an error, does not recognize the skill Druid_recover and my pj Mage / Druid. Thank you very much for your attention.
I can only fix it by following down the mountain when the script tries to run:
player.Class1 if player.Class2 == == 5 or 5 then - priest
while (80> player.HP / player.MaxHP * 100) do
player: cast ("PRIEST_URGENT_HEAL");
yrest (2300);
end
end
player.Class1 if player.Class2 == == 8 or 8 then - druid
while (80> player.HP / player.MaxHP * 100) do
player: cast ("DRUID_RECOVER");
yrest (2300);
end
end
- To me the cast fails "DRUID_RECOVER", the script gives me an error, does not recognize the skill Druid_recover and my pj Mage / Druid. Thank you very much for your attention.
if player.Class2 == 5 or player.Class1 == 5 then - priest
while (80> player.HP / player.MaxHP * 100) do
player:cast("PRIEST_URGENT_HEAL");
yrest(2300);
end
end
if player.Class2 == 8 or player.Class1 == 8 then - druid
while (80> player.HP / player.MaxHP * 100) do
player:cast("DRUID_RECOVER");
yrest(2300);
end
end
Remember no matter you do in life to always have a little fun while you are at it
function bagchecker()
if inventory:itemTotalCount(0) == 0 then
sendMacro("LeaveParty();");
waitForLoadingScreen();
player:update();
__WPL:setWaypointIndex(__WPL:findWaypointTag("rerun"));
end
end
you're right paste the text wrong, I have written as you have put your. But that still does not work skilll "DRUID_RECOVER" my client might be Spanish? and have to put the name of cast in Spanish ¿