Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 101
Search took 0.00 seconds; generated 97 minute(s) ago.
Search: Posts Made By: Bulle
Forum: Support::Windows Servers 04-13-2008, 01:49 AM
Replies: 8
Views: 10,543
Posted By Bulle
If your Cat5 network cable is in good shape (you...

If your Cat5 network cable is in good shape (you did not torture it too much when running it along your walls right ?) then 30 feet is more than fine. You can normally connect with a Cat5 cable from...
Forum: Development::Tools 04-12-2008, 09:37 AM
Replies: 12
Views: 15,556
Posted By Bulle
I have setup a very alpha version of the...

I have setup a very alpha version of the warehouse on my server, the place where you can move items/coins between your bank and your warehouse. and I have created a few dummy accounts and characters...
Forum: Development::Tools 04-12-2008, 09:18 AM
Replies: 12
Views: 15,556
Posted By Bulle
You really want your players to use #itemsearch ?...

You really want your players to use #itemsearch ? If not for the fact that GM commands are not widely available to players, searching with #itemsearch is quite crude, it searches on an ID or a...
Forum: Development::Tools 04-11-2008, 05:09 PM
Replies: 12
Views: 15,556
Posted By Bulle
Having quest NPCs to play the "auction guy" for...

Having quest NPCs to play the "auction guy" for you would not be easy. The main question is : how do you search for an item you want to buy ? If you have ever tried Shards of Dalaya, then you will...
Forum: Development::Database/World Building 04-11-2008, 04:39 PM
Replies: 7
Views: 8,640
Posted By Bulle
This is also how I do it. When upgrading there is...

This is also how I do it. When upgrading there is always the possibility of a conflict between your SQL commands and the changes done on PEQ, but if you are lucky you will get warnings and you will...
Forum: Development::Tools 04-10-2008, 06:36 PM
Replies: 12
Views: 15,556
Posted By Bulle
Marketplace : Bazaar replacement (WIP)

Since its introduction the Bazaar has always been an important part of EQ, and having little in the way of trading on EQEmu is sad. Last time I checked the status on the Bazaar was that some opcodes...
Forum: Support::Linux Servers 04-10-2008, 05:52 PM
Replies: 8
Views: 6,826
Posted By Bulle
That clears it out, thank you. I guess I can...

That clears it out, thank you. I guess I can stick to the downloads if it is updated at almost the same time as CVS.
Forum: Spell Support 04-07-2008, 06:55 PM
Replies: 9
Views: 14,104
Posted By Bulle
To my knowledge the spells table is not part of...

To my knowledge the spells table is not part of any release of EQEmu or PEQ. It is an additional table created for the needs of other tools like EQBrowser or PEQEditor. These tools provide a script...
Forum: Development::Tools 04-03-2008, 02:59 AM
Replies: 129
Views: 172,986
Posted By Bulle
First bug I found : due to a typo in a variable...

First bug I found : due to a typo in a variable name several fields are ignored by the Item search (Class, Race...). I have fixed it, will be in next version.

I definitely broke some stuff ;)
Forum: Development::Tools 04-02-2008, 03:11 PM
Replies: 129
Views: 172,986
Posted By Bulle
It is probably a question of point of view, but I...

It is probably a question of point of view, but I would be happy to keep EQBrowser a "read-only" tool, at least regarding to the regular EQEmu DB tables used by the game. And if additional tables...
Forum: Quests::Q&A 04-02-2008, 02:00 PM
Replies: 1
Views: 5,425
Posted By Bulle
About the qglobal flag

Before I updated my system to the latest EQEmu code/PEQ database I could write quests using quest globals with any NPC I thought of and it worked right out-of-the-box. Then after updating, NOT !
...
Forum: Quests::Q&A 04-02-2008, 01:51 PM
Replies: 19
Views: 14,336
Posted By Bulle
I do not know how other people do, but I use my...

I do not know how other people do, but I use my little spoon.

OK silly reference to a joke about consultants, may be only known in France sorry :)

