Night Flame Morcus Beast Mount (Permanent)

Talk about anything in Runes of Magic. This does not need to pertain to botting.
Post Reply
Message
Author
User avatar
Aron009
Posts: 16
Joined: Fri Jan 09, 2015 8:09 am

Night Flame Morcus Beast Mount (Permanent)

#1 Post by Aron009 » Sun Jul 05, 2015 5:12 pm

Is this mount supported through player:mount()?

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Night Flame Morcus Beast Mount (Permanent)

#2 Post by rock5 » Mon Jul 06, 2015 6:49 am

Doesn't look like it.

Normally when I do an update to the mount list I look for new mounts following the last ids. These have ids right in the middle of the list. I can add them but I would never have found them if you hadn't told me.

I might make a bit of an attempt at finding any other missed mounts.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

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

Re: Night Flame Morcus Beast Mount (Permanent)

#3 Post by lisa » Mon Jul 06, 2015 5:52 pm

Maybe just do a

Code: Select all

for i = 100200,102000,1 do
local name = getidname(i)
if string.find("mount",name) then
loginfo("Mounts",i.." "..name)
end
end
Obviously that is just an example and in no way would that code work as it is.
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
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Night Flame Morcus Beast Mount (Permanent)

#4 Post by rock5 » Tue Jul 07, 2015 3:16 am

I had a look through Inventory Preview addon and just where it refreshes the list I added the items to a table using a global variable. Then I filtered the list to show only mounts, then used the rombot commandline to copy the data over and do a comparison with the existing mounts list, then I saved it to a file in the right format to copy and paste it over to the mount function. I'm not sure how many I added, probably about 20. I'm going to try and adjust the filter a bit and catch more missed mounts.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Night Flame Morcus Beast Mount (Permanent)

#5 Post by beanybabe » Tue Jul 07, 2015 8:52 am

Aron009 wrote:Is this mount supported through player:mount()?
yes it is.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Night Flame Morcus Beast Mount (Permanent)

#6 Post by rock5 » Tue Jul 07, 2015 9:09 am

Where? I didn't see it.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
Aron009
Posts: 16
Joined: Fri Jan 09, 2015 8:09 am

Re: Night Flame Morcus Beast Mount (Permanent)

#7 Post by Aron009 » Wed Jul 08, 2015 9:38 am

beanybabe wrote:
Aron009 wrote:Is this mount supported through player:mount()?
yes it is.
It doesn't work with my scripts :o

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Night Flame Morcus Beast Mount (Permanent)

#8 Post by beanybabe » Wed Jul 08, 2015 7:35 pm

I had to put the mount in the first mount slot if I recall. I just use player:mount()

here is a bit code i use

Code: Select all

  	function mountUp()
		if not player:hasBuff(506688) and inventory:itemTotalCount(207204) > 0 then
			inventory:useItem(207204)  --mound speed buff
			yrest(500);			
		end
 		player:mount()	
		end
Here is another I borrowed from someones wp

Code: Select all

  function doMount()
      if not player.Mounted then
         if inventory:getMount() then
            player:mount()
         elseif inventory:itemTotalCount("Horse Rental Ticket") > 1 then
            inventory:useItem("Horse Rental Ticket");
            yrest(500)
            player:mount()
         end
         yrest(1000)
      end
      speed()
   end

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Night Flame Morcus Beast Mount (Permanent)

#9 Post by rock5 » Thu Jul 09, 2015 10:46 am

To the Original Poster, bot has been updated to revision 785 and includes many new mounts including the Night Flame Morcus Beast Mount.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
Aron009
Posts: 16
Joined: Fri Jan 09, 2015 8:09 am

Re: Night Flame Morcus Beast Mount (Permanent)

#10 Post by Aron009 » Sat Jul 11, 2015 1:13 am

Thanks Rock :))

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Night Flame Morcus Beast Mount (Permanent)

#11 Post by beanybabe » Wed Jul 15, 2015 2:21 am

here a list of what i think is all the mounts from database

Code: Select all

