View Single Post
  #2  
Old 04-12-2008, 09:51 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

this:
Npc_faction_id: 20000 / Faction_id: 483 / Value: -1000 / Npc_Value: 1
Npc_faction_id: 20000 / Faction_id: 483 / Value: 100 / Npc_Value: -1

and this

Npc_faction_id: 20001 / Faction_id: 484 / Value: 10 / Npc_Value: -1
Npc_faction_id: 20001 / Faction_id: 484 / Value: -10 / Npc_Value: 1

dose not make any sence.

first you telling the server to:
faction 20000(primary 483) to assist each other and you loose 1k points to killing them
then you telling the server that faction 20000 kos to itself and you get 100 points for killing them.


same for 200001


what you should have is this:

Npc_faction_id: 20000 / Faction_id: 483 / Value: -1000 / Npc_Value: 1
Npc_faction_id: 20000 / Faction_id: 484 / Value: 100 / Npc_Value: -1

Npc_faction_id: 20001 / Faction_id: 484 / Value: -10 / Npc_Value: 1
Npc_faction_id: 20001 / Faction_id: 483 / Value: 10 / Npc_Value: -1

Last edited by ChaosSlayer; 04-13-2008 at 05:54 AM..
Reply With Quote