RoM server Patch 4.0.3. - The Mighty Shield.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
ako ito
Posts: 61
Joined: Sat Sep 17, 2011 8:34 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#101 Post by ako ito » Wed Oct 05, 2011 4:01 pm

no more tag error now and running... but not riding the mount

bokagavrilov
Posts: 86
Joined: Sun Sep 18, 2011 5:20 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#102 Post by bokagavrilov » Wed Oct 05, 2011 4:10 pm

hello,,,


how do i cast a skill nowdays coz i have all but in ks it just trys to cast it but doesnt ..do i have tho change in my profile the skills?

ako ito
Posts: 61
Joined: Sat Sep 17, 2011 8:34 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#103 Post by ako ito » Wed Oct 05, 2011 4:14 pm

whats wrong why my character not riding mount




<?xml version="1.0" encoding="utf-8"?><waypoints>
<onload>
function quest()
local queststate = getQuestStatus("Catch Butterflies")
if queststate == "complete" then
player:mount()
__WPL:setForcedWaypointType("TRAVEL")
end
end
</onload>
<waypoints><!-- MountSpeedhack -->
<onLoad>
RoMScript("DEFAULT_CHAT_FRAME:AddMessage('|cffffff00MountSpeedhack: "Name" Press key.CTRL to ACTIVATE! or DEactivate.|r')")
repeat
while not keyPressedLocal(key.VK_CONTROL) do yrest(100); end;
MountSpeedHack();
RoMScript("DEFAULT_CHAT_FRAME:AddMessage('|cffffff00MountSpeedhack: ACTIVATED!|r')")
yrest(1500);

while not keyPressedLocal(key.VK_CONTROL) do yrest(100); end;
MountSpeedoff();
RoMScript("DEFAULT_CHAT_FRAME:AddMessage('|cffffff00MountSpeedhack: DEactivated.|r')")
yrest(1500);
until false
</onLoad>
</waypoints>
<!-- # 1 --><waypoint x="6405" z="5436" y="181">
player:target_NPC("Robbie Butcher");
AcceptQuestByName("Catch Butterflies");
</waypoint>
<!-- # 5 --><waypoint x="6326" z="5030" y="195">
player:mount();
</waypoint>
<!-- # 6 --><waypoint x="6547" z="4008" y="219">player:mount("Brown Horse"); </waypoint>
<!-- # 7 --><waypoint x="7022" z="3445" y="203">player:mount("Brown Horse"); </waypoint>
<!-- # 8 --><waypoint x="7207" z="3180" y="205">__WPL:setForcedWaypointType("NORMAL") </waypoint>
<!-- # 9 --><waypoint x="7359" z="3206" y="197">player:mount("Brown Horse"); </waypoint>
<!-- # 10 --><waypoint x="7342" z="3338" y="197">player:mount("Brown Horse"); </waypoint>
<!-- # 11 --><waypoint x="7436" z="3367" y="197"> </waypoint>
<!-- # 12 --><waypoint x="7553" z="3175" y="197"> </waypoint>
<!-- # 13 --><waypoint x="7641" z="3179" y="197"> </waypoint>
<!-- # 14 --><waypoint x="7648" z="3097" y="197"> </waypoint>
<!-- # 15 --><waypoint x="7556" z="3006" y="197">quest() </waypoint>
<!-- # 16 --><waypoint x="7625" z="2545" y="196">quest() </waypoint>
<!-- # 17 --><waypoint x="7648" z="2108" y="196">quest() </waypoint>
<!-- # 18 --><waypoint x="7414" z="1970" y="178">quest() </waypoint>
<!-- # 19 --><waypoint x="7331" z="2093" y="179">quest() </waypoint>
<!-- # 20 --><waypoint x="7061" z="2237" y="180">quest() </waypoint>
<!-- # 21 --><waypoint x="6941" z="2474" y="183">quest() </waypoint>
<!-- # 22 --><waypoint x="7559" z="2670" y="183">quest() </waypoint>
<!-- # 23 --><waypoint x="7587" z="2823" y="184">quest() </waypoint>
<!-- # 24 --><waypoint x="7554" z="3037" y="184">player:mount("Brown Horse"); </waypoint>
<!-- # 25 --><waypoint x="7553" z="3062" y="196">quest() </waypoint>
<!-- # 26 --><waypoint x="7650" z="3102" y="197">quest() </waypoint>
<!-- # 27 --><waypoint x="7636" z="3157" y="197">quest() </waypoint>
<!-- # 28 --><waypoint x="7492" z="3226" y="197">quest() </waypoint>
<!-- # 29 --><waypoint x="7439" z="3363" y="197">player:mount("Brown Horse"); </waypoint>
<!-- # 30 --><waypoint x="7343" z="3335" y="197"> </waypoint>
<!-- # 31 --><waypoint x="7362" z="3210" y="197"> </waypoint>
<!-- # 32 --><waypoint x="7127" z="3176" y="205"> </waypoint>
<!-- # 33 --><waypoint x="7047" z="3432" y="204"> </waypoint>
<!-- # 34 --><waypoint x="6610" z="3764" y="187"> </waypoint>
<!-- # 35 --><waypoint x="6557" z="3988" y="217"> </waypoint>
<!-- # 36 --><waypoint x="6286" z="5077" y="196"> </waypoint>
<!-- # 37 --><waypoint x="6425" z="5413" y="188">
player:target_NPC("Robbie Butcher");
CompleteQuestByName("Catch Butterflies");
</waypoint>
</waypoints>
Last edited by ako ito on Wed Oct 05, 2011 4:42 pm, edited 1 time in total.

