Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 87
Search took 0.01 seconds; generated 46 minute(s) ago.
Search: Posts Made By: cybernine186
Forum: Development::Feature Requests 11-14-2008, 06:04 PM
Replies: 7
Views: 10,906
Posted By cybernine186
Feign Death and Spell Casting

I want Feign Death to be broken if a player is Feign Death and say if a npc casts a spell while the pc is casting FD or right before FD to break FD.

It used to be that way on Live and I would it...
Forum: Quests::Q&A 11-13-2008, 07:48 PM
Replies: 1
Views: 5,603
Posted By cybernine186
check_handin.pl broken/exploit

The plugin to handle things like plugin::check_handin is broken and has a HUGE exploit in it. Example I have had several issues were someone hand's in a bunch of gold or copper and they are given the...
Forum: Development::Server Code Submissions 10-24-2008, 09:23 PM
Replies: 1
Views: 9,399
Posted By cybernine186
Awesome... Simply awesome George.....

Awesome... Simply awesome George.....
Forum: Development::Server Code Submissions 10-23-2008, 08:33 PM
Replies: 4
Views: 9,481
Posted By cybernine186
The code above crashes the zone? We have special...

The code above crashes the zone? We have special code that we choose to enter into our source code and do not always use the SVN, usually if I need changes I have to sort through the SVN code and...
Forum: Development::Server Code Submissions 10-23-2008, 04:44 PM
Replies: 4
Views: 9,481
Posted By cybernine186
It compiled good, I am putting this into action...

It compiled good, I am putting this into action ASAP. We have had a lot of trouble with people that use the zone shutdown with 0 players as an exploit to get items that is rare.

Something like...
Forum: Development::Server Code Submissions 10-23-2008, 01:00 PM
Replies: 1
Views: 9,399
Posted By cybernine186
Player Backup & Corpses

I modified some code to help with restoring corpses after they have rotted. It inserts the corpses that are due to rot in the `player_corpses_backup` table.
After 4 weeks the corpses are then...
Forum: Support::Windows Servers 10-12-2008, 01:30 AM
Replies: 2
Views: 9,182
Posted By cybernine186
Compiling Errors on world.exe

I am having trouble compiling the world.exe, below is the error log. If anyone knows anything please let me know.. Thanks


3>Linking...
3>shareddb.obj : error LNK2001: unresolved external symbol...
Forum: General::General Discussion 10-06-2008, 04:41 PM
Replies: 3
Views: 6,578
Posted By cybernine186
There is several tools to help you, I have listed...

There is several tools to help you, I have listed some below and there purpose

1. Mysql Query Browser (I use it for regular database editing, you can find it at mysql.com)

