Search found 98 matches

by JackBlonder
Mon Feb 21, 2011 4:58 pm
Forum: Runes of Magic
Topic: Operation party network bot
Replies: 9
Views: 3588

Operation party network bot

This is what I currently have to make partymember clients communicate with the partyleader client. It's not much yet but I'll improve when there's time. The partyleader is sending the GUID of his target. It would be very nice if some of you could test it give feedback. To use it: - insert partyServe...
by JackBlonder
Mon Feb 21, 2011 2:34 am
Forum: Runes of Magic
Topic: party boting: targeting
Replies: 3
Views: 1150

Re: party boting: targeting

I'm currently working on partybotting, too.
At the moment I'm trying to build a network connection to exchange the GUID of the target between partyleader and partymembers.
I'll post some code later when it's working.
by JackBlonder
Fri Feb 18, 2011 1:37 pm
Forum: RoM Bot revision notes
Topic: Rev 577 Changelog
Replies: 67
Views: 15129

Re: Rev 577 Changelog

You can get IDs out of the data.fdb file in your Runes of Magic/fdb folder.
You have to extract the string_XX.db (XX stands for your language, e.g. string_enus.db) with e.g FDB Extractor.
by JackBlonder
Mon Feb 14, 2011 11:17 am
Forum: Runes of Magic
Topic: Need some help with my OnSkillCast for warrior
Replies: 14
Views: 2884

Re: Need some help with my OnSkillCast for warrior

onPreSkillCast delivers an argument arg1 which is the actual skill to be casted.
by JackBlonder
Mon Feb 14, 2011 9:19 am
Forum: Runes of Magic
Topic: waypoint bot
Replies: 2
Views: 1024

Re: waypoint bot

You could use the default profile (rom/bot profile:default).
by JackBlonder
Sun Feb 13, 2011 7:27 am
Forum: Runes of Magic
Topic: Hi, I am German and my bot dont work anymore.
Replies: 18
Views: 3942

Re: Hi, I am German and my bot dont work anymore.

Can we do that update now? Didn't that mess the addresses for some reason?
It's workin' again.
I did it, its dont work.

its same as before :(
What did you do?
by JackBlonder
Sun Feb 13, 2011 4:05 am
Forum: Runes of Magic
Topic: Hi, I am German and my bot dont work anymore.
Replies: 18
Views: 3942

Re: Hi, I am German and my bot dont work anymore.

-Rightclick your scripts/rom folder
-Click SVN-Update
-Rightclick your scripts/rom folder
-Click on TortoiseSVN->Revert...
by JackBlonder
Sat Feb 12, 2011 11:26 am
Forum: Runes of Magic
Topic: Party bot - Revolution?
Replies: 22
Views: 5090

Re: Party bot - Revolution?

I have another question.
CPlayer:fight does use "<" and "<=". :shock:
I thought this does not work.
by JackBlonder
Sat Feb 12, 2011 11:06 am
Forum: Runes of Magic
Topic: Party bot - Revolution?
Replies: 22
Views: 5090

Re: Party bot - Revolution?

I'm trying to use the GUID now to get the target of the partyleader. This works as iit should. The botted partymember has the right target know. BUT, what drives me crazy now, it never attacks it...it just stands there. Here's my code. Maybe someone has a good idea. <?xml version="1.0" enc...
by JackBlonder
Thu Feb 10, 2011 3:15 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14699

Re: UseFood + useHousemaidPotions = useGoodie !!!

I didn't look into his code yet but I think instead of luck = {ID = 207203, buffName = "Gl\129ckspuderstaub", castTime = 0} you could use luck = {ID = 207203, buffName = RoMScript("TEXT('SysXXXXXX_name'), castTime = 0} You can get IDs from the game's data.fdb file (extract it,find str...
by JackBlonder
Thu Feb 10, 2011 11:44 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14699

Re: UseFood + useHousemaidPotions = useGoodie !!!

Of course.
TEXT('SysXXXXXX_name') returns the string of id XXXXXX.
If you want the name of your buff you have to use the id of your buff.
by JackBlonder
Thu Feb 10, 2011 11:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14699

Re: UseFood + useHousemaidPotions = useGoodie !!!

Did you use the potion id? This would explain the result.
by JackBlonder
Thu Feb 10, 2011 8:09 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: optimizing golden eggs profit
Replies: 161
Views: 50064

Re: optimizing golden eggs profit

I think Administrator is playing with a spamblocker for the board :D
by JackBlonder
Thu Feb 10, 2011 5:00 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14699

Re: UseFood + useHousemaidPotions = useGoodie !!!

You can get the local name by

Code: Select all

buffname=RoMScript("TEXT('SysXXXXXX_name')");
XXXXXX is the ID.
by JackBlonder
Wed Feb 09, 2011 3:08 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: QuestByName
Replies: 23
Views: 12251

Re: QuestByName

I think it should work without the break but it will do the complete loop (i=1 to availableQuests) so I'll add the break at the next version.
by JackBlonder
Tue Feb 08, 2011 1:18 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: QuestByName
Replies: 23
Views: 12251

Re: QuestByName

Version 0.97 is up now.
I could not test the check for full questbook though.
Maybe someone can test it and report any problems.
by JackBlonder
Tue Feb 08, 2011 11:35 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: QuestByName
Replies: 23
Views: 12251

Re: QuestByName

I have a problem when using player:haveTarget() to check if we have target. When our target is a daily board haveTarget() returns nil. [Edit] Curious! When I use if (not player:haveTarget()) then print("No target! Target NPC before using CompleteQuestByName") return end I always get the pr...
by JackBlonder
Tue Feb 08, 2011 2:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: QuestByName
Replies: 23
Views: 12251

Re: QuestByName

Good ideas.
I'll implement it when I'm at home.
by JackBlonder
Mon Feb 07, 2011 2:30 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: QuestByName
Replies: 23
Views: 12251

Re: QuestByName

I changed the retargeting to

Code: Select all

RoMScript("UseSkill(1,1)")
as you suggested and did some testing.
Should work ok.