Bonus Party XP script??
jpsweeney94
Member Posts: 93
I was curious if someone could help with the module i host with a script that is beyond me... Right now, playing with 2 players in a party in the same area, the XP is fine. But as soon as 3+ players are in a party in the same area, the XP takes a serious dip!! Anyone have any advice on a script that will increase XP/give some bonus XP when in a party of 3+ in the same area??
Thanks!!!
Thanks!!!
0
Comments
I haven't checked it, but you should get the idea.
thanks for the reply! will try soon.
Are you saying this script will need to be added to the onDeath script for all NPCs in the custom palette? There are hundreds in there and many have different scripts in their "onDeath" script drop down in their creature properties scripts tab... Is their some other way to apply this to all NPCs/monsters on death without editing every creature with a unique death script?
thanks
Alternatively if you just want everyone to have the same experience points you could add a module heartbeat script that loops through the party for max experience points. Then adjusts party members lower than max. It would work for a module with friends, but not for persistent world. It would only really work for a co-op module between friends, for a persistent world you really want to hook into the death event script I think.