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) |
Dude! You are doing awesome stuff. Thanks for this.
|
Quote:
|
Quote:
|
Is there a way to make start tutorial button point to tutoriala rather than tutorialb? I am utilizing the jail break/mines of gloomingdeep(a) map as a sort of pre tutorial but want players to be able to choose between tuta and their home city at char. creation if possible. Anyone know how this could be accomplished?
|
This is the line I found in the above patch link that leads me to believe if it is possible to change where the button points new characters to:
Quote:
|
Quote:
http://code.google.com/p/projecteqemu/downloads/list and download Revision201.zip. Then add a row to your rule_values table, rule_name=World:TutorialZoneID, rule_value=188 and restart your server using the executables from Reivision201.zip. Remember to source in any files from the SQL folder with prefix numbers higher than the Revision you are currently running. |
Awesome, worked like a charm, sorry I kept bumping this thread, you do great work Derision!
|
Ugh, I hope you guys don't hate me for making so many posts on a minor issue. Anyway, the first time I tried the Enter Tutorial Button it took me to 188...the other tests I've done have not done so well and I think I found why. The first time I tested the button I used the same character I have been using to tweak the 188 zone, so he was already in that zone when I pressed the Enter Tut button. The next two characters were new ones, and they zoned into 189 when I pressed the button, as well as when I toggled the Start Tutorial button in character creation. I saw that these errors had popped up in the World log after a closer look:
[Debug] [RULES__ERROR] Unable to find rule 'World:TutorialZoneID' [Debug] [RULES__ERROR] Unable to interpret rule record for World:TutorialZoneID I noticed while looking for other threads with these errors that the solution seems to be updating your EQEMU files, but I used Revision 201 (copy and pasted all the files in first folder and sourced in sqls), so I am (as always it seems) at a loss as to what else to try. I input the new row in Navicat 8 and have tested both 0 and 1 as the value for rules_set, 0 did not work (but also made no errors), and 1 failed to work and produced the errors above. Any ideas? Was also wondering if this rule will set both buttons or if two rules would be needed, one for each. Again, sorry to be a pain, feel free to ignore as I am sure there are more important things for you guys to do, I just appreciate the help. |
I would check your common/ruletypes.h file to make sure it has the following around line 80:
Code:
RULE_INT ( World, TutorialZoneID, 189) |
Quote:
|
Not sure why it didn't work the first time but I keep all my custom DB stuff separate so I can install fresh when needed and that fixed the issue. Thanks for all the help, did my due diligence testing it this time so no worries.
|
All times are GMT -4. The time now is 11:03 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.