Name ,Level ,tier ,type    
[White Horse (2 h)] ,1 ,0 ,item ,200876
[Piebald Horse (2 h)] ,1 ,0 ,item ,200877
[Brown Horse (2h)] ,1 ,0 ,item ,200878
[Black Horse (2 h)] ,1 ,0 ,item ,200879
[Leather Side Horse] ,1 ,8 ,item ,201455
[White Horse (15 min)] ,1 ,0 ,item ,201482
[Piebald Horse (15min)] ,1 ,0 ,item ,201488
[Brown Horse (15 min)] ,1 ,0 ,item ,201489
[Black Horse (15 min)] ,1 ,0 ,item ,201490
[Brown Horse (30 Days)] ,1 ,8 ,item ,201698
[White Warhorse (Permanent)] ,1 ,8 ,item ,201965
[Black Warhorse (Permanent)] ,1 ,8 ,item ,201966
[White Horse (7 Days)] ,1 ,8 ,item ,202095
[Black Horse (Permanent)] ,1 ,8 ,item ,202226
[Black Horse (30 Days)] ,1 ,8 ,item ,202229
[Black Horse (7 Days)] ,1 ,8 ,item ,202232
[White Horse (30 Days)] ,1 ,8 ,item ,202245
[Brown Horse (7 Days)] ,1 ,8 ,item ,202246
[White Horse (Permanent)] ,1 ,8 ,item ,202247
[Brown Horse (Permanent)] ,1 ,8 ,item ,202248
[Black Warhorse (7 Days)] ,1 ,8 ,item ,202450
[White Warhorse (7 Days)] ,1 ,8 ,item ,202451
[Black Warhorse (30 Days)] ,1 ,8 ,item ,202452
[White Warhorse (30 Days)] ,1 ,8 ,item ,202453
[Piebald Horse (Permanent)] ,1 ,8 ,item ,202454
[Piebald Horse (7 Days)] ,1 ,8 ,item ,202455
[Piebald Horse (30 Days)] ,1 ,8 ,item ,202456
[Horse Rental Ticket] ,1 ,1 ,item ,203033
[Brown Horse in a bag (30 Days)] ,1 ,8 ,item ,203296
[Black Horse in a bag (30 Days)] ,1 ,8 ,item ,203299
[White Horse in a bag (30 Days)] ,1 ,8 ,item ,203300
[Black Warhorse in a bag (30 Days)] ,1 ,8 ,item ,203301
[White Warhorse in a bag (30 Days)] ,1 ,8 ,item ,203302
[Piebald Horse in a bag (30 Days)] ,1 ,8 ,item ,203303
[Brown Horse in a bag (7 Days)] ,1 ,8 ,item ,203319
[Black Horse in a bag (7 Days)] ,1 ,8 ,item ,203322
[White Horse in a bag (7 Days)] ,1 ,8 ,item ,203323
[Black Warhorse in a bag (7 Days)] ,1 ,8 ,item ,203324
[White Warhorse in a bag (7 Days)] ,1 ,8 ,item ,203325
[Piebald Horse in a bag (7 Days)] ,1 ,8 ,item ,203326
[Brown Horse (1 Day)] ,1 ,8 ,item ,203571
[White Horse (1 Day)] ,1 ,8 ,item ,203572
[Black Warhorse (1 Day)] ,1 ,8 ,item ,203573
[Horsehoof Seed] ,1 ,0 ,item ,203998
[Weeping Coast Horseshoe Crab] ,1 ,0 ,item ,204315
[Wooden Horse] ,1 ,8 ,item ,204774
[White Horse (Permanent)] ,1 ,8 ,item ,204818
[Black Horse (Permanent)] ,1 ,8 ,item ,204819
[Brown Horse (Permanent)] ,1 ,8 ,item ,204820
[Black Warhorse Surprise Orb] ,1 ,8 ,item ,206192
[Brown Horse in a bag (3 Days)] ,1 ,8 ,item ,206325
[Brown Horse (3 Days)] ,1 ,8 ,item ,206326
[Moa's Warhorse (7 Days)] ,1 ,8 ,item ,206352
[Moa's Warhorse (30 Days)] ,1 ,8 ,item ,206353
[Moa's Warhorse in a bag (7 Days)] ,1 ,8 ,item ,206355
[Moa's Warhorse in a bag (30 Days)] ,1 ,8 ,item ,206356
[Warhorse of Destruction (7 Days)] ,1 ,8 ,item ,206357
[Warhorse of Destruction (30 Days)] ,1 ,8 ,item ,206358
[Warhorse of Destruction in a bag (7 Days)] ,1 ,8 ,item ,206360
[Warhorse of Destruction in a bag (30 Days)] ,1 ,8 ,item ,206361
[Steel-Flame Warhorse (7 Days)] ,1 ,8 ,item ,206594
[Steel-Flame Warhorse (30 Days)] ,1 ,8 ,item ,206595
[Steel-Flame Warhorse (Permanent)] ,1 ,8 ,item ,206596
[Steel-Flame Warhorse in a bag (7 Days)] ,1 ,8 ,item ,206597
[Steel-Flame Warhorse in a bag (30 Days)] ,1 ,8 ,item ,206598
[Black Horse in a bag (30 Days)] ,1 ,8 ,item ,207826
[White Horse in a bag (30 Days)] ,1 ,8 ,item ,207827
[Black Warhorse in a bag (30 Days)] ,1 ,8 ,item ,207828
[White Warhorse in a bag (30 Days)] ,1 ,8 ,item ,207829
[Piebald Horse in a bag (30 Days)] ,1 ,8 ,item ,207830
[Brown Horse in a bag (7 Days)] ,1 ,8 ,item ,207844
[Black Horse in a bag (7 Days)] ,1 ,8 ,item ,207847
[White Horse in a bag (7 Days)] ,1 ,8 ,item ,207848
[Black Warhorse in a bag (7 Days)] ,1 ,8 ,item ,207849
[White Warhorse in a bag (7 Days)] ,1 ,8 ,item ,207850
[Piebald Horse in a bag (7 Days)] ,1 ,8 ,item ,207851
[Moa's Warhorse in a bag (30 Days)] ,1 ,8 ,item ,207906
[Warhorse of Destruction in a bag (30 Days)] ,1 ,8 ,item ,207907
[Steel-Flame Warhorse in a bag (30 Days)] ,1 ,8 ,item ,207908
[White Warhorse in a bag (Permanent)] ,1 ,8 ,item ,208008
[Piebald Horse in a bag (Permanent)] ,1 ,8 ,item ,208017
[Moa's Warhorse in a bag (Permanent)] ,1 ,8 ,item ,208027
[Brown Horse in a bag (Permanent)] ,1 ,8 ,item ,208031
[Black Warhorse in a bag (Permanent)] ,1 ,8 ,item ,208627
[Black Horse in a bag (Permanent)] ,1 ,8 ,item ,208628
[Warhorse of Destruction in a bag (Permanent)] ,1 ,8 ,item ,208632
[Steel-Flame Warhorse in a bag (Permanent)] ,1 ,8 ,item ,208645
[White Warhorse in a bag (Permanent)] ,1 ,8 ,item ,208814
[White Horse in a bag (Permanent)] ,1 ,8 ,item ,208815
[Piebald Horse in a bag (Permanent)] ,1 ,8 ,item ,208830
[Moa's Warhorse in a bag (Permanent)] ,1 ,8 ,item ,208846
[Brown Horse in a bag (Permanent)] ,1 ,8 ,item ,208855
[Black Warhorse in a bag (Permanent)] ,1 ,8 ,item ,208866
[Black Horse in a bag (Permanent)] ,1 ,8 ,item ,208867
[Warhorse of Destruction in a bag (Permanent)] ,1 ,8 ,item ,208872
[Steel-Flame Warhorse in a bag (Permanent)] ,1 ,8 ,item ,208890
[Moa's Warhorse (7 Days)] ,1 ,8 ,item ,208910
[Moa's Warhorse (30 Days)] ,1 ,8 ,item ,208911
[Moa's Warhorse in a bag (7 Days)] ,1 ,8 ,item ,208913
[Moa's Warhorse in a bag (30 Days)] ,1 ,8 ,item ,208914
[White Horse - Internet Café Special Item] ,1 ,8 ,item ,208960
[White Warhorse in a bag (30 Days)] ,1 ,8 ,item ,209491
[Fire Demon Warhorse (7 Days)] ,1 ,8 ,item ,240928
[Fire Demon Warhorse (30 Days)] ,1 ,8 ,item ,240929
[Fire Demon Warhorse (Permanent)] ,1 ,8 ,item ,240930
[Fire Demon Warhorse in a bag (7 Days)] ,1 ,8 ,item ,240931
[Fire Demon Warhorse in a bag (30 Days)] ,1 ,8 ,item ,240932
[Warhorse in a bag (7 Days)] ,1 ,1 ,item ,242113

User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: Night Flame Morcus Beast Mount (Permanent)

#12 Post by Bill D Cat » Wed Jul 15, 2015 7:14 am

Looks like you just did a search on "Horse", which returned quite a few good matches, but also some that are not mounts. It also doesn't list any mount that doesn't contain the word "Horse" in it's name, like the Night Flame Morcus Beast that this thread is named for.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Night Flame Morcus Beast Mount (Permanent)

#13 Post by beanybabe » Wed Jul 15, 2015 12:35 pm

I just did this to see if i could. I tried to get rid of the non-horses etc but must have missed a few. I did a search on mount but so much trash came up I decided to skip them till I figure a easier way to get the data from their pages.

I used open office and under data did a get from file then I pasted the url for the page at rom database and it loaded it in to a spreadsheet. (tricky)

Had to clean it up some delete images and remove rows and columns not needed.

The numbers for the items were in a url that was hidden on the sheet

I found there is a macro you can use to extract the urls to another sheet.

The rest was just cutting and pasting.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest