Page 1 of 1

Daily Quest Silverfall "Weird Wild Boar"

Posted: Sat Aug 20, 2011 4:38 am
by cheater
Just a small daily waypointfile.

the questname and NPC name is in German, but i think it is no problem to change it to the language u need.
Start at Blackboard in Silverfall.
Script checks, how much daily left, accept quest and walks to the npc in south.

Re: Daily Quest Silverfall "Weird Wild Boar"

Posted: Sat Aug 20, 2011 4:57 am
by botje
nice, just when my daily bots lvl's got to high to get decent droprate in logar :)

now i can move on :P

Botje

edit, you should use the npc ID, so it doesnt matter what language were using :)

Re: Daily Quest Silverfall "Weird Wild Boar"

Posted: Sat Aug 20, 2011 8:59 am
by cheater
how can i use the npc ids? are they saved in runesdatabase, too? any link to a wiki page? ^^

Re: Daily Quest Silverfall "Weird Wild Boar"

Posted: Sat Aug 20, 2011 9:22 am
by rock5
cheater wrote:how can i use the npc ids? are they saved in runesdatabase, too? any link to a wiki page? ^^
If you look them up here
http://www.runesdatabase.com/
you will see the id in the address.

Re: Daily Quest Silverfall "Weird Wild Boar"

Posted: Sat Aug 20, 2011 9:24 am
by lisa
easiest way is to stand near the npc and use this in MM

rom/getid

then point mouse at the npc and look at the MM window and the details are shown in MM window.

Re: Daily Quest Silverfall "Weird Wild Boar"

Posted: Sat Aug 20, 2011 9:28 am
by cheater
ok, to get the id, iti is no problem:
id for the silverfall bulletin board: 110711


and how i use it in the script now?
like this?:
questboard = RoMScript("TEXT('Sys110711_name')") ?!

Re: Daily Quest Silverfall "Weird Wild Boar"

Posted: Sat Aug 20, 2011 10:03 am
by rock5
player:target_NPC can accept ids as well as names so you can just use.

Code: Select all

player:target_NPC(110711)

Re: Daily Quest Silverfall "Weird Wild Boar"

Posted: Sat Aug 20, 2011 12:11 pm
by cheater
ok, cool.
i g2g now, but i think ill change the names to the ids, and reupp the new version :)
edit:
done. could not test it, but it should work. i will test it this evening