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

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-04-2004, 05:12 AM
Myra
Sarnak
 
Join Date: Jun 2003
Location: A small town in AL.
Posts: 38
Default Attn: Shawn319

Scorpious2k (my dad - poor me!) said you might want this. Its the source with all the patches he had me put in:

H:\EQEMU-53DR2C\common\eq_opcodes.h(123):// MYRA - changed to new opcode for follow
H:\EQEMU-53DR2C\common\eq_opcodes.h(370):// MYRA - changed to new opcode for taunt
H:\EQEMU-53DR2C\world\zoneserver.cpp(1508):// MYRA - use new (5.x) Status labels in who for telnet connection
H:\EQEMU-53DR2C\zone\MobAI.cpp(1005):// MYRA - Added code to depop at end of grid for wander type 4
H:\EQEMU-53DR2C\zone\MobAI.cpp(1182):// MYRA - Added wander type 4 (single run)
H:\EQEMU-53DR2C\zone\attack.cpp(1151):// MYRA - crash on death appears fixed, but RemoveMob was commented
H:\EQEMU-53DR2C\zone\attack.cpp(1152):// MYRA - out instead of being replaced by RemoveClient ??
H:\EQEMU-53DR2C\zone\command.cpp(1028):// MYRA - enable the #summon command across zones
H:\EQEMU-53DR2C\zone\embparser.cpp(47):// MYRA - fixed eval in ExportVar per Eglin
H:\EQEMU-53DR2C\zone\embparser.cpp(82):// MYRA - corrected spelling for var $uguildrank for event_timer (was $uguildrang)
H:\EQEMU-53DR2C\zone\embparser.cpp(88):// MYRA - added vars $status & $cumflag per Eglin
H:\EQEMU-53DR2C\zone\embparser.cpp(123):// MYRA - added vars $mobid & $mlevel per Eglin
H:\EQEMU-53DR2C\zone\embparser.cpp(320):// MYRA - added missing commands + itemlink to perl
H:\EQEMU-53DR2C\zone\embperl.cpp(150):// MYRA - added EVAL & KEEPERR to eval per Eglin's recommendation
H:\EQEMU-53DR2C\zone\parser.cpp(45):// MYRA - restore missing commands for qst type files & add itemlink
H:\EQEMU-53DR2C\zone\parser.cpp(663):// MYRA - fixed comma bug for me command
H:\EQEMU-53DR2C\zone\parser.cpp(692):// MYRA - fixed comma bug for echo command
H:\EQEMU-53DR2C\zone\parser.cpp(718):// MYRA - fixed comma bug for say command
H:\EQEMU-53DR2C\zone\parser.cpp(741):// MYRA - fixed comma bug for emote command
H:\EQEMU-53DR2C\zone\parser.cpp(749):// MYRA - fixed comma bug for shout command
H:\EQEMU-53DR2C\zone\parser.cpp(962):// MYRA - added itemlink(ItemNumber) command

The source can be downloaded at http://bossmob.com/Myra/eqemu-53dr2-myra.zip
__________________
http://scorpious2k.2ya.com
Reply With Quote
  #2  
Old 01-04-2004, 09:35 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

Okay i think i got everything merged in (did it by hand lol)...

The only one i didnt move over is
H:\EQEMU-53DR2C\zone\command.cpp(102:// MYRA - enable the #summon command across zones

i didnt know if just taking that out would fix it because it was added to break the command.. you can use /summon anyway to summon a player... i'll do some testing with #summon to see if it works later but for now i'll leave it as is.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #3  
Old 01-04-2004, 09:54 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

I found a couple of new things for parser.cpp but I think you have everything else that has been posted as a fix on the forums. She's working on them now.

She was also talkng about posting the binaries for this, but since you now have it, I guess it would be better to wit for another of your miracle posts. Especially since she tends to be ignored on here.
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #4  
Old 01-04-2004, 10:04 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

Sure just post the fixes in same format as above (full directory structure, commented and IFDEF'd 'MYRA' mode, list of comments in post text, etc).. that worked out really nicely.

i'll pack up what i have now, in a few mins, so you can work off that (less diff'ing for me).. our source is a little more updated than yours.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #5  
Old 01-04-2004, 10:14 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Quote:
Originally Posted by Shawn319
Sure just post the fixes in same format as above (full directory structure, commented and IFDEF'd 'MYRA' mode, list of comments in post text, etc).. that worked out really nicely.
Its SOP here - makes going from release to release a lot easier with the source mods we've made.

Quote:
i'll pack up what i have now, in a few mins, so you can work off that (less diff'ing for me).. our source is a little more updated than yours.
Good idea.
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #6  
Old 01-04-2004, 10:17 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

ok new code is up on my server, and checked into our private cvs (so it'll be in next release for sure). packing it up now for you guys...
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #7  
Old 01-04-2004, 10:36 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

New DR-2 release:

http://shawn319.eqemulator.net/cvs

NOTE: This includes a release build WITH embperl and embperl_plugin, due to the nature of this release.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #8  
Old 01-04-2004, 10:53 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Quote:
Originally Posted by Shawn319
New DR-2 release:
Thanks
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #9  
Old 01-04-2004, 11:24 AM
devn00b's Avatar
devn00b
Demi-God
 
Join Date: Jan 2002
Posts: 15,658
Default

OOOO shawn you know the rule! you relese it you support it!
__________________
(Former)Senior EQEMu Developer
GuildWars Co-Founder / World Builder.
World Builder and Co-Founder Zek [PVP/Guild Wars/City Takeovers]
Member of the "I hate devn00b" Club
Most Senior EQEMu Member.

Current Work: EverQuest 2 Emulator. Zeklabs Server
Reply With Quote
  #10  
Old 01-04-2004, 11:26 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Quote:
Originally Posted by /dev/n00b
OOOO shawn you know the rule! you relese it you support it!
Support???? All this AND support???

wow
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #11  
Old 01-04-2004, 11:31 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

Quote:
Originally Posted by /dev/n00b
OOOO shawn you know the rule! you relese it you support it!
nope.. they know theres no support =)
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #12  
Old 01-07-2004, 07:31 AM
astonerii
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

Where can I get a PERL program that will work with your files Shawn?

Thanks in advance, and thanks for your work.
Reply With Quote
  #13  
Old 01-07-2004, 07:33 AM
mattmeck
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by astonerii
Where can I get a PERL program that will work with your files Shawn?

Thanks in advance, and thanks for your work.
I told you to look in the Quest creation forum, see here

http://www.eqemulator.net/forums/viewtopic.php?t=12020
Reply With Quote
  #14  
Old 01-07-2004, 07:39 AM
astonerii
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

Your right, My bad, it was in the second post.

Thanks!!!!
Reply With Quote
Reply

Thread Tools
Display Modes

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 10:10 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