Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

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
Views: 4,137
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
Views: 5,899
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
Views: 99,354
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
Views: 5,810
Posted By superpally1
INT means integer...

INT means integer...
Forum: Development::Bots 01-27-2019, 09:58 PM
Replies: 44
Views: 23,000
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
Views: 23,000
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
Views: 23,000
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: 38
Views: 64,937
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
Views: 9,049
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: 539
Views: 652,805
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
Views: 6,841
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
Views: 2,881
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
Views: 6,212
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
Views: 16,344
Posted By superpally1
gotcha, thankyou sir.

gotcha, thankyou sir.
Forum: Quests::Q&A 10-29-2018, 10:18 AM
Replies: 31
Views: 16,344
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
Views: 16,344
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
Views: 3,581
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
Views: 3,614
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
Views: 3,614
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
Views: 5,349
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
Views: 5,349
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
Views: 5,349
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
Views: 3,574
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
Views: 3,574
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
Views: 2,134
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

 
Forum Jump
   

All times are GMT -4. The time now is 02:35 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