FB/SS for 5165 weird bug...

02/25/2010 21:52 killersub#1
I did this with NO errors and debugged it fine...when I get into the game I can fb/ss anything EXCEPT players lol...that's jus no fun...can anyone hlp me put it so that it attack players too >.>, and yes it's for 5165 but it's just no fun when players can't fb/ss one another >.>...I have asked in that thread for over days now and no answer...so I though I would have luck here...anyways HELP ME PLEASE! :D
02/25/2010 22:44 pro4never#2
Sounds to me like you need to add/re-write the code for linear distance targets to add monsters/tnpc/guards to the target list before doing damage. Look at how the player code is done and use it as a guide to add the other stuff (assuming it isn't already added)

If not go through and fix the existing code.
02/25/2010 23:43 killersub#3
Quote:
Originally Posted by pro4never View Post
Sounds to me like you need to add/re-write the code for linear distance targets to add monsters/tnpc/guards to the target list before doing damage. Look at how the player code is done and use it as a guide to add the other stuff (assuming it isn't already added)

If not go through and fix the existing code.
that's what I simply don't get lol...I'm a starter at C# so I dunno wut u jus said lol...I have .Arco's code working well but it just doesn't attack players...could u give me like a "LITTLE" guide on what to find and what to fix(not so many things I kno ur busy)...
02/25/2010 23:44 Decker_#4
Can normal players fb/ss?
Or is it just PM's who can't fb/ss?
02/26/2010 00:01 killersub#5
Quote:
Originally Posted by Decker_ View Post
Can normal players fb/ss?
Or is it just PM's who can't fb/ss?
haven't tried dat lol...y u asking xD?
02/26/2010 00:18 Decker_#6
Because Arco released a code that that fixes so GM/PM's can PK.
But the code don't work for ss/fb.

To make this work you need to go to I think attack.cs and search for "GM" and delete the 2 results it comes up with.

I hope i'm right orelse I will be really embarassed, xD.
02/26/2010 00:24 CompacticCo#7
Quote:
Originally Posted by Decker_ View Post
Because Arco released a code that that fixes so GM/PM's can PK.
But the code don't work for ss/fb.

To make this work you need to go to I think attack.cs and search for "GM" and delete the 2 results it comes up with.

I hope i'm right orelse I will be really embarassed, xD.

embarrassed**
02/26/2010 00:44 Arcо#8
Quote:
Originally Posted by Decker_ View Post
Because Arco released a code that that fixes so GM/PM's can PK.
But the code don't work for ss/fb.

To make this work you need to go to I think attack.cs and search for "GM" and delete the 2 results it comes up with.

I hope i'm right orelse I will be really embarassed, xD.
Embarrassed.
Here's some advice, don't give advice unless you know what you are talking about, leave the coding questions to coders.

@killer
Check my GM/Pm pk thread, smythe posted something on there as well.