Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 36
Search took 0.00 seconds.
Search: Posts Made By: caravellex
Forum: General::General Discussion 03-03-2018, 12:51 PM
Replies: 15
Views: 7,788
Posted By caravellex
Really appreciate your work! Even with a...

Really appreciate your work!
Even with a limited understanding of code, it's very difficult to write the necessary fixes because instances of Mob::isattackallowed and Mob::isbeneficialallowed don't...
Forum: Support::General Support 02-14-2018, 08:23 PM
Replies: 4
Views: 3,104
Posted By caravellex
Ty Image. at some point, the EqEmu source...

Ty Image.
at some point, the EqEmu source switched the corpse mechanics out of atack.cpp into corpse.cpp, and disabled the variables.

Given that line of code, would it simply work if you excluded...
Forum: Support::General Support 02-14-2018, 10:52 AM
Replies: 4
Views: 3,104
Posted By caravellex
PvP loot code is there, but variable is missing?

hey, Ive been looking into how to allow PvP item loot for awhile. Most of what I found were discussions of old PvP variables included in older builds. It seems at some point PvPReward and PvPitemloot...
Forum: General::General Discussion 02-14-2018, 10:30 AM
Replies: 15
Views: 7,788
Posted By caravellex
AHH I see! do you think it's possible within...

AHH I see!
do you think it's possible within that player.pl file to designate who you can an cannot attack? or is that a source code thing?
Forum: General::General Discussion 02-13-2018, 03:26 PM
Replies: 15
Views: 7,788
Posted By caravellex
Where am I supposed to look to edit the function...

Where am I supposed to look to edit the function of isattackallowed. In the PEQ server pack, I've checked almost every .cpp file in zone, they reference Mob::Isattackallowed, but I cant find the...
Forum: General::General Discussion 02-13-2018, 02:05 PM
Replies: 15
Views: 7,788
Posted By caravellex
I've tried every ruleset listed in...

I've tried every ruleset listed in WorldPVPsettings with a full reboot each time and freshly made characters. the only one that does something is the tallon/vallon, which changes the color of the...
Forum: General::General Discussion 02-11-2018, 06:58 PM
Replies: 15
Views: 7,788
Posted By caravellex
Where to find PvP source code?

Hello, I was looking if there was publicly available server packs for enabling PvP on a server. As of now, the only thing I found was the old vztz source code dump in 2009, of anyone had other...
Forum: Support::General Support 02-03-2018, 11:57 PM
Replies: 4
Views: 2,105
Posted By caravellex
ahh I see! the difference would be that I...

ahh I see!
the difference would be that I wanted any NPC globally to buff the player if they get high enough faction. So editing the source code works well
Forum: Support::General Support 02-03-2018, 10:26 PM
Replies: 4
Views: 2,105
Posted By caravellex
Fixed

What would a script look like to do this?

Do you mean making a quest file for the npc?
Forum: Support::General Support 02-03-2018, 09:57 PM
Replies: 4
Views: 2,105
Posted By caravellex
Mobs buffing PCs

Hello, I've been trying to make NPCs buff players.

When I change this line of code from NPC_LIST to CLIENT_LIST the npcs buff players, but no longer buff other NPCS, how would I change it so they...
Forum: General::General Discussion 01-27-2018, 08:28 PM
Replies: 3
Views: 3,925
Posted By caravellex
Which client is most accessible right now?

Hey! I have both Titanium and RoF clients. RoF seems very hard to get, and I would guess more people have titanium installed by default.
Has anyone taken this into account when choosing which client...
Forum: Support::Windows Servers 01-26-2018, 03:40 PM
Replies: 4
Views: 2,309
Posted By caravellex
this might be how it would look? but paste this...

this might be how it would look? but paste this into line 121 when viewing in visual studio. This example is for melee skills

case BERSERKER:
case WARRIOR:
case MONK:
case...
Forum: Support::Windows Servers 01-26-2018, 12:59 PM
Replies: 4
Views: 2,309
Posted By caravellex
This is it, you could paste this into maxskill.h...