More to the point I simply do :
sub...
Forum: Quests::Q&A 04-02-2008, 01:25 PM
Replies: 19
Views: 14,336
Posted By Bulle
The "handin" plug-in is a facility to check that...

The "handin" plug-in is a facility to check that a player gives the proper items, and consume them if it is the case. It should really be used as the last check in an "if" chain, as it performs a...
Forum: Development::Tools 04-01-2008, 01:28 PM
Replies: 129
Views: 172,986
Posted By Bulle
To put it short, despite me hating writing Perl...

To put it short, despite me hating writing Perl for its syntax I am very quest-oriented. The fact is that the full power of Perl is rarely needed and I wanted to "specify" quests more visually and...
Forum: Development::Tools 04-01-2008, 12:20 PM
Replies: 129
Views: 172,986
Posted By Bulle
This is good news. The reason I did not put icons...

This is good news. The reason I did not put icons on spells and tradeskill is simple : I did not touch those pages at all, I was mostly concerned with NPCs, factions and items for a reason you will...
Forum: Development::Tools 03-31-2008, 04:18 PM
Replies: 129
Views: 172,986
Posted By Bulle
For spells, you have loaded the spells tables in...

For spells, you have loaded the spells tables in your DB right ? I re-discovered this point in the README when making a fresh installation to try it out.

The quest functionality requires a copy of...
Forum: Development::Tools 03-31-2008, 03:53 PM
Replies: 129
Views: 172,986
Posted By Bulle
Just look above, the link is at the end of my...

Just look above, the link is at the end of my last post.
Forum: Support::Linux Servers 03-31-2008, 03:27 PM
Replies: 8
Views: 6,826
Posted By Bulle
This is true, for the download page. Last update...

This is true, for the download page. Last update is end of February. I was wondering whether the CVS repository would hold "intermediate" code commits. The download directory seemed most current....
Forum: Development::Tools 03-31-2008, 02:54 PM
Replies: 129
Views: 172,986
Posted By Bulle
EQBrowser 0.6.0

As promised (even if somewhat late, the latest week-ends have been busy) here is my updated version of EQBrowser, featuring quite a few improvements, and potentially a few things I have broken. As I...
Forum: Support::Linux Servers 03-30-2008, 01:08 AM
Replies: 8
Views: 6,826
Posted By Bulle
Is the CVS repository current ?

I am installing some EQEmu server on my Linux box and I grabbed the Development branch from CVS. When I did that I found no difference with a CVS check-out I had done a few weeks ago.

Is the EQEmu...
Forum: Development::Tools 03-18-2008, 04:57 PM
Replies: 129
Views: 172,986
Posted By Bulle
No worries about the demo setup, I could have it...

No worries about the demo setup, I could have it up and running in like 20 minutes on my server (proof it is easy to setup). I had just one problem, which may lead to errors down the line : the...
Forum: Development::Tools 03-18-2008, 09:16 AM
Replies: 129
Views: 172,986
Posted By Bulle
Funny how life is. Right after posting my...

Funny how life is. Right after posting my previous answer I received a response from Muss, that I copy here for those French-reading people out there :D


Salut Bulle

Tu peux disposer...
Forum: Development::Tools 03-18-2008, 08:59 AM
Replies: 129
Views: 172,986
Posted By Bulle
That smells of a full rewrite then... Not that I...

That smells of a full rewrite then... Not that I am too afraid of it. I am toying with a quest "helper" at the moment so I probably will not start that before a few weeks, but this tool in a...
Forum: Development::Tools 03-15-2008, 01:12 AM
Replies: 129
Views: 172,986
Posted By Bulle
Improvements to EQBrowser

After discovering EQBrower I made quite a few improvements to it, which I would share with the community if there is interest.

From my understanding this tool is now "orphaned", and may be I could...
Forum: Development::Tools 03-12-2008, 05:32 PM
Replies: 129
Views: 172,986
Posted By Bulle
I installed this neat tool this morning. Of...

I installed this neat tool this morning. Of course I encountered the register_variables quirk, that I fixed by putting the following in the config.php file as I did not want to change my system-wide...
Showing results 51 to 75 of 101

 
Forum Jump
   

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