Jump to content

windston

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by windston

  1. like this ? "flag"- This will limit access to the menu/map depending on the value of a specified variable. This is very useful for restricting access to things when an event is on or wherever the player as passed a certain quest. //Eg. This will only allow access to the guild dungeons if the global variable $@testEvent is not set to 0. StartNode("Guild Dungeons", "flag", "$@testEvent"); Yeah I know the flag function would be the best one to do that, but I was wondering if anyone know what the quest ID and state is for completing the quest. I have looked in the script and there is over 15 different quest IDs and I can't seem to find the one for when you finally complete the quest. quests_13_1.txt I attached the quest im taking about.
  2. Great script, but I have a question. If I want to add mid camp to the warper but only want players who have completed the quest to be able to warp there. What would I set the flag to? StartNode("Mid Camp", "flag", "???"); Does anyone know how I would do this?
  3. Does anyone know where I could get or buy a addon for Flux CP that allows players to change the name of their characters for cash shop points?
×
×
  • Create New...