Search found 5 matches

by CrimsonSoul
Wed Jul 27, 2011 10:10 am
Forum: Runes of Magic
Topic: Official new patch topic 4.0.1
Replies: 185
Views: 63581

Re: Official new patch topic 4.0.1

We could do a double check. Would you try something for me? Line 1226 of functions.lua is until newAddress ~= oldAddress and newAddress ~= 0 Change it to until (newAddress ~= oldAddress and newAddress ~= 0) or memoryReadBytePtr(getProc(),addresses.loadingScreenPtr, addresses.loadingScreen_offset) ~...
by CrimsonSoul
Wed Jul 27, 2011 9:31 am
Forum: Runes of Magic
Topic: Official new patch topic 4.0.1
Replies: 185
Views: 63581

Re: Official new patch topic 4.0.1

waitForLoadingScreen not working right..... Here's the call in my waypoint: repeat player:target_NPC("npcName"); yrest(1500); sendMacro("ChoiceOption(1);"); until waitForLoadingScreen(7); Before I updated (had to due to the 4.0.1 patch) it worked perfectly fine. Now, the bot talk...
by CrimsonSoul
Fri Mar 25, 2011 3:13 pm
Forum: Runes of Magic
Topic: Increase attack skill usage?
Replies: 5
Views: 1851

Re: Increase attack skill usage?

Thanks, I'll probably change the default cooldown back to what it is then use that code in my profile to control the cooldown variable. I assume I would just use v.Cooldown as the variable in place of v.CastTime? I will like that better because it wont desync the skill database (since I manually cha...
by CrimsonSoul
Fri Mar 25, 2011 7:20 am
Forum: Runes of Magic
Topic: Increase attack skill usage?
Replies: 5
Views: 1851

Re: Increase attack skill usage?

Pick a ranged skill, like Rising Tide or something, and put that in ur profile with the same hotkey as ur DIYCE skill. Then go to the skills database and change the CD of that skill to like 0.2. I'm not 100% sure it will work but IMO give it a try. I've thought about doing that, but I do not think ...
by CrimsonSoul
Thu Mar 24, 2011 10:07 pm
Forum: Runes of Magic
Topic: Increase attack skill usage?
Replies: 5
Views: 1851

Increase attack skill usage?

Is there any way to increase attack skill usage? In short, I use DIYCE to give myself a 1-button spam to attack, under normal conditions, with sub-par equipment, I kill targets before they get to me from max range. With MM, they usually get a few hits on my even starting at max range. The problem se...