Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 11-15-2008, 01:03 AM
mplayer254
Sarnak
 
Join Date: Oct 2008
Location: Texas
Posts: 32
Default

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:
diff -u --recursive /tmp/EQEmu-0.7.0-1129/world/client.cpp ./world/client.cpp
--- /tmp/EQEmu-0.7.0-1129/world/client.cpp 2008-08-15 05:58:23.000000000 +0100
+++ ./world/client.cpp 2008-09-20 14:43:19.000000000 +0100
@@ -76,6 +76,7 @@
char_name[0] = 0;
charid = 0;
pwaitingforbootup = 0;
+ StartInTutorial = false;
numclients++;
}

@@ -438,6 +439,8 @@
QueuePacket(outapp);
safe_delete(outapp);
}
+ else
+ StartInTutorial = true;

SendCharInfo();

@@ -479,7 +482,15 @@
eqs->Close();
break;
}
-
+
+ if(!pZoning && ew->return_home)
+ zoneID = database.MoveCharacterToBind(charid);
+
+ if(!pZoning && (RuleB(World, EnableTutorialButton) && (ew->tutorial || StartInTutorial))) {
+ database.MoveCharacterToZone(charid, "tutorialb");
+ zoneID = 189;
+ }
I assume that is part of the source (since I have seen .cpp files in there before), so what would need to happen in order for me to change the highlighted text to tutoriala and 188, respectively?
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:22 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3