|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days. |
01-04-2004, 12:54 PM
|
Fire Beetle
|
|
Join Date: Dec 2003
Posts: 6
|
|
Fix for Bind Sight
Here is spells.cpp change, I made it so the bind sight line of spells actually works
Spells.cpp line 1894
Code:
else{
caston->source_id = caster->GetID();
castbuff->source_id = caster->GetID();
}
// UNALTERED CODE ABOVE (That goes for you trumpcard :p)
// incubus - Added the bind sight line of spells, just had to change target_id
// I believe it also adds a stamina loss, so I'll have to add that
if(spell_id == 500 /* bind sight */ || spell_id == 407 /* cast sight */) // Bind Sight line of spells
{
caston->target_id = caster->GetID();
castbuff->target_id = caster->GetID();
}
else {
caston->target_id = this->GetID();
castbuff->target_id = this->GetID();
}
// UNALTERED CODE BELOW (Again, there you go trumpcard, not that hard now was it? :p)
caston->action = 231;
caston->spell_id = spell_id;
castbuff->spell_id = spell_id;
|
01-04-2004, 12:59 PM
|
Hill Giant
|
|
Join Date: Mar 2003
Location: West Virginia
Posts: 184
|
|
So this is for the horrible vision for servers? Lately that's been a little annoying.
|
01-04-2004, 02:48 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
|
|
Since you didnt post as a diff, or include any lines of unaltered code, I really cant even consider trying to merge this in. Our line numbers probably dont match yours so its nearly impossible to be sure where this needs to go...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|
01-04-2004, 02:53 PM
|
Fire Beetle
|
|
Join Date: Dec 2003
Posts: 6
|
|
whaaaa
Ok to the horrible vision for severs, I have no idea what you are talking about.
As to trumpcard, How am i supposed to note lines that differ? I checked the snippet thread and it looked like i posted it how you want it....
|
01-04-2004, 02:55 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
|
|
seg, you didnt include any of the NON altered source, only a line where your change is supposed to start.
My line numbers are completely different, so how am i supposed to know where to put this, so im asking for a segment of UNALTERED code before and after so I have a reference point...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|
01-04-2004, 02:56 PM
|
Fire Beetle
|
|
Join Date: Dec 2003
Posts: 6
|
|
There you go
There you go trumpcard, look at it now :p I in fact DID have lines of unaltered code
|
01-04-2004, 02:58 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
|
|
Yep, you're right, you did.. For some reason when i searched for that 1st string initially in VS, it didnt locate it. I assumed you only included new code based on that. My apologies.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|
01-04-2004, 03:01 PM
|
Fire Beetle
|
|
Join Date: Dec 2003
Posts: 6
|
|
np
No problemo, tell me if it works for you
|
01-06-2004, 12:15 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 2,073
|
|
nope this code does not work.
__________________
Shawn319
Semi-Retired EQ Addict
(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support
(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
|
01-06-2004, 02:59 PM
|
Sarnak
|
|
Join Date: Oct 2003
Location: City of Angels
Posts: 61
|
|
JohnnyRev... Bind sight lets you see from somone elses eyes, it's a level 12 Enchanter Spell lol.. it doesn't make your sight better at all..
|
01-06-2004, 03:34 PM
|
Fire Beetle
|
|
Join Date: Dec 2003
Posts: 6
|
|
uhhh
Uhhh shawn, I know for a fact the code does work. Make sure that you updated your Zone.exe in your server and make sure you casted bind sight on another mob. It should instantly put your view into their view. I can even send you a working Zone.exe of the bind site working, anyone else try to get it working?
|
01-07-2004, 12:20 AM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 2,073
|
|
It's supposed to work on players too though. thats what i tested it on. I have been with EQEmu since it was called AGXEmu 1.0. i think i know how to update my zone.exe =)
and there more than just those two spells for Bind Sight =P
__________________
Shawn319
Semi-Retired EQ Addict
(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support
(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
|
01-07-2004, 12:36 AM
|
Fire Beetle
|
|
Join Date: Dec 2003
Posts: 6
|
|
Aaah
Aaah okay good point, players too, Ill get that working.
IT DOES work on mobs though :p
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 09:36 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|