FireWire
Posts: 43
Joined: Tue Oct 04, 2011 2:25 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#104 Post by FireWire » Wed Oct 05, 2011 4:17 pm

bokagavrilov wrote:hello,,,


how do i cast a skill nowdays coz i have all but in ks it just trys to cast it but doesnt ..do i have tho change in my profile the skills?

I dont know if this helps you but where it says

Code: Select all

<skill name="KNIGHT_HOLY_STRIKE"    	hotkey="MACRO" priority="90" />
Change where it says hotkey="Macro" to whatever space your skill is in :D Hope that helps ya bok

bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#105 Post by bobdole » Wed Oct 05, 2011 5:31 pm

I am unable to keep multiple clients running right now, getting lot of crashes.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#106 Post by lisa » Wed Oct 05, 2011 6:22 pm

Morning all, I have some actual work to do this morning, I should be able to get back to working on the issues in a few hours.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
ellisdee
Posts: 24
Joined: Mon Sep 26, 2011 3:03 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#107 Post by ellisdee » Wed Oct 05, 2011 6:29 pm

Sorry if this seems silly, redundant and or noobish
Im trying to bind my characters actions instead of using the macros

Profile

Code: Select all

	<skills_rogue>
	<skill name="SCOUT_VAMPIRE_ARROWS" 		hotkey="9" priority="80" />
    <skill name="SCOUT_SHOT"          		hotkey="2" priority="70" />
    <skill name="ROGUE_SHADOWSTAB"    		hotkey="3" priority="90" />
	<skill name="ROGUE_LOW_BLOW"      		hotkey="4" priority="80" />	
    <skill name="ROGUE_HIDE"    			hotkey="MACRO" priority="10" autouse="false" />
		<skill name="ROGUE_INFORMER"    		hotkey="5" priority="80" />
		<skill name="ROGUE_COMBAT_MASTER"               hotkey="6" priority="90" />
     <skill name="ROGUE_ENERGY_THIEF"                hotkey="7" priority="80" />
     <skill name="ROGUE_ASSASSINS_RAGE"    	hotkey="8" priority="60" />
		<skill name="ROGUE_WOUND_ATTACK"    	hotkey="1" priority="80" />
	</skills_rogue>
Im getting "Bad skill hotkey name"

Can some one nudge me in the right direction :)

Edit: i do see where the error is pointing to, but im not sure what to change in the skill.lua file
Attachments
output.jpg
Action bar.jpg

xplar
Posts: 28
Joined: Thu Sep 08, 2011 2:46 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#108 Post by xplar » Wed Oct 05, 2011 6:38 pm

Code: Select all

<skill name="MAGE_FLAME" hotkey="VK_3" priority="80" />
it's in the wiki.

http://www.solarstrike.net/wiki/index.p ... figuration

User avatar
ellisdee
Posts: 24
Joined: Mon Sep 26, 2011 3:03 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#109 Post by ellisdee » Wed Oct 05, 2011 6:43 pm

Ah!
Thank you
Its not at simple as using 1-0, have to use the key assignment.

User avatar
grande
Posts: 261
Joined: Tue Jun 28, 2011 4:46 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#110 Post by grande » Wed Oct 05, 2011 6:47 pm

Hey there people, if you're like me you ran into an issue using accept quest by name when trying to use the bulletin board quests. I guess the acceptquestbyname stuff got updated recently as well as some other things so it actually wants you to player:target_NPC("NPC Name Here");

I didn't have to do this before the latest patch. before all i had to do was player:harvest(####of ID code of bulletin board here); and then AcceptQuestByName("Name of Quest")

Also, can't "use" mounts any more but you can link them to a hotkey that is called by a skill use so all I do is plant my mount icon in the hotkey for a skill and tell it to call up that skill when i want my mount activated. example: player:cast("MAGE_FLAME"); --(goes to hotkey #3 which is where i planted the mount I'll be using. previously this line was: inventory:useItem("mount name"); for some reason... i could never get the player:mount() or player:mount("mount name") to work on this... hmmmm)

