Search found 17 matches

by xwhizzah
Tue Aug 17, 2010 7:43 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

Hey mate, Back again with some questions. Not about the questing part ( still trying to understand all code :P ) iam now trying to understand the gatheringcode :) everything good so far.. alltough is there a way to read your gathering level. Like: when it turn lvl 20 go to varanas and get the quests...
by xwhizzah
Tue Aug 10, 2010 3:17 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

hehehe sound farmiliar ;) had the same problem while testing with an character.. but i knew my code should be correct so i was forced to look in my profile instantly :) glad you figured it out yourself ;)
by xwhizzah
Fri Aug 06, 2010 3:39 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

Well yeah that would be an option, alltough i dont want to call another waypoint script ;)
I want to use 1 waypointscript for 1 quest :) but thnx for your input :) :geek:
by xwhizzah
Thu Aug 05, 2010 8:00 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

I use mage, but got it solved :) made new waypoints and decreased the range and now its okay. see below the result in code <waypoints> <onLoad> settings.profile.mobs = {"Fungus"}; changeProfileOption("MAX_TARGET_DIST", 100); </onLoad> <!-- # 1 --><waypoint x="-3697" z=&...
by xwhizzah
Thu Aug 05, 2010 7:15 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

i just tryed to add this on top of the waypoint file <onLeaveCombat> if inventory:itemTotalCount(201171) > 4 then __WPL:setForcedWaypointType("RUN") end </onLeaveCombat> but it just got ignored ( or can i only use this command in the profile? ) problem is that every spot there is full of t...
by xwhizzah
Thu Aug 05, 2010 5:36 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

typo :) i ment the bot :P

iam not sure the distance is gonna solve this issue. I changed it in the profile to 100 but still it attacks every single muschroom and sticks at 1 waypoint
by xwhizzah
Thu Aug 05, 2010 5:02 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

this seems to work, alltough one problem. at some point the bot stays at one waypoint and keep attacking the mobs there. i think its because of the fast and close respawns. this is at waypoint 7 is there a way to change the range the boss attacks the mobs inside the waypoint script? <waypoints type=...
by xwhizzah
Thu Aug 05, 2010 4:04 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

I made an new code, i cannot test while servers are offline :( could you see into it if what i did is good. >.< <waypoints> <!-- Quest 6 FUNGUS --> <onLoad> repeat questname="Report In"; yrest(500) until questname repeat npcname="Jenna Miller"; yrest(500) until npcname </onLoad> ...
by xwhizzah
Thu Aug 05, 2010 3:09 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

what i want to do is following. my previous waypoint ends up in front of the npc at this point i want my bot to check if he accepted the quest if not accept it. then i want it to go to the fungus area and use 3 waypoints until quest is complete. if the quest isnt complete i want it to go to the firs...
by xwhizzah
Thu Aug 05, 2010 1:23 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

Hey rock, today i will work a bit on the bot :) still havent got it to work. in the meantime iam studying your farmbot. and i have few questions again on what some things do :) First at the <onload> <onLoad> repeat questname=RoMScript("TEXT('Sys422343_name')"); yrest(500) until questname -...
by xwhizzah
Tue Aug 03, 2010 1:40 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

tryed to make the bot, still not working. No time to work on it today. i will puzzle some more on it tomorrow. :)

Ill let you know ;)
by xwhizzah
Mon Aug 02, 2010 7:13 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

Really appreciate your help :) didnt know what to do without you ;) So this will result in this. <waypoints type="NORMAL"> <onLoad>settings.profile.mobs = {"Fungus"};</onLoad> <!-- # 1 --><waypoint x="-3697" z="-8683" tag="qgiver"> player:target_NPC(...
by xwhizzah
Mon Aug 02, 2010 3:00 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

Also trying to get one waypoint file for each quest. i dont know if it works tough, cant try it out yet :) but codewise is this correct? <waypoints type="NORMAL"> <onLoad>settings.profile.mobs = {"Fungus"};</onLoad> <!-- # 1 --><waypoint x="-3697" z="-8683" ta...
by xwhizzah
Mon Aug 02, 2010 2:36 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

Still at work :( cant wait to try it out! alltough iam analysing the script and iam trying to understand the code :) <onLoad>settings.profile.mobs = {"Fungus"};</onLoad> This changes the profile to an profile called fungus? __WPL:setForcedWaypointType("RUN") Changes the type of w...
by xwhizzah
Mon Aug 02, 2010 1:22 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

Cool, thnx mate! ill try it when i get home from work. Yours look much simpeler as the way i was trying to do it. :)

Itemcount is clear to me now i guess. How will i do monstercount? that would have to be with queststate or not?

thanks for your help this far!
by xwhizzah
Sun Aug 01, 2010 1:42 pm
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Re: Help need to make questbot

Thnx for your reply :) ill download the addon as soon as iam ready at work. could you give me an example how you did it. I tryed to get it to work for few hours, but still no result. Perhaps with an example ill get it to work. or an manual how to use the commands for questing. specialy the command t...
by xwhizzah
Sun Aug 01, 2010 11:50 am
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 14132

Help need to make questbot

Hello, I need some help with my bot. Iam trying to create a bot not to farm mobs or items but actualy go quest. I had no problem to get my bot do the accept an deliver quest at the starting area. Like Claim Your Potions Claiming Armor Claiming Weapons Complete Preparations I let the bot use the item...