Page 4 of 5
Re: [Daily & Public Event] Extinguish More Flames
Posted: Sat Nov 03, 2012 7:01 pm
by AngelDrago
Hello Folks... the script works fine but at the second flame it waited and waited and I'm seeing this in the ROM window..
We found Strange Flame Seedling and will harvest it.
Target is to strong. More HP then player.MaxHP * settings.profile.options.AUTO_ELITE_FACTOR, aggro,
but not from that target
is their a way i can get rit of this statement or is their anything I'm missing and again thx for the help..
Re: [Daily & Public Event] Extinguish More Flames
Posted: Sat Nov 03, 2012 10:36 pm
by kuripot
i use this
Code: Select all
<onLoad>
startGMDetect()
changeProfileOption("LOOT_ALL","false")
__WPL:setForcedWaypointType("TRAVEL")
changeProfileOption("AUTO_ELITE_FACTOR", 1000)
</onLoad>
Re: [Daily & Public Event] Extinguish More Flames
Posted: Sun Nov 04, 2012 3:22 am
by AngelDrago
it worked thx again for the help
Re: [Daily & Public Event] Extinguish More Flames
Posted: Tue Nov 13, 2012 12:47 pm
by Goldiniee
Hello

First i wanna excuse me for my worst english.
Second i want to thank you for the script, i'm totally noob at creating Waypoints or something else.
Doesnt matter at this point, i tried to create another script. I mix the script from Page 1 with the script of page 2.
I downt know if its perfect, but it works pretty well for me, so i wanna share it with you.
If u have to do the quest with 2 Accounts, Account 1 still will steal the farm point from Account 2 - even with optimized script from page 2.
so we will got now one script for farm-point 1 and a script for farm-point 2.
But i got still a problem: i cant reach the 6000 points for ending the event.
Is there any suggestion with 2 accounts or i'm only too stupid?
Last thing: i only mixed the the 2 script, all thanks to the author!
Re: [Daily & Public Event] Extinguish More Flames
Posted: Wed Nov 14, 2012 4:23 am
by Jandrana
But i got still a problem: i cant reach the 6000 points for ending the event.
Is there any suggestion with 2 accounts or i'm only too stupid?
Everything that speeds up movement will help. Mount plus riding speed buff from guild castle. Reduce all rests command in your script to the minimum. My script can do ~3400 points during the event phase. With two accounts it should be possible to get > 6000 in total. If other ppl are also collecting flames (maybe for daily), you will loose time and you will hardly reach 6000 points.
I don't have a second char to run this script, but I would let the second char run in channel two. Usually people on Ch2 do only dailies, but no public quests because Ch 2 does not display the event timer, but this is not relevant for collecting EOJ. So less competition about flames. You could even synchronize both chars via party chat.
Re: [Daily & Public Event] Extinguish More Flames
Posted: Wed Nov 14, 2012 1:21 pm
by Goldiniee
Thx u
So its the second one: I'm too stupid
i thought channel 2 get another counter, cause i dont saw the collected points from that character.
I only let them farm after midnight, to reduce the chance to find me.. so no one steal my time.
Its a great idea with the speed-buffs, so i will have to try the second script on ch1+2

Re: [Daily & Public Event] Extinguish More Flames
Posted: Wed Nov 14, 2012 8:26 pm
by Hidden
to get 6k with 2 characters you need a separate script for each. have the 2 characters farm a flame each (not both at the same flame) will hit 6k easy.
Re: [Daily & Public Event] Extinguish More Flames
Posted: Fri Nov 16, 2012 4:35 am
by AngelDrago
is their a way i can add a teleport function to this as it is a little to slow. especialy if their are a lots of people their.
thx
Re: [Daily & Public Event] Extinguish More Flames
Posted: Sat Nov 24, 2012 6:11 am
by xrozhija
How can you make this script go to Chrysalia and change class, run back and deliver, and then go change class again, and start over?
I have successfully made a script that does the class change, but when i add it to this script, and moves the complete quest to the bottom, it just accepts the public flame quest instead of going to change class.
Re: [Daily & Public Event] Extinguish More Flames
Posted: Sat Dec 01, 2012 10:04 pm
by jaguare
Hello im fairly new to the forums,and i gotta say that it helped me a lot to visit here, As for the daily/public now,ive got almost zero knowledge about writing scripts,hope ill learn some things around here,but the waypoint in 1st page which is provided by the author has a litle problem, it goes in 2 spots, and that causes it extremelly noticable by the other people farming and problematic when doing the public event. Could you probably cut one waypoint and make it stick in same spot waiting for the flames to re apear? Or could you please show me how to change it myself by guiding me a bit thru the script,cause i would like to create another waypoint going to some other flames bit further down.
Thanks a lot in advance,really helpfull

