Search found 4 matches

by Atraut
Tue Jun 25, 2013 6:27 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Syrbal Pass Daily quest - A Little Refreshment
Replies: 29
Views: 12088

Re: Syrbal Pass Daily quest - A Little Refreshment

You can add in waypoint #1 somethig like this: local dqCount, dqPerDay = RoMScript("Daily_count()"); if dqCount ~= 10 then player:target_NPC(questGiverId); AcceptQuestByName(questName,"Daily"); else inventory:update(); player:update(); if inventory:itemTotalCount(202434) > 0 then...
by Atraut
Mon Jun 24, 2013 8:33 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Syrbal Pass Daily quest - A Little Refreshment
Replies: 29
Views: 12088

Re: Syrbal Pass Daily quest - A Little Refreshment

Work`s well!! thak's for your help
by Atraut
Mon Jun 24, 2013 12:08 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Syrbal Pass Daily quest - A Little Refreshment
Replies: 29
Views: 12088

Re: Syrbal Pass Daily quest - A Little Refreshment

Ok, i wil try this night. Also i have th same problem with "Un pequeño refresco" the sistem give me an error with "ñ" character.

In this post i see that other users can get the namesid. From where?

Thanks!!
by Atraut
Mon Jun 24, 2013 11:44 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Syrbal Pass Daily quest - A Little Refreshment
Replies: 29
Views: 12088

Re: Syrbal Pass Daily quest - A Little Refreshment

Hy, i have a problem with the names of the things and npc, im using the game in spanish and the names appears with accents. The code give me an error when i use the name "Bebida energética" for example... the solution is use the reference code of the object, but the RomDatabase is not actu...