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 1 of 2
1
2
>
Showing results 1 to 25 of 33
Search took
0.00
seconds.
Search:
Posts Made By:
superpally1
Forum:
Support::General Support
06-02-2019, 01:33 AM
Replies:
7
Is there a DB setting for max damage?
Views:
10,685
Posted By
superpally1
Here is another way you can scale your damage. ...
Here is another way you can scale your damage.
in attack.cpp after line 5100.
(below this block)
if (IsClient()) {
int extra = 0;
switch (hit.skill) {
case...
Forum:
Development::Database/World Building
02-17-2019, 11:46 PM
Replies:
3
HeidiSQL export and import csv issue
Views:
8,698
Posted By
superpally1
Maybe heidi is having issues with the .csv...
Maybe heidi is having issues with the .csv format.
I always export with the .sql extension without issue.
One of these links can help convert your file.
http://convertcsv.com/csv-to-sql.htm
...
Forum:
Quests::Plugins & Mods
02-08-2019, 06:34 PM
Replies:
55
Auto NPC Scale Engine/System (Must Read for Server Devs)
Views:
156,154
Posted By
superpally1
there is also this now. ...
there is also this now. https://github.com/EQEmu/Server/wiki/NPC-Scaling
Forum:
Support::Linux Servers
01-29-2019, 01:47 PM
Replies:
12
Grey Aggro
Views:
10,157
Posted By
superpally1
INT means integer...
INT means integer...
Forum:
Development::Bots
01-27-2019, 09:58 PM
Replies:
44
Bot observations
Views:
41,089
Posted By
superpally1
Very nice, thankyou ! I will compile this update...
Very nice, thankyou ! I will compile this update as soon as I get home!
Forum:
Development::Bots
01-21-2019, 01:11 AM
Replies:
44
Bot observations
Views:
41,089
Posted By
superpally1
oh i see. thank you for the reply and thank you...
oh i see. thank you for the reply and thank you for all your hard work!
Forum:
Development::Bots
01-20-2019, 10:50 PM
Replies:
44
Bot observations
Views:
41,089
Posted By
superpally1
When bots are summoned on my server, they appear...
When bots are summoned on my server, they appear and if you stand still for about 10 -20 seconds the bots vanish. If you move they reappear. Stop again they vanish again. I am using fairly new...
Forum:
Development::GeorgeS's Tools
12-26-2018, 02:00 AM
Replies:
37
Sticky:
I can't get any of GeorgeS tools to work
Views:
100,913
Posted By
superpally1
This worked for me using windows 10. Change...
This worked for me using windows 10.
Change the register_ocx.bat contents to this :
regsvr32.exe /u a.ocx
regsvr32.exe /u DXAnimatedGIF.ocx
regsvr32.exe /u imagelist.ocx
regsvr32.exe /u...
Forum:
Misc::Off Topic
12-25-2018, 05:12 PM
Replies:
1
Merry Christmas
Views:
31,388
Posted By
superpally1
Merry Christmas
Merry Christmas all you emu'ers. I hope everyone has a nice holiday.
Forum:
Support::Windows Servers
12-04-2018, 02:20 PM
Replies:
541
Sticky:
Windows Server Installer :: Modular & Scripted
Views:
1,311,888
Posted By
superpally1
It didn't stop. It really does take a little...
It didn't stop. It really does take a little while to download the maps. Just restart the installer and be patient.
Forum:
Quests::Custom
11-28-2018, 05:47 PM
Replies:
7
Creating A Talent System Tutorial
Views:
13,047
Posted By
superpally1
wow! very cool idea. thankyou for sharing this.
wow! very cool idea. thankyou for sharing this.
Forum:
Support::Windows Servers
11-06-2018, 01:00 PM
Replies:
5
Is EqEmu 32 or 64 bit?
Views:
5,814
Posted By
superpally1
https://github.com/EQEmu/Server/wiki/Ground-Up-Win...
https://github.com/EQEmu/Server/wiki/Ground-Up-Windows-Install
64 bit, no issues I've noticed.
Forum:
Spell Support
10-31-2018, 09:33 PM
Replies:
13
RoF2 Client, tons of 255 spells.
Views:
11,496
Posted By
superpally1
Double click the export_client_files.exe inside...
Double click the export_client_files.exe inside your server files folder. The new files will be placed inside the export folder
Forum:
Quests::Q&A
10-29-2018, 06:32 PM
Replies:
31
Q&A Thread
Views:
43,830
Posted By
superpally1
gotcha, thankyou sir.
gotcha, thankyou sir.
Forum:
Quests::Q&A
10-29-2018, 10:18 AM
Replies:
31
Q&A Thread
Views:
43,830
Posted By
superpally1
I didn't think about that. Thank you. I can see...
I didn't think about that. Thank you. I can see how to use this in guild chat now but how could I use it with raid chat?
Forum:
Quests::Q&A
10-29-2018, 09:50 AM
Replies:
31
Q&A Thread
Views:
43,830
Posted By
superpally1
Hey guys, I've got a quick question to. I have...
Hey guys, I've got a quick question to. I have searched and been unsuccessful in finding a way to do this. Is there a way to script a say link into guild chat and/or raid chat? I think I can do group...
Forum:
Quests::Q&A
10-23-2018, 12:20 PM
Replies:
4
Where to find Command files(rename pets)
Views:
6,314
Posted By
superpally1
Just make a global_npc.pl and place it into the...
Just make a global_npc.pl and place it into the global folder and use the guide on the link you posted
Forum:
Quests::Q&A
10-21-2018, 07:06 PM
Replies:
3
Data Buckets question
Views:
9,902
Posted By
superpally1
Awesome. It isnt a big deal to just do it with...
Awesome. It isnt a big deal to just do it with the sql query but it is nice to have it working as intended. Thankyou sir!
Forum:
Quests::Q&A
10-20-2018, 09:08 PM
Replies:
3
Data Buckets question
Views:
9,902
Posted By
superpally1
Data Buckets question
I have been using the data_buckets table alot lately.
Anyways, I have noticed that in the use of :quest::get_data(std::string bucket_key)
quest::set_data(std::string bucket_key, std::string...
Forum:
Quests::Custom
10-02-2018, 09:35 PM
Replies:
7
Worn armor sets have spell effects.
Views:
8,742
Posted By
superpally1
yes. but you can change it to whatever you wish....
yes. but you can change it to whatever you wish. you could even use like an item click
Forum:
Quests::Custom
10-02-2018, 09:26 PM
Replies:
7
Worn armor sets have spell effects.
Views:
8,742
Posted By
superpally1
no, i put it in global_player.pl on my server i...
no, i put it in global_player.pl on my server i made a command that anyone can type. imenu it allows players to pick some various utilities to use, like a gate to nexus. i put it there. if...
Forum:
Quests::Custom
10-02-2018, 07:01 PM
Replies:
7
Worn armor sets have spell effects.
Views:
8,742
Posted By
superpally1
Worn armor sets have spell effects.
I was talking to a few people that play on my server and they liked the idea of having custom effects for wearing sets of gear. So I made it. This is just for the first tier of custom armor on my...
Forum:
Quests::Q&A
10-02-2018, 01:45 PM
Replies:
5
Trying to understand.
Views:
7,719
Posted By
superpally1
Thank you very much for the help! I understand...
Thank you very much for the help! I understand now. I will post what im making soon as i finish it later today. And my server is always public if you want to stop by. Omen I :)
Forum:
Quests::Q&A
09-30-2018, 09:34 PM
Replies:
5
Trying to understand.
Views:
7,719
Posted By
superpally1
Trying to understand.
I can not figure out why this first script works as it should, and the second one does not.
sub EVENT_SAY {
if ($text=~/armorset/i) {
# head armor ids 147587 = leather, 147580 = plate,...
Forum:
Support::Windows Servers
09-30-2018, 09:17 AM
Replies:
2
What kind of server is needed
Views:
3,562
Posted By
superpally1
That will work fine. Just run the windows...
That will work fine. Just run the windows installer on left side of forums and if your using a router you need to forward port the ports listed in the .json file to the pc you installed the eq server...
Showing results 1 to 25 of 33
Page 1 of 2
1
2
>
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:45 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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3