EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 11 of 20
«
First
<
7
8
9
10
11
12
13
14
15
>
Last
»
Showing results 251 to 275 of 500
Search took
0.03
seconds; generated 62 minute(s) ago.
Search:
Posts Made By:
Randymarsh9
Forum:
Quests::Q&A
07-15-2009, 08:17 PM
Replies:
7
Trouble with NPC casting
Views:
8,432
Posted By
Randymarsh9
I finally got it working. I just changed the...
I finally got it working. I just changed the multiple casts for one cast of a powerful spell and changed the mob::quest thing. Thanks for the help KLS!
Forum:
Quests::Q&A
07-15-2009, 07:56 PM
Replies:
7
Trouble with NPC casting
Views:
8,432
Posted By
Randymarsh9
hm ok I'll try putting it back to like that
hm ok I'll try putting it back to like that
Forum:
Support::Windows Servers
07-15-2009, 07:14 PM
Replies:
11
World.exe keeps crashing
Views:
10,219
Posted By
Randymarsh9
I got rid of the extprofile but that didnt do...
I got rid of the extprofile but that didnt do anything
Forum:
Quests::Q&A
07-15-2009, 07:00 PM
Replies:
7
Trouble with NPC casting
Views:
8,432
Posted By
Randymarsh9
can anyone just rewrite that in a way they know...
can anyone just rewrite that in a way they know will work? I've been working on it all day and can't get the thing to work with any spell.
Forum:
Support::Windows Servers
07-15-2009, 06:41 PM
Replies:
11
World.exe keeps crashing
Views:
10,219
Posted By
Randymarsh9
Yeah Idk what's up with it. I have noticed that 2...
Yeah Idk what's up with it. I have noticed that 2 characters have the extprofile and 2 don't so I'm wondering if maybe one of those is messing it up. Like maybe the extprofiles are corrupted or...
Forum:
Support::Windows Servers
07-15-2009, 06:33 PM
Replies:
11
World.exe keeps crashing
Views:
10,219
Posted By
Randymarsh9
Ok I deleted the accounts info in the DB and then...
Ok I deleted the accounts info in the DB and then tried logging back on. I had no characters so I had to change the characters account id, but when I did that, it started crashing the world again....
Forum:
Quests::Q&A
07-15-2009, 05:41 PM
Replies:
7
Trouble with NPC casting
Views:
8,432
Posted By
Randymarsh9
Ok I changed it to be like this sub...
Ok I changed it to be like this
sub EVENT_COMBAT{
if ($combat_state == 1){
quest::settimer("knockback", 8);
quest::setnexthpevent(75);
}
}
sub EVENT_TIMER{
if ($timer eq "knockback"){...
Forum:
Quests::Q&A
07-15-2009, 05:16 PM
Replies:
7
Trouble with NPC casting
Views:
8,432
Posted By
Randymarsh9
So will that first one make them do it with no...
So will that first one make them do it with no delay? And with that can I get rid of the $target = $npc->GetTarget()?
Forum:
Support::Windows Servers
07-15-2009, 04:29 PM
Replies:
11
World.exe keeps crashing
Views:
10,219
Posted By
Randymarsh9
World.exe keeps crashing
For some reason, when certain accounts try to log in, it will crash world.exe. I already have 5 people on my server, but when I tried to log on my play account, world.exe crashed. This also happened...
Forum:
Quests::Q&A
07-15-2009, 04:24 PM
Replies:
7
Trouble with NPC casting
Views:
8,432
Posted By
Randymarsh9
Trouble with NPC casting
I am trying to make an npc cast the spell flurry every 25% which is supposed to just make him attack, but it just says "Khabahn's casting has been interrupted" everytime I fight him. Also the whole...
Forum:
Support::Windows Servers
07-15-2009, 02:11 PM
Replies:
7
Zone crashes due to missing maps
Views:
7,945
Posted By
Randymarsh9
yeah but zones like trakanon and thurgadinb crash...
yeah but zones like trakanon and thurgadinb crash too and they dont have flags
Forum:
Support::Windows Servers
07-14-2009, 11:41 PM
Replies:
7
Zone crashes due to missing maps
Views:
7,945
Posted By
Randymarsh9
Well Im on windows and I don't remember disabling...
Well Im on windows and I don't remember disabling flags. I'm not sure how I'd do that
Forum:
Support::Windows Servers
07-14-2009, 10:17 PM
Replies:
7
Zone crashes due to missing maps
Views:
7,945
Posted By
Randymarsh9
hmm well I zoned into hohonora and it crashed so...
hmm well I zoned into hohonora and it crashed so I'm looking at the zone.exe to see if there are any other errors, but the only thing I see has to do with the .path. I wish I could somehow post it...
Forum:
Quests::Q&A
07-14-2009, 09:33 PM
Replies:
15
Instancing
Views:
17,154
Posted By
Randymarsh9
Yeah I assumed it would be player.pl, but how...
Yeah I assumed it would be player.pl, but how would I get it to destroy that instance? Like would I have to do something like
my $instid = quest::GetInstanceID("arena",1);...
Forum:
Support::Windows Servers
07-14-2009, 09:28 PM
Replies:
7
Zone crashes due to missing maps
Views:
7,945
Posted By
Randymarsh9
Zone crashes due to missing maps
I keep finding random zones that will crash and the only thing that is suspicious in the zone.exe is it will say it can't find a map. For instance hohonora keeps crashing and it says cannot find...
Forum:
Quests::Q&A
07-14-2009, 05:16 PM
Replies:
15
Instancing
Views:
17,154
Posted By
Randymarsh9
Does anyone know how I could do something to...
Does anyone know how I could do something to destroy an instance when the player leaves it? I know there is quest::destroyinstance(), but how would I get it to destroy the instance the player is...
Forum:
Support::Windows Servers
07-14-2009, 03:30 PM
Replies:
3
Adding NPC's to instanced zone
Views:
9,560
Posted By
Randymarsh9
oh alright then. I was changing it in the...
oh alright then. I was changing it in the npc_Types bc the monsters the tool put in there all had the version changed so I thought that's what I needed to do
Forum:
Support::Windows Servers
07-14-2009, 12:53 AM
Replies:
3
Adding NPC's to instanced zone
Views:
9,560
Posted By
Randymarsh9
Adding NPC's to instanced zone
I want to add a monster to Arena version 1, so I tried zoning into arena and then spawning it, doing #npcspawn add, and then changing the version of the monster in the DB to one, but even after a...
Forum:
Quests::Q&A
07-14-2009, 12:27 AM
Replies:
15
Instancing
Views:
17,154
Posted By
Randymarsh9
ok I got it working. I just changed it to my...
ok I got it working. I just changed it to
my $i_id = quest::CreateInstance("arena", 1, 360);
quest::AssignToInstance($i_id);
quest::MovePCInstance(77, $i_id, -41, 131, -0.5);
I guess that...
Forum:
Quests::Q&A
07-13-2009, 11:53 PM
Replies:
15
Instancing
Views:
17,154
Posted By
Randymarsh9
Also, it appears that it isn't assigning the...
Also, it appears that it isn't assigning the instance to the player. It is creating it successfully, but that's pretty much it
Forum:
Quests::Q&A
07-13-2009, 11:43 PM
Replies:
15
Instancing
Views:
17,154
Posted By
Randymarsh9
that worked but now I have another problem. It...
that worked but now I have another problem. It just sends me to the normal arena instead of version 1 of it
Forum:
Quests::Q&A
07-13-2009, 10:59 PM
Replies:
15
Instancing
Views:
17,154
Posted By
Randymarsh9
anyone know why this ...
anyone know why this
quest::CreateInstance("arena", 1, 360);
my $instid = quest::getinstanceID("arena",1);
quest::assigntoinstance($instid);
quest::movepcinstance(77, $instid, -3, 3.6,...
Forum:
Development::Bug Reports
07-13-2009, 02:34 PM
Replies:
8
More issues with scribespells
Views:
14,533
Posted By
Randymarsh9
is there anyway we can change it to instead just...
is there anyway we can change it to instead just place it after the last spell in the spell book?
Forum:
Quests::Q&A
07-13-2009, 12:12 AM
Replies:
15
Instancing
Views:
17,154
Posted By
Randymarsh9
what if you wanted to do something involving...
what if you wanted to do something involving qglobals? So like if you were going to do an instance for the first time it would send u to one version, then if you beat that one, it would send u to...
Forum:
Support::Windows Servers
07-12-2009, 11:57 PM
Replies:
3
Question about Character:RestRegenTimeToActivate
Views:
6,689
Posted By
Randymarsh9
Question about Character:RestRegenTimeToActivate
it says in the description that the time is in seconds, but the rule value is set to 30000. Is it really seconds or is it acually milliseconds?
Showing results 251 to 275 of 500
Page 11 of 20
«
First
<
7
8
9
10
11
12
13
14
15
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
11:29 PM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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