Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: kabalah
Forum: Archive::News 07-23-2003, 05:58 PM
Replies: 92
Views: 20,670
Posted By kabalah
me either

me either!
Forum: Archive::Development 07-17-2003, 07:41 AM
Replies: 26
Views: 12,826
Posted By kabalah
thanks

thanks bigpull!
kabalah
Forum: Archive::Development 07-17-2003, 06:24 AM
Replies: 26
Views: 12,826
Posted By kabalah
hmm

nope, not under NewSource, do you mean directly under eqemu tree?
kabalah
Forum: Archive::Development 07-17-2003, 06:03 AM
Replies: 26
Views: 12,826
Posted By kabalah
cvs

ok, i checked cvs and i don't see the db.sql file anywhere in the eqemu/NewSource tree.
kabalah
Forum: Archive::Development 07-17-2003, 04:58 AM
Replies: 26
Views: 12,826
Posted By kabalah
new db.sql

hi all, has the new and improved db structure been released to the public yet? i wanted to help in debugging but, i have db issues...missing fields/tables?

kabalah
Forum: Archive::Database/World Building 06-24-2003, 05:11 AM
Replies: 21
Views: 9,127
Posted By kabalah
clarification please :)

which boats go with the id's used in the post in the begining of this thread?
my db is totally different so i need to make a cross ref.

kabalah
Forum: Archive::Bugs 05-29-2003, 04:31 AM
Replies: 0
Views: 2,987
Posted By kabalah
giant doors

has anyone else noticed that the doors in the latest cvs are very very big? was there a database update i should have done to avoid this?

kabalah
Forum: Archive::Quests 04-22-2003, 06:32 PM
Replies: 3
Views: 3,750
Posted By kabalah
thanks :)

thanks killspree, i've got the latest cvs and have found errors in commandex and getargs functions. i have corrected the problems and your quest code now works.

kabalah
Forum: Archive::Quests 04-16-2003, 05:07 PM
Replies: 3
Views: 3,750
Posted By kabalah
using the castspell(id,spell) function

has anyone gotten this to work in the 4.4-dr1 version? no matter how i format the command i can't get the soulbinders to cast a spell....i've tried:

castspell("$userid",35)
castspell($userid,35)...
Forum: Archive::Quests 03-28-2003, 10:52 AM
Replies: 1
Views: 4,134
Posted By kabalah
new quest problem

i have a quest file that contains the following:
event_say {
if ($1- =~ "Hail") { say("Greetings $name! Would you like me to [bind your soul]?") }
}
event_say {
if ($1- =~ "bind my soul") {...
Forum: Archive::Linux Servers 03-20-2003, 06:28 PM
Replies: 4
Views: 4,687
Posted By kabalah
check thishttp://forums.eqemu.net/viewtopic.php?t=6398 link

this is the same problem that i had(maybe). check this link.

http://forums.eqemu.net/viewtopic.php?t=6398

kabalah
Forum: Archive::Quests 03-20-2003, 07:24 AM
Replies: 19
Views: 9,092
Posted By kabalah
quests not working in latest cvs

does the latest cvs code have the new quest system implemented? it looks like it is looking for filenames like:
quests/%i.qst
not
quests/zonename/%i.qst
kabalah
Forum: Archive::Linux Servers 03-19-2003, 05:33 AM
Replies: 18
Views: 9,779
Posted By kabalah
thanks bigpull

yes, you are exactly correct. last night i did some experimenting, and i came up with the same conclusion. after setting my LD_LIBRARY_PATH to point to my eqemu shared lib my problem went away. i...
Forum: Archive::Linux Servers 03-13-2003, 03:10 PM
Replies: 18
Views: 9,779
Posted By kabalah
close but no cigar

i don't even get that far......
Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items......
Forum: Archive::Database/World Building 01-20-2003, 08:47 AM
Replies: 24
Views: 8,510
Posted By kabalah
well

i was trying to make it easy on the windows users... i did find a rar.rpm on rpmfind.net so never mind...
kabalah
Forum: Archive::Database/World Building 01-20-2003, 08:12 AM
Replies: 24
Views: 8,510
Posted By kabalah
rar format

ok, i found out what a rar file is, but can you also post it as a zip file so i can use it on linux? :)

thanks
kabalah
Forum: Archive::Database/World Building 01-20-2003, 07:56 AM
Replies: 24
Views: 8,510
Posted By kabalah
RAR?

what is an rar file? i can't tar, unzip, or uncompress it? what am i supposed to do with this?

kabalah
Forum: Archive::General Discussion 01-17-2003, 10:43 AM
Replies: 11
Views: 3,196
Posted By kabalah
eqemu should get a cut

too bad the eqemu team can't get a percentage of the 14.95 for the guide at this site....
Forum: Archive::News 01-16-2003, 05:53 AM
Replies: 17
Views: 5,529
Posted By kabalah
server down?

is the cvs server down at sourceforge? or just disabled? here's the error i'm getting:

cvs [update aborted]: connect to cvs.eqemu.sourceforge.net(66.35.250.207):2401 failed: Connection refused
...
Forum: Archive::Windows Servers 01-07-2003, 06:52 AM
Replies: 5
Views: 3,383
Posted By kabalah
fix for net.cpp

hey trumphcard, the fix was pretty easy. i just moved the test for disablecommandline out of the giant if then elseif statement. also i changed the database to not consider ls_accountid as unique......
Forum: Archive::Development 12-30-2002, 06:30 AM
Replies: 2
Views: 3,602
Posted By kabalah
whoops

sorry, i posted this in the wrong place. it's reposted under bugs now.

kabalah
Forum: Archive::Bugs 12-30-2002, 06:29 AM
Replies: 0
Views: 3,859
Posted By kabalah
fix for net.cpp

hi, i've noticed the command:

world adduser userx passx 1

no longer works. it seems the placment of the check for disablecommandline setting in the table variables has disabled the testing...
Forum: Archive::Development 12-30-2002, 06:20 AM
Replies: 2
Views: 3,602
Posted By kabalah
fix for net.cpp

hi, i've noticed the command:

world adduser userx passx 1

no longer works. it seems the placment of the check for disablecommandline setting in the table variables has disabled the testing for...
Forum: Archive::News 12-23-2002, 07:37 AM
Replies: 17
Views: 5,529
Posted By kabalah
nevermind

i got the cvs command correct now.....typo on my side :)
kabalah
Forum: Archive::General Discussion 12-23-2002, 06:57 AM
Replies: 49
Views: 13,686
Posted By kabalah
money away!

here's 250$ to the cause! merry christmas!
kabalah
Showing results 1 to 25 of 29

 
Forum Jump
   

All times are GMT -4. The time now is 10:53 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3