View Single Post
  #1  
Old 09-20-2008, 11:58 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Enter Tutorial and Return Home buttons at Character Select

This patch enables the 'Enter Tutorial' and 'Return Home' buttons in Character Select, and also sends
newly created characters to tutorialb if the 'Start Tutorial' button is selected.

Their are a couple of differences from Live:

Newly created characters sent to tutorialb are not bound there, they remain bound in their starting city.

'Return Home' returns you to your bind point, not your home city.

http://www.rama.demon.co.uk/tutgohome.patch

Code:
RULE_BOOL ( World, EnableTutorialButton, true)
RULE_BOOL ( World, EnableReturnHomeButton, true)
RULE_INT  ( World, MaxLevelForTutorial, 10)
RULE_INT  ( World, MinOfflineTimeToReturnHome, 21600) // 21600 seconds is 6 Hours
Note that the MaxLevelForTutorial rule has no effect in the 6.2 client, as it has a hardcoded cap of level 10.
Reply With Quote