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)

Reply
 
Thread Tools Display Modes
  #46  
Old 01-04-2013, 05:06 PM
Vexyl
Hill Giant
 
Join Date: Oct 2009
Location: U.S.A.
Posts: 197
Default

Quote:
Originally Posted by Uleat View Post
I guess that you could say... "You're full of hot air?"

Hilarious.

You guys are making excellent progress on RoF compatibility, it's much appreciated.
Reply With Quote
  #47  
Old 01-04-2013, 07:53 PM
FievelMousey
Hill Giant
 
Join Date: Jan 2004
Posts: 140
Default

Hey can we get list missing files need put in ROF for old zones would be a nice help me as i want start testing goign every zone see if all work ok?


Thanks
Reply With Quote
  #48  
Old 01-04-2013, 08:51 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Quote:
Originally Posted by FievelMousey View Post
Hey can we get list missing files need put in ROF for old zones would be a nice help me as i want start testing goign every zone see if all work ok?


Thanks
You can start with the list of zones that no longer exist. Such as ecommons and commons, Freeport east and west, both Ro's and the oasis.
Reply With Quote
  #49  
Old 01-04-2013, 09:03 PM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Haha that is awesome trev. Good thing someone was messing around on the test server and we know this is an issue.
I tried to play around but none of my keys would work. Couldnt open inventory, equip anything. I was able to run around which is what I wanted to do just to preview memory use.
Reply With Quote
  #50  
Old 01-04-2013, 09:39 PM
FievelMousey
Hill Giant
 
Join Date: Jan 2004
Posts: 140
Default

Well looks like I am not missing any them zones as I patched my old live ACC and have them old zone files.
Reply With Quote
  #51  
Old 01-05-2013, 10:28 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Quote:
Originally Posted by FievelMousey View Post
Well looks like I am not missing any them zones as I patched my old live ACC and have them old zone files.
Please quit posting in this thread if you are not going to follow the instructions.

Testing against a client that was not a clean download from steam is not going to help anyone. Playing with said client is all fine and dandy, but when attempting to test development you really need to use the same setup as specified.


Quote:
Originally Posted by wolfwalkereci View Post
Haha that is awesome trev. Good thing someone was messing around on the test server and we know this is an issue.
I tried to play around but none of my keys would work. Couldnt open inventory, equip anything. I was able to run around which is what I wanted to do just to preview memory use.
I had the same experience on my personal test server. WASD worked but a lot of the other key bindings did not.
Reply With Quote
  #52  
Old 01-05-2013, 11:03 AM
lanystvyl
Sarnak
 
Join Date: Jan 2010
Posts: 53
Default

Great work so far on RoF, is there a thread for bugs? I am playing on the RoF test server, all of the things I noticed are already listed.
Reply With Quote
  #53  
Old 01-05-2013, 12:50 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Quote:
Originally Posted by lanystvyl View Post
Great work so far on RoF, is there a thread for bugs? I am playing on the RoF test server, all of the things I noticed are already listed.
If the bug is new to the RoF client and not a new feature not yet implemented, this is the thread for it. If the bug is not specific to the RoF client, then it belongs in a different thread or new post.
Reply With Quote
  #54  
Old 01-06-2013, 02:30 AM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

on the programing code someones mind has slipped lol, example under patch you have Hot, and VoA remarked and RoF unremaked but not added to world clientlist.cpp stroll down to the bottom of the code. under world bot.h Rof was not added to the list typedef enum EqExpansions. So another words your using Sof coding for char creations ok i understand. i have been beating the guildlobby door down. since it's open code i fixed mine.
Reply With Quote
  #55  
Old 01-06-2013, 05:00 AM
FievelMousey
Hill Giant
 
Join Date: Jan 2004
Posts: 140
Default

I found a bug if browsing a merchant and you dont click close just walk away can not view merchant stuff again. It acts like it not merchant click on they do not respond if just walk away.



Edit

I just reloaded UI and seems merchants work again and that is never been a issue in UF etc so needs see what causing that. I just think i found issue in POK i clicked the LDON adventure merchant it may be what caused that as it seems be issue caused problem. I have confirmed does that clicking Adventure Merchant may be because it not active yet just noticed that figured i post here.
Reply With Quote
  #56  
Old 01-06-2013, 12:28 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Quote:
Originally Posted by Noport View Post
on the programing code someones mind has slipped lol, example under patch you have Hot, and VoA remarked and RoF unremaked but not added to world clientlist.cpp stroll down to the bottom of the code.
Yes, the #cvs command did not have VoA added to it. That has no affect on the client at all, it is just a GM command to get a count of who is on which client. Out minds didn't slip, it was just lower priority than stuff that actually affects the client. I went ahead and updated the #cvs today anyway.

Quote:
Originally Posted by Noport View Post
under world bot.h Rof was not added to the list typedef enum EqExpansions.
I am not really sure what that enum is used for, if anything. I updated it with VoA and RoF anyway, since you had me looking at it. Again, this has no affect on the RoF client.

Quote:
Originally Posted by Noport View Post
So another words your using Sof coding for char creations ok i understand. i have been beating the guildlobby door down. since it's open code i fixed mine.
I am not sure what you mean when you say we are creating chars with SoF code. < insert meme here >
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #57  
Old 01-06-2013, 06:20 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

1. If you get items backed up on the cursor queue, they are not pushed up after putting the first item in to inventory. You have to zone or camp/return for the next item to get pushed to the cursor. trying to summon a lore item when there is one backed up on the cursor does still fail but the in game message fails to show the item name correctly.

2. using #fi I noticed that the first 5 characters of the item link were missing. similar to how Titanium generated item links show up on SoF+ clients.

3. Guild lobby was revamped with HoT? for player housing and doors are not working. need to browse through the submissions and see if there is a newer collect to match things up
Reply With Quote
  #58  
Old 01-06-2013, 06:38 PM
Robregen
Developer
 
Join Date: May 2011
Posts: 108
Default

I uploaded the HoT version of the guild lobby quite some time ago. they would be in the HoT folder of the log repository. Of course, we could just get a newer collect since guild lobby is accessed by everyone including silver members.
Reply With Quote
  #59  
Old 01-06-2013, 06:45 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

I'll merge in the newest GL into PEQ and setup an instance to zone RoF clients to the new one.
Reply With Quote
  #60  
Old 01-07-2013, 02:26 AM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

Quote:
Originally Posted by sorvani View Post
3. Guild lobby was revamped with HoT? for player housing and doors are not working. need to browse through the submissions and see if there is a newer collect to match things up
this needs added to server log file: World Client.cpp for housing address to work
OP_RealEsate=0x7eed] 12/12/12 [Size: 13644] Note: House RealEstate Address
needs added to Rof.conf
OP_HouseContents=0x1078 12/12/12
OP_HouseAddress=0x6786 12/12/12
Reply With Quote
Reply


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 08:03 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3