2. PHPMyAdmin (It...
Forum: Development::Tools 10-02-2008, 05:49 PM
Replies: 22
Views: 20,768
Posted By cybernine186
I have made a few updates to some bugs and a few...

I have made a few updates to some bugs and a few minor upgrades.

The latest release is 1.27, I hope to have the AA's fixed with this release please try it out and let me know how it goes.

I...
Forum: Development::Tools 09-22-2008, 01:29 PM
Replies: 30
Views: 29,968
Posted By cybernine186
Nice work...

Nice work...
Forum: Development::Tools 09-18-2008, 01:53 AM
Replies: 22
Views: 20,768
Posted By cybernine186
If cavedood is having problems with the AA's and...

If cavedood is having problems with the AA's and not viewing right then that means it will not read the correct aa's or write them.

This is written for the latest version of the source. If you are...
Forum: Development::Tools 09-17-2008, 05:56 PM
Replies: 22
Views: 20,768
Posted By cybernine186
I need some characters with AA's from a database...

I need some characters with AA's from a database for testing. I think I may have the pointer wrong that it is looking in the profile for the AA structure.

Can you send me a copy of some characters...
Forum: Development::Tools 09-15-2008, 12:52 AM
Replies: 22
Views: 20,768
Posted By cybernine186
1. I will check this out, however it uses...

1. I will check this out, however it uses javascript. Check to see if you allowed javascript to be run on that page.

2. Very ODD.... Use the advance editing and see if it displays right. It should...
Forum: Development::Development 09-10-2008, 11:56 AM
Replies: 3
Views: 8,996
Posted By cybernine186
So the client actually views the weapon as the...

So the client actually views the weapon as the correct Bonus Damage but its only for a reference. If I can determine the correct formula I will post it.

Thanks for the quick reply.
Forum: Development::Tools 09-09-2008, 10:38 PM
Replies: 22
Views: 20,768
Posted By cybernine186
Has anyone tried to use this new tool yet? I...

Has anyone tried to use this new tool yet? I haven't seen any feedback or questions related to the new release of the EQ Editor tool.
Forum: Development::Development 09-09-2008, 06:09 PM
Replies: 3
Views: 8,996
Posted By cybernine186
Calculating Bonus Damage

I am trying to determine the formula for calculating bonus damage on all weapons.

I have looked through the code and the only thing I can find is this code below. However say when I use "A...
Forum: Development::Tools 09-04-2008, 06:01 PM
Replies: 30
Views: 29,968
Posted By cybernine186
You are supposed to end up with a blank page.......

You are supposed to end up with a blank page.... There is nothing that is supposed to print out on the screen. All that I gave you is basically the "back end" of a program/script.

The real...
Forum: Development::Tools 09-03-2008, 10:58 PM
Replies: 22
Views: 20,768
Posted By cybernine186
OH something I forgot to mention was once you...

OH something I forgot to mention was once you edit a corpse you might have to reboot the zone that the corpse is in or the changes might not take effect.

I don't really know because I haven't...
Forum: Development::Tools 09-03-2008, 10:22 PM
Replies: 22
Views: 20,768
Posted By cybernine186
EQ Editor 1.20

EQ Profile Editor 1.20
-----------------------------------------------------
This program was written and designed for the purpose of editing the user profile
and account for the EQ Emulator...
Forum: Development::Tools 08-29-2008, 06:58 PM
Replies: 30
Views: 29,968
Posted By cybernine186
Yea, LOTS.... This is a php class that you...

Yea, LOTS....

This is a php class that you must call and then call each function you want performed, also you need to input your username/password.

Replace

$this->connection =...
Forum: Development::Tools 08-27-2008, 04:58 PM
Replies: 30
Views: 29,968
Posted By cybernine186
This is a partial code from my new EQ Editor...

This is a partial code from my new EQ Editor release fixing to come out. This is built in a class, have fun. Feel free to ask questions.


Also some of the telnet code I copied from someone else,...
Forum: Development::Tools 08-27-2008, 11:23 AM
Replies: 30
Views: 29,968
Posted By cybernine186
You can use a PHP Telnet script to get that...

You can use a PHP Telnet script to get that information. However you will need telnet functions turned on the eq server.

If you are familiar with PHP scripting I will post a section of code for...
Forum: Development::Tools 08-26-2008, 05:58 PM
Replies: 1
Views: 7,534
Posted By cybernine186
EQ Editor Upcoming Release

Thought I would give everyone a heads up on the upcoming release of my EQ Editor program written in PHP. As some have seen what is currently available you might get a few surprises you haven't seen...
Forum: Development::Tools 07-08-2008, 12:11 PM
Replies: 22
Views: 21,153
Posted By cybernine186
Also you can change the default rows to what ever...

Also you can change the default rows to what ever you like in the configuration.php file

Change

$cfg['paging']['maxrows'] = 10;

to

$cfg['paging']['maxrows'] = 1000;
Forum: Development::Tools 07-08-2008, 12:02 PM
Replies: 22
Views: 21,153
Posted By cybernine186
You can change these settings and what they...

You can change these settings and what they display by editing the table `editor_account_status`. This script is completely controlled by the tables, this script uses a prefix of 'editor' in the...
Showing results 51 to 75 of 87

 
Forum Jump
   

All times are GMT -4. The time now is 10:43 AM.


 

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