Quester

Quester

47.7k Downloads

removing replacing events doesn't work right

intangir opened this issue ยท 3 comments

commented

I have some big quests and if i need to fix a single type on a msg event out of 20 of them.. it seems impossible, trying to remove events seems to target the wrong events and is unpredictable

i have had to just delete the whole quest and remake it from scratch every time..

commented

Do you still have one/some of those big quests? I would like to test it. Could you also tell me what events were you trying to remove and what happened instead?

commented

i am sure there are bigger quests, but heres the one i was messing with:

i was trying to fix a typo on event 1:4
i tried using q event remove 1:4 doesn't like that
i tried 1 4, i thinK? i can't recall if it worked

but basically it was removing things from event 0 and event 2 even i think?
i don't know how to replace an existing event, or apparently don't know how to target a specific event line

i ended up remaking the whole quest (and saving all the commands for them now)

q create Talk to the Crew
q condition add questnot Talk to the Crew
q desc set Talk to the members of the Axiom II crew. Some may help you on your adventure.
q desc add Type /q progress to see your progress on quests.
q objective add npc 17 true
q objective add npc 29 true
q objective add npc 30 true
q objective add npc 21 true
q objective desc add 0 Talk to the Doctor.
q objective desc add 1 Talk to Dewey the Librarian.
q objective desc add 2 Talk to Hammy the Comms Officer.
q objective desc add 3 Talk to Captain Roark.
q event add -2 msg You decide to get right to adventuring, you can meet the crew later.
q event add -3:8 exp 50
q event add -3:8 msg You feel ready to start your adventure! &9(+50 XP)
q event add 0:1 msg &7 You will need some food on your journey. Here have some bread.
q event add 0:2 item bread 5
q event add 1:1 msg &7 You may also have this field manual to take with you.
q event add 1:2 cmd givemanual %p
q event add 1:3 msg &7 There is also alot of information available in the /help system.
q event add 1:4 msg &7 Remember, knowledge is power!
q event add 2:1 msg &7 With my help your words can reach across the whole planet at once.
q event add 2:2 msg &7 If you want to talk only locally, use the /l toggle option.
q event add 2:3 msg &7 To change back to global chat mode type /g
q event add 2:4 msg &7 To talk to only one person use /tell and their name then speak.
q event add 2:5 msg &7 To retell to that same person use /rt, and to reply use /r
q event add 2:6 msg &7 You can hone in on radio beacons within range by using a compass. Here you can have this one.
q event add 2:7 item compass 1
q event add 2:8 msg &7 These teleporters can beam you to and from the surface. You can use them to return any time.
q event add 3:1 msg &7 The planet can be pretty dangerous, you can have these tools to get started.
q event add 3:1 msg * Captain Roark salutes *
q event add 3:2 item wood_pickaxe 1
q event add 3:2 item wood_spade 1
q event add 3:2 item wood_axe 1
q event add 3:2 item wood_sword 1
q event add 3:3 msg &7 Good luck down there. Farewell.
q toggle

commented

Try newest dev version to see if this bug is still present.