This is it, you could paste this into maxskill.h and change te skills and value
keep the sntax but replace the skill name, you can also edit thr values of 50 to make the cap a different level
...
Forum: Support::Windows Servers 01-23-2018, 10:05 PM
Replies: 1
Views: 1,886
Posted By caravellex
Ok, I found the issue - I had two entries in my...

Ok, I found the issue -
I had two entries in my router for port forwarding for 3306. When I deleted the rule for my laptop, and left the rule for my PC. EOC connected. So you aren't allowed to have...
Forum: Support::Windows Servers 01-23-2018, 09:54 PM
Replies: 1
Views: 1,886
Posted By caravellex
Can't connect to EOC on my PC, but can from laptop.

Heya. I setup using the easy windows install on my laptop, I followed all the forwarding rules and EOC worked and connected to the database on my laptop.
When I try to connect via my PC, I get...
Forum: Support::General Support 01-23-2018, 10:17 AM
Replies: 1
Views: 1,873
Posted By caravellex
Can you open a container within a container?

Hey, I've been trying to increase account shared bank slots somehow. My idea is to simply allow a bag to open from within a bag, can this be done?
Forum: Support::General Support 01-21-2018, 03:54 AM
Replies: 3
Views: 2,442
Posted By caravellex
Ohhhh yeah great point - not replacing the mobs...

Ohhhh yeah great point - not replacing the mobs at all but instead changing the faction for the team losing control of the npc would be the best way to do it.
Orrrr - if it was a race/diety pvp...
Forum: Support::Windows Servers 01-20-2018, 11:58 AM
Replies: 1
Views: 1,610
Posted By caravellex
I did do global load from this thread...

I did do global load from this thread http://www.eqemulator.org/forums/showthread.php?t=25003&highlight=Global+load

Perhaps that's messing it up somehow
Forum: Support::Windows Servers 01-20-2018, 11:13 AM
Replies: 1
Views: 1,610
Posted By caravellex
Guard and pet models standing a awkwardly without animating.

Hello, I did a fresh install of akkas server installer. I'm using titanium. The npc guard models for towns like highkeep, Freeport, felwithe as well as all summoned pets all stand with arms and legs...
Forum: Support::General Support 01-20-2018, 10:54 AM
Replies: 3
Views: 2,442
Posted By caravellex
Code for zone control pvp

So I have an idea, and I know generally how to connect it via quest commands, but no idea how to get the syntax correct.

The core of the idea is that when a certain pvp team captures a control...
Forum: Development::Development 01-20-2018, 12:46 AM
Replies: 1
Views: 3,030
Posted By caravellex
Anyone decent with PERL interested in partnering on a PVP server?

Hello! I'm a former content developer on Altergate and a few other servers. I've been interesting in starting a custom PvP server.
I'm very good at content design but am finding I am lacking in...
Forum: Support::General Support 01-19-2018, 05:05 PM
Replies: 9
Views: 3,235
Posted By caravellex
Ahh I see! Good point, I'll try to comment it...

Ahh I see! Good point, I'll try to comment it out. Thank you guys
Forum: Support::General Support 01-18-2018, 09:20 PM
Replies: 9
Views: 3,235
Posted By caravellex
I think it should still allow class restrictions...

I think it should still allow class restrictions at least
Forum: Support::Windows Servers 01-18-2018, 05:45 PM
Replies: 3
Views: 2,027
Posted By caravellex
TY for reply! Ahh shoot! So it's disabled by...

TY for reply!
Ahh shoot! So it's disabled by the fact there simply isn't code for it..
Forum: Support::Windows Servers 01-18-2018, 05:21 PM
Replies: 21
Views: 9,271
Posted By caravellex
I think that the PEQ database that comes with the...

I think that the PEQ database that comes with the simple server installer comes with those expansions!
Showing results 1 to 25 of 36

 
Forum Jump
   

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