Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 500
Search took 0.02 seconds; generated 82 minute(s) ago.
Search: Posts Made By: sorvani
Forum: Development::Tools 05-02-2014, 10:49 AM
Replies: 22
Views: 48,754
Posted By sorvani
This is good stuff.

This is good stuff.
Forum: Support::Windows Servers 05-02-2014, 10:42 AM
Replies: 2
Views: 8,269
Posted By sorvani
On the public login server, if your server is ...

On the public login server, if your server is registered, the long name is not used. It shows the name you put in the profile.

That field is used with the private login server in the Git repo.
Forum: Quests::Q&A 04-27-2014, 03:57 PM
Replies: 3
Views: 7,132
Posted By sorvani
As much as I hate signals, that is the only thing...

As much as I hate signals, that is the only thing that would work here

quest::signal(npc_id, wait=0 ) # cause an EVENT_SIGNAL on all mobs in the zone with this NPC type, with $signalid = 0. wait...
Forum: Quests::Q&A 04-27-2014, 03:55 PM
Replies: 3
Views: 7,132
Posted By sorvani
It is returning once it finds the first one. So...

It is returning once it finds the first one. So it is working as intended.


entity.cpp line 856
NPC *EntityList::GetNPCByNPCTypeID(uint32 npc_id)
{
if (npc_id == 0 || npc_list.empty())...
Forum: General::General Discussion 04-27-2014, 03:47 PM
Replies: 44
Views: 55,665
Posted By sorvani
Didn't look very hard then. First search...

Didn't look very hard then.
First search result:
http://i.imgur.com/7hIV0o7.jpg

Hmm this shows 2013..
http://i.imgur.com/BcGwge6.jpg

but the search result said 2010.. Maybe I should read...
Forum: Support::General Support 04-21-2014, 03:29 PM
Replies: 2
Views: 5,207
Posted By sorvani
i would suggest trying the wayback machine on the...

i would suggest trying the wayback machine on the mapfiend website
Forum: Support::Windows Servers 04-18-2014, 05:01 PM
Replies: 6
Views: 8,178
Posted By sorvani
umm are minilogin and loginserver usable at the...

umm are minilogin and loginserver usable at the same time? I have no idea as I do not run my own.
Forum: Quests::Q&A 04-14-2014, 09:51 PM
Replies: 4
Views: 8,054
Posted By sorvani
It can be manipulated of course. No idea if it is...

It can be manipulated of course. No idea if it is simple or not. I have never looked at it.
Forum: Support::General Support 04-12-2014, 10:31 AM
Replies: 11
Views: 10,281
Posted By sorvani
One thing of note to add to what Akkadius said....

One thing of note to add to what Akkadius said. global_player.pl works in any zone. THis means the logic fires everytime you complete a task in any zone.

If your task is impossible to complete in...
Forum: Support::General Support 04-08-2014, 10:46 AM
Replies: 5
Views: 7,506
Posted By sorvani
loom? Snark fail.

loom? Snark fail.
Forum: General::General Discussion 04-07-2014, 01:01 PM
Replies: 4
Views: 7,549
Posted By sorvani
Thanks for helping!

Thanks for helping!
Forum: Quests::Q&A 04-07-2014, 12:59 PM
Replies: 5
Views: 7,406
Posted By sorvani
Never do this.

Never do this.
Forum: Quests::Q&A 04-06-2014, 06:12 PM
Replies: 5
Views: 7,406
Posted By sorvani
I assume that you actually mean the quest is not...

I assume that you actually mean the quest is not working and summoning the item it is supposed to?
Forum: Quests::Q&A 04-04-2014, 10:48 AM
Replies: 11
Views: 9,384
Posted By sorvani
Just because it works, does not mean it is the...

Just because it works, does not mean it is the best way to handle it. There was a LOT of misundstanding of this functionality when it was first introduced years ago and a lot of working, but...
Forum: Quests::Q&A 04-04-2014, 12:44 AM
Replies: 11
Views: 9,384
Posted By sorvani
You NEVER EVER EVER put the return items call...

You NEVER EVER EVER put the return items call inside ANY logic blocks.

It goes in a script once and once only at the end of sub EVENT_ITEM


sub EVENT_ITEM {
if blah blah blah {
...
Forum: Support::General Support 04-04-2014, 12:40 AM
Replies: 10
Views: 10,116
Posted By sorvani
You can put a world server on the login list...

You can put a world server on the login list without a world server account so that should not stop you from making your server.

<loginserver1>
<host>login.eqemulator.net</host>...
Forum: Quests::Q&A 04-04-2014, 12:37 AM
Replies: 7
Views: 8,872
Posted By sorvani
Additionally, this does work, but is horribly...

Additionally, this does work, but is horribly unreadable to people not familiar with C++

This is the preferred way to do it.
Forum: Support::Windows Servers 04-04-2014, 12:30 AM
Replies: 2
Views: 4,489
Posted By sorvani
Expendable AA are not yet implemented.

Expendable AA are not yet implemented.
Forum: Support::General Support 03-26-2014, 10:28 AM
Replies: 5
Views: 7,357
Posted By sorvani
not if you were actually desync'd and now have...

not if you were actually desync'd and now have invalid items. Do as you were told and contact admins on the PEQ forums
Forum: Support::General Support 03-23-2014, 11:17 PM
Replies: 27
Views: 19,562
Posted By sorvani
There is no EQEmu compatible HoT client.

There is no EQEmu compatible HoT client.
Forum: Quests::Q&A 03-21-2014, 05:54 PM
Replies: 2
Views: 7,371
Posted By sorvani
I swear I just replied to a post about this. ...

I swear I just replied to a post about this.
Look at Keledrix in Inktuta
Forum: Quests::Q&A 03-19-2014, 11:19 PM
Replies: 7
Views: 11,068
Posted By sorvani
The best thing to do is to do it all from the...

The best thing to do is to do it all from the boss mobs and access the other mobs from there using the entity list.
Look at the Keledrix or Noquifel scripts and controllers in Inktuta.
Forum: Support::General Support 03-17-2014, 02:52 PM
Replies: 6
Views: 6,895
Posted By sorvani
You have to be logged out to copy it.

You have to be logged out to copy it.
Forum: Support::Windows Servers 03-14-2014, 10:12 PM
Replies: 16
Views: 16,653
Posted By sorvani
Or just creat a pull request on the git repo.

Or just creat a pull request on the git repo.
Forum: Support::General Support 03-14-2014, 10:11 PM
Replies: 31
Views: 31,793
Posted By sorvani
Correct Uleat

Correct Uleat
Showing results 26 to 50 of 500

 
Forum Jump
   

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