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 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
Showing results 101 to 125 of 500
Search took
0.04
seconds; generated 80 minute(s) ago.
Search:
Posts Made By:
KLS
Forum:
Support::Windows Servers
07-18-2013, 07:14 PM
Replies:
13
another build failed
Views:
12,074
Posted By
KLS
It is not linking with Lua correctly. Did...
It is not linking with Lua correctly.
Did CMake find Lua?
Are you sure you're using a correct version of Lua? You can't link a x64 with a x86 lib or vice versa.
Forum:
Support::Windows Servers
07-18-2013, 03:37 PM
Replies:
6
LUA eq:selfcast
Views:
7,241
Posted By
KLS
If you're using custom quests go steal PEQ's...
If you're using custom quests go steal PEQ's lua_modules out of the quests from the daily dump: http://peqtgc.com/releases. It's still somewhat primitive but we're working on it.
Forum:
Quests::Plugins & Mods
07-17-2013, 07:24 PM
Replies:
31
Plugin::RandomRoam()
Views:
42,981
Posted By
KLS
We use it on PEQ in crescent reach cause Cavedude...
We use it on PEQ in crescent reach cause Cavedude was too lazy to go make grids and it appears to still work.
Forum:
Support::Windows Servers
07-17-2013, 05:49 PM
Replies:
13
Now NPCs wont talk
Views:
13,672
Posted By
KLS
You wouldn't happen to have the perl512.dll in...
You wouldn't happen to have the perl512.dll in your server's directory would you? The times I've personally seen &main::eval_file fail it's when the perl install has been messed up like that.
...
Forum:
Support::Windows Servers
07-17-2013, 12:15 AM
Replies:
13
Now NPCs wont talk
Views:
13,672
Posted By
KLS
In game hail someone, then run the #questerrors...
In game hail someone, then run the #questerrors command and tell me if you get any errors.
Forum:
Support::Windows Servers
07-16-2013, 07:32 PM
Replies:
13
Now NPCs wont talk
Views:
13,672
Posted By
KLS
Do you use PEQ's quests or do you have custom...
Do you use PEQ's quests or do you have custom ones?
Forum:
Support::Windows Servers
07-16-2013, 04:02 PM
Replies:
7
Return home button glitch
Views:
7,367
Posted By
KLS
Yeah I am pretty sure this is a code error...
Yeah I am pretty sure this is a code error unfortunately.
Forum:
Support::Windows Servers
07-16-2013, 02:42 AM
Replies:
7
Return home button glitch
Views:
7,367
Posted By
KLS
Nm, I was able to reproduce this. I'm looking at...
Nm, I was able to reproduce this. I'm looking at it but I don't have an ETA on a fix.
Forum:
Support::Windows Servers
07-16-2013, 02:35 AM
Replies:
7
Return home button glitch
Views:
7,367
Posted By
KLS
Did it actually send you home when you quit out...
Did it actually send you home when you quit out and came back after the crash?
Forum:
Quests::Custom
07-15-2013, 06:40 PM
Replies:
0
Lua Example: Multitasking
Views:
8,673
Posted By
KLS
Lua Example: Multitasking
Requires PEQ's Lua Multitasking Module: https://code.google.com/p/projecteqquests/source/browse/trunk/quests/lua_modules/thread_manager.lua
This is an example of using multitasking through...
Forum:
Support::Windows Servers
07-13-2013, 11:24 PM
Replies:
12
build failed
Views:
15,265
Posted By
KLS
You'll probably need the 2012 redist as I built...
You'll probably need the 2012 redist as I built it with 2012 or to go and build Lua yourself.
Building it yourself isn't hard if you want (assuming a 2010 install):
32 Bit
Open: Visual Studio...
Forum:
Support::Windows Servers
07-13-2013, 04:10 AM
Replies:
12
build failed
Views:
15,265
Posted By
KLS
Yeah was brought to my attention already but IRC...
Yeah was brought to my attention already but IRC has been going down all day so I didn't have all the details. Will fix thanks.
Forum:
Quests::Q&A
07-13-2013, 12:45 AM
Replies:
13
LUA vs PERL
Views:
15,150
Posted By
KLS
Lua is faster and has some advantages for more...
Lua is faster and has some advantages for more advanced users: such as direct manipulation of spawns and inventories (and soon packets) that aren't easy to do with Perl and encounter quest types...
Forum:
Development::Development
07-13-2013, 12:34 AM
Replies:
50
Lua Scripting+Content Databasing system
Views:
110,176
Posted By
KLS
Deprecated doesn't mean you can't use it if...
Deprecated doesn't mean you can't use it if that's what works for you. It's not being removed it's just not going to get the same kind of attention Lua does.
Forum:
Support::Windows Servers
07-12-2013, 09:58 PM
Replies:
12
build failed
Views:
15,265
Posted By
KLS
Should be addressed now.
Should be addressed now.
Forum:
Support::Windows Servers
07-12-2013, 09:41 PM
Replies:
12
build failed
Views:
15,265
Posted By
KLS
I'll fix this tonight.
I'll fix this tonight.
Forum:
Support::Windows Servers
07-11-2013, 03:08 PM
Replies:
2
CMAKE help with new lua code
Views:
14,132
Posted By
KLS
Your dependencies structure should look like (for...
Your dependencies structure should look like (for x64):
.
..
.gitignore
boost
luaj_x64
mysql_x64
zlib_x64
Forum:
Development::Development
07-10-2013, 01:31 AM
Replies:
8
Question about Client::SendBuffDurationPacket
Views:
13,330
Posted By
KLS
I've gotta play around with it some more but it...
I've gotta play around with it some more but it did appear to work at least initially. I don't think we have a really good idea on how this packet actually works which is the issue.
Forum:
Development::Development
07-09-2013, 04:27 PM
Replies:
8
Question about Client::SendBuffDurationPacket
Views:
13,330
Posted By
KLS
I sorta reproduced it but it only stacked once. ...
I sorta reproduced it but it only stacked once.
I changed the duration packet function to:
EQApplicationPacket* outapp;
outapp = new EQApplicationPacket(OP_Buff,...
Forum:
Support::Windows Servers
07-08-2013, 12:24 AM
Replies:
10
Cmake building issues
Views:
10,863
Posted By
KLS
It can't find your VC compiler. Try this: ...
It can't find your VC compiler.
Try this:
1) Delete your build folder and configure to create it there again.
2) Hit configure and instead of selecting Visual Studio 10 solution like you...
Forum:
Development::Development
07-06-2013, 03:00 AM
Replies:
6
Client-side stat caps?
Views:
9,238
Posted By
KLS
The client needs to know about the stat cap...
The client needs to know about the stat cap increase somehow. A spell/AA effect is the most convenient way to do that from the server's pov.
Forum:
Quests::Custom
07-03-2013, 08:10 PM
Replies:
3
LUA Example #1 - Scaling an NPC
Views:
11,416
Posted By
KLS
Just to add to the example you can take it and do...
Just to add to the example you can take it and do something like:
function NPC:Scale(level, zoneid, instanceid, scalerate, loottableid)
--Set up static constants, these are close to PEQ...
Forum:
General::Server Discussion
07-02-2013, 05:38 PM
Replies:
7
for people lookung for a new server
Views:
7,012
Posted By
KLS
Complaint against server is duly noted, that said...
Complaint against server is duly noted, that said I don't see this going anywhere positive so going to lock it.
Forum:
Development::Development
07-02-2013, 01:58 PM
Replies:
13
Lua Parser
Views:
13,369
Posted By
KLS
1) Make sure they're EVENT_DEATH_COMPLETE and not...
1) Make sure they're EVENT_DEATH_COMPLETE and not event_death_complete(case sensitive).
2) Make sure you're using current master code.
Lua enabled or not, perl still sees the new events.
Forum:
Development::Development
07-01-2013, 07:13 PM
Replies:
13
Lua Parser
Views:
13,369
Posted By
KLS
It would attempt to load .lua, see that it's not...
It would attempt to load .lua, see that it's not there then attempt to load the .pl.
Showing results 101 to 125 of 500
Page 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
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
08:47 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