Re: [Daily & Public Event] Extinguish More Flames
Posted: Sun Dec 02, 2012 8:47 pm
by vo2male
jaguare wrote:Hello im fairly new to the forums,and i gotta say that it helped me a lot to visit here, As for the daily/public now,ive got almost zero knowledge about writing scripts,hope ill learn some things around here,but the waypoint in 1st page which is provided by the author has a litle problem, it goes in 2 spots, and that causes it extremelly noticable by the other people farming and problematic when doing the public event. Could you probably cut one waypoint and make it stick in same spot waiting for the flames to re apear? Or could you please show me how to change it myself by guiding me a bit thru the script,cause i would like to create another waypoint going to some other flames bit further down.
Thanks a lot in advance,really helpfull

Try this code from Hidden:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onload>
YourTargetScore = 3100
function waitForEventStart()
repeat
yrest(1000) -- check every second
local namePE,messagePE,namePH,ScorePE,Count , IsScoreVisible= RoMScript("PE_GetInfo(1)")
if Count == 2 and YourTargetScore > ScorePE then break end
until false
end
function isEventFinished()
local namePE,messagePE,namePH,ScorePE,Count , IsScoreVisible= RoMScript("PE_GetInfo(1)")
if Count ~= 2 or ScorePE >= YourTargetScore then
__WPL:setForcedWaypointType("RUN")
__WPL:setWaypointIndex(__WPL:findWaypointTag("Home Base"));
end
end
</onload>
<!-- # 1 --><waypoint x="-21559" z="-22931" y="588">
player:target_NPC("Diandon");
yrest(100);
player:target_NPC("Diandon");
yrest(100);
</waypoint>
<!-- # 2 --><waypoint x="-21636" z="-22916" y="592"> </waypoint>
<!-- # 3 --><waypoint x="-21742" z="-23032" y="588">
queststate = getQuestStatus("Extinguish More Flames");
while queststate == "incomplete" do
yrest(100);player:target_Object("Strange Flame Seedling");yrest(100);
queststate = getQuestStatus("Extinguish More Flames");
end
if (isEventFinished()) then
__WPL:setWaypointIndex(__WPL:findWaypointTag("Home Base"));
end
end
</waypoint>
<!-- # 4 --><waypoint x="-21642" z="-22920" y="592" tag="Home Base">
waitForEventStart()
__WPL:setForcedWaypointType("NORMAL")
end
</waypoint>
</waypoints>
It stays on one flame spot..if you have another account just create a path to the other flame with almost same script. I stopped farming this area after they banned my accounts here.
Re: [Daily & Public Event] Extinguish More Flames
Posted: Mon Dec 03, 2012 11:28 pm
by jaguare
Thanks a lot,i always watch after my chars,its just that i wanna sit back and let them do it for me. ty again

Re: [Daily & Public Event] Extinguish More Flames
Posted: Thu Dec 27, 2012 3:51 pm
by kuripot
i created waypoint for only harvesting "Strange Flame Seedling" and i assign 1 char that only get "Strange Flame Seedling" but my problem is my char are not staying in 1 spot coz he trying to go to waypoint 1 after harvest "Strange Flame Seedling"
this is my waypoint..
Code: Select all
<!-- # 1 --><waypoint x="-21694" z="-23195" y="593">
queststate = getQuestStatus("Extinguish More Flames");
if queststate == "complete" then
player:target_Object("Strange Flame Seedling");
yrest(3000);
else
player:target_Object("Strange Flame Seedling");
yrest(3000);
end
</waypoint>
Re: [Daily & Public Event] Extinguish More Flames
Posted: Thu Dec 27, 2012 5:51 pm
by lisa
if all it does is sit in 1 spot doing it then just add the code to onload instead of a waypoint.
Code: Select all
<onload>
while(true) do
player:target_Object("Strange Flame Seedling");
yrest(3000);
end
</onload>
basically it will sit in 1 spot and target the specific objects forever.
Re: [Daily & Public Event] Extinguish More Flames
Posted: Thu Jan 24, 2013 6:03 pm
by BlubBlab
AlterEgo95 wrote:Hey botters

