EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 3 of 7
<
1
2
3
4
5
6
7
>
Showing results 51 to 75 of 157
Search took
0.03
seconds; generated 80 minute(s) ago.
Search:
Posts Made By:
louis1016
Forum:
Support::General Support
03-31-2012, 01:07 AM
Replies:
4
Non-Game Changing Tweaks
Views:
8,210
Posted By
louis1016
Post it on their server forums if you want a...
Post it on their server forums if you want a response, but be prepared to be let down. Those changes actually are against the classic everquest experience and will not ever happen on that server.
Forum:
Development::Bots
03-19-2012, 02:08 PM
Replies:
8
Bot Stances
Views:
18,978
Posted By
louis1016
it looks like the stance that it incorrectly...
it looks like the stance that it incorrectly displays through the stance change message is the stance that the bot is actually going into, but not the stance that is listed in #bot stance (name) list
Forum:
Development::Bots
03-19-2012, 01:56 PM
Replies:
8
Bot Stances
Views:
18,978
Posted By
louis1016
Hey this is awesome but I think theres something...
Hey this is awesome but I think theres something wrong. When i first tried #bot stance like that by itself, the zone crashes. This happens most of the time (but didnt crash the zone every time).
...
Forum:
Development::Bots
03-15-2012, 09:43 PM
Replies:
69
Bot Discussion
Views:
124,333
Posted By
louis1016
awesome, im looking forward to it!
awesome, im looking forward to it!
Forum:
Support::Windows Servers
03-11-2012, 09:34 AM
Replies:
3
Questions about making a Semi-Classic RP Server
Views:
7,151
Posted By
louis1016
I've actually began some work on classic changes...
I've actually began some work on classic changes for my private server which id be happy to donate to this project. I have redone the peq spellfile to have p99 spells and spell levels and I have...
Forum:
Support::Windows Servers
03-09-2012, 11:38 AM
Replies:
5
SQL Query help
Views:
6,176
Posted By
louis1016
I got it to work, thanks a lot
I got it to work, thanks a lot
Forum:
Support::Windows Servers
03-09-2012, 12:56 AM
Replies:
5
SQL Query help
Views:
6,176
Posted By
louis1016
basically im trying to update the peq spellfile...
basically im trying to update the peq spellfile with the p99 classic spells minus the p99 icons, animations, and particles, any idea how i can do this?
Forum:
Support::Windows Servers
03-09-2012, 12:02 AM
Replies:
5
SQL Query help
Views:
6,176
Posted By
louis1016
Alright I wrote the SQL query, ran it, it...
Alright I wrote the SQL query, ran it, it executed, but it didnt change the spells for some reason, Heres my query -
I decided against the ID check, just the name check, but here it is. I...
Forum:
Support::Windows Servers
03-08-2012, 06:28 PM
Replies:
5
SQL Query help
Views:
6,176
Posted By
louis1016
SQL Query help
I'm trying to import spells from one database to another, just as long as they share the same "id", "name", and the source databases "classes2" field is < 61
ive spent a long time trying to figure...
Forum:
Quests::Q&A
03-07-2012, 10:19 PM
Replies:
2
Please help me. Novice Quest issue.
Views:
5,388
Posted By
louis1016
the check marks and question marks are from...
the check marks and question marks are from tortisesvn and are just indicators of what you changed from the original svn, they dont have anything to do with working scripts
post your quest script...
Forum:
Support::Windows Servers
03-07-2012, 12:54 PM
Replies:
5
My server is up but I don't know what to do from here.
Views:
7,634
Posted By
louis1016
Go to the accounts table in the database and...
Go to the accounts table in the database and change your account status to 250 then go to the commands table and change the commands that you want only your status to have.
Forum:
General::General Discussion
03-05-2012, 01:56 AM
Replies:
16
Does it ever rain?
Views:
16,922
Posted By
louis1016
Yes the random interval generator thats used in...
Yes the random interval generator thats used in the code has the lower and upper limit in parenthesis, which is the 1 and 2700000. So after the first random chance in the beginning a random number...
Forum:
Development::Bots
03-05-2012, 01:22 AM
Replies:
15
bot improvement suggestions
Views:
18,772
Posted By
louis1016
Ive been using the bots lately a lot and it looks...
Ive been using the bots lately a lot and it looks like the res effects are pretty good and working as intended.
The smartaggrolist actually doesnt seem to change the bots aggroing npcs, i tried...
Forum:
General::General Discussion
03-05-2012, 12:50 AM
Replies:
16
Does it ever rain?
Views:
16,922
Posted By
louis1016
it works, ive tested it, remember that the...
it works, ive tested it,
remember that the code i modified is to make the random checks more frequent, when the zone boots there is a 1 in 5 chance for immediate weather change, and then another 1...
Forum:
General::General Discussion
03-04-2012, 12:58 AM
Replies:
16
Does it ever rain?
Views:
16,922
Posted By
louis1016
EDIT: in the beginning, change to
EDIT:
in the beginning, change
to
Forum:
General::General Discussion
03-03-2012, 11:19 PM
Replies:
16
Does it ever rain?
Views:
16,922
Posted By
louis1016
heres a decent weather setup for a private...
heres a decent weather setup for a private server-
in zone.cpp
line 818 should read:
Weather_Timer = new Timer((MakeRandomInt(1, 2700000)));
then change lines 1289-1292 to
Forum:
General::General Discussion
03-03-2012, 09:43 PM
Replies:
1
druid epic. need help please
Views:
5,093
Posted By
louis1016
post this on the forums for whatever server your...
post this on the forums for whatever server your playing on
Forum:
Support::Windows Servers
02-29-2012, 03:24 PM
Replies:
16
Issues with compile 2100
Views:
13,598
Posted By
louis1016
nm, just unchecked queryserv from the project...
nm, just unchecked queryserv from the project build and it worked
Forum:
Support::Windows Servers
02-29-2012, 03:19 PM
Replies:
16
Issues with compile 2100
Views:
13,598
Posted By
louis1016
Any fix for this?
Any fix for this?
Forum:
Support::Windows Servers
02-27-2012, 04:45 PM
Replies:
5
Remove money from client
Views:
6,776
Posted By
louis1016
I'm trying to use updateclient=true but...
I'm trying to use updateclient=true but updateclient isnt recognized, any way I can update the client money after the bot has spawned?
EDIT - NM i figured it out, just saw you updated your posted...
Forum:
Support::Windows Servers
02-27-2012, 03:52 PM
Replies:
5
Remove money from client
Views:
6,776
Posted By
louis1016
awesome, thanks a lot!
awesome, thanks a lot!
Forum:
Support::Windows Servers
02-27-2012, 03:39 PM
Replies:
5
Remove money from client
Views:
6,776
Posted By
louis1016
I'm trying to add a check and plat removal for...
I'm trying to add a check and plat removal for spawning a bot, I just cant figure out how to use the above takemoneyfrompp to check for the clients pp amount and then to remove the pp. I want to set...
Forum:
Support::Windows Servers
02-27-2012, 02:20 PM
Replies:
5
Remove money from client
Views:
6,776
Posted By
louis1016
Remove money from client
I'm trying to figure out how to remove a certain platinum amount from the client in the server code. It looks like m_pp.platinum is what i use to designate the clients platinum but its not...
Forum:
General::General Discussion
02-24-2012, 07:12 AM
Replies:
16
Does it ever rain?
Views:
16,922
Posted By
louis1016
The weather is on a random timer in the eqemu...
The weather is on a random timer in the eqemu code, but the timer is coded in a way so the timer will never go off early after a zone starts, so unless your zone has been booted up for a while...
Forum:
General::Server Discussion
02-23-2012, 02:37 PM
Replies:
5
EQ Revisted Open
Views:
7,363
Posted By
louis1016
This sounds interesting, do you have any of the...
This sounds interesting, do you have any of the following?
1)classic spells
2)classic resists
3)classic ac/melee mechanics?
Showing results 51 to 75 of 157
Page 3 of 7
<
1
2
3
4
5
6
7
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
07:28 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3