g0ldPRO / Questing.lua

A Lua script for PROShine that plays Pokemon Revolution Online for you from the very Start to as far as possible.
http://g0ldpro.github.io/Questing.lua/
Do What The F*ck You Want To Public License
5 stars 7 forks source link

Edit Quest: Cascade Badge + Ticket SS.Anne #12

Closed Rympex closed 8 years ago

Rympex commented 8 years ago

Tested :) and it work without problem, leveling --> get Badge --> get nugget and other items --> get ticket from bill --> and end the quest on route 5 :)

Rympex commented 8 years ago

I'm testing the new edits, i made 1 quest for do cerulean gym, ticket, and lance (vermilion city 2) and it stop on SSAnne 1F is ok?

g0ldPRO commented 8 years ago

You need:

  1. A quest that first gets the ticket, then gets the Cerulean Badge, then enter route 5
  2. A quest that starts from route 5, talk to the guy that starts the useless vision
  3. A quest that plays the vision with only the hasMap() condition
  4. Continue the 2. until SSAnne
  5. A quest that does the SSAnne with only the hasMap() condition
  6. Continue the 2 until you have the badge, then go to Route 7 (or whatever is the name of the one to the right)
  7. A quest that gets the Flash HM (and start from the Surge arena)

Conditions:

  1. if self:hasMap() and not hasItem('Thunder Badge') Because we will never go back there before getting the Thunder Badge. That way we can ensure the Quest will go to Route 5 even so the server crashed after getting the badge.
  2. if self:hasMap() and not hasItem('Rainbow Badge')
  3. if self:hasMap()
    1. Condition is valid as soon as we exit the vision
  4. if self:hasMap()
    1. Condition is valid as soon as we exit the vision
  5. if self:hasMap() and not hasItem('Rainbow Badge')
Silv3rPRO commented 8 years ago

:+1: working for me. Selling the nugget is really cool. :smile:

Rympex commented 8 years ago

Edited i will post the new quest :)