I don't know how it's on your servers, but I don't use this script again. A few minutes ago the second person said, that I was botting. Those two times, someone said this to me, I was at the keyboard so I could whisper something back. It's well done, that the bot runs between those two fires, but if there are many people there, the bot only runs between them and doesn't get a fire. It would be better to remove that and wait at one fire.
A little more OT this whole Energy of Justice thing is laughable, I've got the first place at 4000K Point the counter jumped to end I've got 10 energy the other time I've got 30 and was 3 or 4th, but that not even the problem.
The merchant for justice energy says I must have 5k energy for fair prices even with a bot doing it over night this will take weeks to got them
Too much risk,at too less profit.
Re: [Daily & Public Event] Extinguish More Flames
Posted: Sun Mar 31, 2013 4:44 pm
by Kapota
Hello Folks, sorry for talking about buried post.
I'm having some troubles with "Wait event". It's often didn't start.
So i need Rock's and Lisa's hands on it. How to remove this function. I dont care about repeat and repeat waypoints.
I made some tryies, but i didn't reach the point.
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onload>
YourTargetScore = 6000
function waitForEventStart()
repeat
yrest(1000) -- check every second
local namePE,messagePE,namePH,ScorePE,Count , IsScoreVisible= RoMScript("PE_GetInfo(1)")
if Count == 2 and YourTargetScore > ScorePE then break end
until false
end
function isEventFinished()
local namePE,messagePE,namePH,ScorePE,Count , IsScoreVisible= RoMScript("PE_GetInfo(1)")
if Count ~= 2 or ScorePE >= YourTargetScore then
__WPL:setForcedWaypointType("RUN")
__WPL:setWaypointIndex(__WPL:findWaypointTag("Home Base"));
end
end
</onload>
<!-- # 1 --><waypoint x="-21559" z="-22931" y="588">
player:target_NPC("Diandon");
yrest(100);
player:target_NPC("Diandon");
yrest(100);
</waypoint>
<!-- # 2 --><waypoint x="-21636" z="-22916" y="592"> </waypoint>
<!-- # 3 --><waypoint x="-21742" z="-23032" y="588">
queststate = getQuestStatus("Extinguish More Flames");
while queststate == "incomplete" do
yrest(100);player:target_Object("Strange Flame Seedling");yrest(100);
queststate = getQuestStatus("Extinguish More Flames");
end
</waypoint>
<!-- # 4 --><waypoint x="-21642" z="-22920" y="592" tag="Home Base">
waitForEventStart()
__WPL:setForcedWaypointType("NORMAL")
if (isEventFinished()) then
__WPL:setWaypointIndex(__WPL:findWaypointTag("Home Base"));
end
</waypoint>
</waypoints>
Re: [Daily & Public Event] Extinguish More Flames
Posted: Sun Mar 31, 2013 7:29 pm
by Kapota
Fixed.
Re: [Daily & Public Event] Extinguish More Flames
Posted: Thu Aug 01, 2013 2:11 am
by Niko
Can anyone tell me the quest id? i use spanish client, and the quest name haves accents...

And, how do i find the id for any other quest?
Thank's
Re: [Daily & Public Event] Extinguish More Flames
Posted: Thu Aug 01, 2013 2:47 am
by rock5
Re: [Daily & Public Event] Extinguish More Flames
Posted: Sat Jul 12, 2014 10:57 pm
by Braziliano
run in different zones , i got 10 characters spread out , takes a couple days and i got tons of eojs

:D