SOD Client (Got a few questions) for experts
Thanks all that are taking time to read and answer, you guys been great so far i found major of my issues using forum search but they are still some that i can't find out....
1) i have issue when zoning from east commonlands to nektulos forest ... world server keep saying he is throwing me back to east comonland and i get a grey screen ... someone mention somerere to delete on everyquest folder nektulous.eqg but didnt fix my issue .... 2) where do u setup what expension a client own, their is lots of aa's that can't be purchase cause i don't own expension ... i tried changing the global bitmap variable for expesion that could log in but didnt fix .. might have a wrong value for sod tought ... also client saying i own 0 of 0 expension ... 3) respawn rate in lower guk seems to be way off charts ... been near 1h30 before 1 1st mobs i kill respawn ... is their a way to speed this up? 4) when dying i tought u were suppose to reappear at bind points with all you gear ... not sure if its implemented or i have a wrong settings .... i tried also corpse summoners things ... didnt get my corpse back ... so i have to do an old plain corpse recovery LOL amazing works guys with eqemu ... i tried it about 3 years ago to setup a server and i give up .... tried again 3 days ago and i can play ... lots of little issues just hope i can get helm with them ... and wow for the bot system :) Fasthand |
My client always says I own 0 expansions and I have no trouble buying all of the AAs. Do you actually have points to spend when you click Can Buy, because if you can't afford something it will disappear.
|
Quote:
when i click on can purchase all the tab class disappears |
hummm i think i read in sod you don't have to purchace x in general and x in archetype before ya can buy class specific ... guess that this emu version still requires that ... i might be blonde tought
Fasthand |
You don't need to spend 6 in general, etc. before you can move to other tabs in SoD.
Perhaps shroud of stealth has other prerequisites? Like you can't buy the second set of run speed AAs until you max out the first set. Sorry, I'm not terribly familiar with rogue AA progression. |
What Revision of the server code are you running ? That AA purchase issue sounds like the one that was fixed in Revision 1726.
|
Quote:
thanks yall for helping me out. on that one Quote:
|
Digging a little more in the missing tables for that i found out this ... that gave me the following errrors:
Quote:
|
botinventory issue: recreating the database after modifying the path in the sources files ... load_players.sql and load_bots.sql to use full path example: source c:/peqdb/peqdatabase/player_table/filename.sql; fixes all my current issue with botinventory, also fixes some issues with aa's.
posted as refenrence for others. Fasthand |
Quote:
Quote:
Fasthand |
Quote:
thanks |
Quote:
Code:
mysql> describe guild_members; Code:
mysql> insert into guild_members(`char_id`) values(1234); Code:
ALTER TABLE `guild_members` DROP PRIMARY KEY; |
Quote:
Don't know if you got this part yet, but this is how I got it to work.. Quote:
|
Quote:
i learn sql at school about 25 years ago lol with cpp at that times, as soon as i get my setup perfectly workings i wil start peeking arounds :) thanks |
Code:
ALTER TABLE `guild_members` ADD PRIMARY KEY ( `char_id` ); |
All times are GMT -4. The time now is 07:46 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.