Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: bthomsen0312
Forum: Quests::Q&A 01-17-2010, 09:18 AM
Replies: 1
Views: 2,129
Posted By bthomsen0312
Gender variable check

Was wondering if there was a way to do a gender variable check
IE
if (text =~/hail/i) && ($gender == 1)
etc etc
only important for making more specific lifelike dialogue, not too important but...
Forum: Quests::Q&A 01-14-2010, 06:19 PM
Replies: 8
Views: 2,765
Posted By bthomsen0312
that else won't work there man

that else won't work there man
Forum: Quests::Q&A 01-14-2010, 09:42 AM
Replies: 8
Views: 3,337
Posted By bthomsen0312
ah yes, i had the last version of georges tool...

ah yes, i had the last version of georges tool and it was being crappy on me and changing the case, thanks trevius :D. heres a working script for anyone that wants it

#Perl Script for Albert to...
Forum: Quests::Q&A 01-14-2010, 09:38 AM
Replies: 8
Views: 2,765
Posted By bthomsen0312
um your code was screwed up for one sub...

um your code was screwed up for one

sub EVENT_SAY {
if($text=~/hail/i) {
quest::say("How Are you today, $name Bring me One Peice of Epic to receive your epic?");
}
}

sub EVENT_ITEM {
Forum: Quests::Q&A 01-11-2010, 01:41 PM
Replies: 8
Views: 3,337
Posted By bthomsen0312
the above script doesn't work, neither does...

the above script doesn't work, neither does inserting the ID numbers for the race as well, this is what i have put in, i also had to make a couple corrections.

#Perl Script for Albert to teleport...
Forum: Quests::Q&A 01-09-2010, 08:34 AM
Replies: 8
Views: 3,337
Posted By bthomsen0312
sub EVENT_SAY { if ($text =~/Hail/i) { ...

sub EVENT_SAY
{
if ($text =~/Hail/i)
{
quest::say ("Good day to you, $name. Do you want to [go] home?");
}
if ($text =~/go/i) && ($race eq 'Dark Elf') {
...
Forum: Quests::Q&A 01-09-2010, 05:01 AM
Replies: 8
Views: 3,337
Posted By bthomsen0312
Race dependant teleport

So what I am trying to do is create a teleporter that will teleport people to their starting cities according to race. So far it appears as though the command i need is "if($race eq 'Dark Elf')" so...
Forum: Support::Windows Servers 12-25-2009, 02:13 PM
Replies: 1
Views: 2,928
Posted By bthomsen0312
#define MMF_EQMAX_ITEMS error

received this error
also my highest item ID is 300100
Error: EMuShareMem: pDLLLoadItems: iMaxItemID > MMF_EQMAX_ITEMS
You need to increase the define in Items.h.


was directed to change...
Forum: Development::Database/World Building 11-30-2009, 12:39 PM
Replies: 34
Views: 93,777
Posted By bthomsen0312
Bump for great justice, some of these guidebook's...

Bump for great justice, some of these guidebook's would be use to be re-edited back to the top. IE race index materials textures and georgeS' tut on how to make static and roaming NPC's
Forum: Development::Bots 11-29-2009, 08:08 AM
Replies: 2
Views: 2,616
Posted By bthomsen0312
so i fixed my bots by sourcing the bots.sql file...

so i fixed my bots by sourcing the bots.sql file that was located in \trunk\EQEmuServer\utils\sql\svn
Forum: Development::Bots 11-25-2009, 05:51 PM
Replies: 2
Views: 2,616
Posted By bthomsen0312
Bot Inventory Errors

Before i was getting Error #1045 that the bot inventory.sql didnt exist, i sourced it in using this guide http://eqoffline.free.fr/README.txt and now I'm getting error #1054 Unknown Column 'botid' in...
Forum: Support::Windows Servers 11-14-2009, 02:54 PM
Replies: 7
Views: 5,810
Posted By bthomsen0312
i had quests inside of quests folder! i...

i had quests inside of quests folder! i remembered reading that somewhere and noticed i had done that thank you!

is it possible to stick mysql database on a flash drive? so i can edit it at school...
Forum: Support::Windows Servers 11-13-2009, 04:59 PM
Replies: 7
Views: 5,810
Posted By bthomsen0312
problem solved, thank you! now if i can...

problem solved, thank you!


now if i can find some threads on NPCS not responding to hails
Forum: Support::Windows Servers 11-13-2009, 01:37 PM
Replies: 7
Views: 5,810
Posted By bthomsen0312
Can't Login to own server

So i get a 1017 error when trying to log onto the server from any number of ways. i have other people from outside connecting but i never can connect myself from either of my desktops, i am behind a...
Forum: Support::Windows Servers 11-11-2009, 08:57 PM
Replies: 4
Views: 3,014
Posted By bthomsen0312
I meant 5998 and 5999 are both unblocked on my...

I meant 5998 and 5999 are both unblocked on my router and firewall =P
Forum: Support::Windows Servers 11-11-2009, 06:05 PM
Replies: 4
Views: 3,014
Posted By bthomsen0312
using your config worked great! why mine didnt...

using your config worked great! why mine didnt work i have no idea as my server is not showing up under the servers list


now this is interesting, now when i try to join the server with another...
Forum: Support::General Support 11-11-2009, 06:00 PM
Replies: 4
Views: 2,503
Posted By bthomsen0312
i tried changing the password for my root 3...

i tried changing the password for my root 3 different times and it says EQ@localhost ISNT a valid username when i try to change its password.
Forum: Support::Windows Servers 11-11-2009, 05:45 PM
Replies: 4
Views: 3,014
Posted By bthomsen0312
so i fixed that problem, but now im getting ...

so i fixed that problem, but now im getting
[11.11. - 13:11:55] Starting Log: logs/eqemu_error_world_3112.log
[11.11. - 13:11:55] Failed to connect to database: Error: #1045: Access denied for user...
Forum: Support::Windows Servers 11-10-2009, 07:30 PM
Replies: 4
Views: 3,014
Posted By bthomsen0312
World/Zones not config properly

So, i followed the Wiki step by step and i end up with this error on world/zones
---------------------------------------------
[11.10. - 15:33:23] Starting Log: logs/eqemu_debug_world_0260.log...
Forum: Support::Windows Servers 11-10-2009, 12:40 AM
Replies: 161
Views: 116,361
Posted By bthomsen0312
so the multitude of guides on thie site confuse...

so the multitude of guides on thie site confuse me, as it seems like all of them tie together in some weird way, however i followed the steps on this guide and ended up with the error perl58.dll is...
Forum: Support::Windows Servers 11-04-2009, 11:12 AM
Replies: 1
Views: 1,941
Posted By bthomsen0312
shards to EQEMU

to go back and forth from shards without having two folders for EQ? or do i need to reinstall?
Showing results 1 to 21 of 21

 
Forum Jump
   

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