Edit: only problem I'm having now with "MAGE_FLAME" is that I get an error when it autologins to the next character. Says it doesn't recognize MAGE_FLAME as a skill even though it matches up fine between WP and profile. I'm guessing this is what Admin was talking about with things still being unstable.. that or I'm overlooking something simple.

glta :-)
Last edited by grande on Wed Oct 05, 2011 8:34 pm, edited 1 time in total.

bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#111 Post by bobdole » Wed Oct 05, 2011 6:50 pm

Find out why?
lisa wrote:BTW I wouldn't rush out and get that addon, I am going through the 3000 lines of code atm and I am trying to work out why a bar addon needs an event monitor for whispers.....

Pmaia
Posts: 70
Joined: Wed Jun 22, 2011 8:17 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#112 Post by Pmaia » Wed Oct 05, 2011 7:06 pm

wat im i doing bad
already try many things and nothing happens
Attachments
MM.png

FireWire
Posts: 43
Joined: Tue Oct 04, 2011 2:25 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#113 Post by FireWire » Wed Oct 05, 2011 7:49 pm

Pmaia wrote:wat im i doing bad
already try many things and nothing happens

Edit the skills in your profile to look like this
xplar wrote:

Code: Select all

<skill name="MAGE_FLAME" hotkey="VK_3" priority="80" />
it's in the wiki.

http://www.solarstrike.net/wiki/index.p ... figuration
You see where it says Mage_Flame? In order for it to work the Skill Flame has to be in your action bar as 3.

Budzer
Posts: 99
Joined: Fri Sep 23, 2011 12:44 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#114 Post by Budzer » Wed Oct 05, 2011 7:58 pm

First of all - Great Job so far.

As far only 2 problems:
Any cast, mount, use functions in wp don't work, but as far as I understand it'll be fixed later and accept mount I've installed addon and it works even better

Second issue is that mu bot keep pausing on random wp coordinates..... not a big issue as it goes for efficient(the pause last for less than 0,5s), but it looks little odd for anybody observing that. Same (I think) happens with skills... sometimes bot keeps just using white attacks (usually mob dies after so IDK if it blocks for some time or simply for some mobs).


As for now 2:40 active an no other issues.

kkulesza
Posts: 150
Joined: Fri May 27, 2011 9:00 pm
Location: Poland

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#115 Post by kkulesza » Wed Oct 05, 2011 8:12 pm

Lisa, rockV and Admin. -one word 4 U:
RESPECT

Chicken-bot is running (only sometimes crashes client ^^ )

kanta
Posts: 424
Joined: Thu Nov 11, 2010 4:08 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#116 Post by kanta » Wed Oct 05, 2011 8:23 pm

I only wish Frogster/Runewaker would work this hard and keep people up to date with progress as much as Rock, Lisa, Administrator and Spiralv do....

Thanks guys, you are awesome.
Scout/Knight/Rogue 70/66/66

User avatar
grande
Posts: 261
Joined: Tue Jun 28, 2011 4:46 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#117 Post by grande » Wed Oct 05, 2011 8:32 pm

^^ Yes, I don't think I've paid anywhere near enough gratitude to Lisa and Rock. Thanks u 2 for all you do. This is truly the most interesting aspect of the game for me and I've learned a lot. Oh, and BIG thanks to Admin as well.. and some others like Spyral and Meister and Germangold and all the other folks that contribute and share ideas.

FireWire
Posts: 43
Joined: Tue Oct 04, 2011 2:25 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#118 Post by FireWire » Wed Oct 05, 2011 8:46 pm

Lisa, Rock, I can run chicken script just fine, no problems at all sometimes crashes. No I haven't tried or even yet changed skills done lvling to bot, I have done the harvest, and it does crash the game.. could be client / bot problem not sure its usually during the Nothing to harvest found...


Now we all need to realize as was posted before... They are working on it.. There will be changes made and we will just have to keep checking back. Crashing problems, I would not bring to the table just yet until Lisa/Rock think/know they have a working bot.

ako ito
Posts: 61
Joined: Sat Sep 17, 2011 8:34 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#119 Post by ako ito » Wed Oct 05, 2011 8:49 pm

my bot is working but my character keep in crashing in miller ranch 3/5 of character keep crashing evry hour

Sabrinajewel
Posts: 7
Joined: Sun Jul 17, 2011 5:56 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#120 Post by Sabrinajewel » Wed Oct 05, 2011 9:01 pm

Hi Guys,

Thank you for all your work you do on this program.

I have a little problem with this update

the error
"THE ATTACK SKILL NEEDS TO BE IN THE ACTIONBAR AND HAVE A VALID HOTKEY"

In the macro's folder line 65

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 12 guests