Ver código fonte

more werk

tags/v0.1.10^2
big bad waffle 6 anos atrás
pai
commit
4b91005f5b
4 arquivos alterados com 26 adições e 11 exclusões
  1. +1
    -1
      src/server/components/aggro.js
  2. +16
    -0
      src/server/config/maps/sewer/zone.js
  3. +9
    -9
      src/server/config/maps/tutorial/map.json
  4. +0
    -1
      src/server/config/zoneBase.js

+ 1
- 1
src/server/components/aggro.js Ver arquivo

@@ -149,7 +149,7 @@ define([
return false;

var faction = target.aggro.faction;
if (faction == null)
if ((faction == null) || (!this.faction))
return false;

var rep = this.obj.reputation;


+ 16
- 0
src/server/config/maps/sewer/zone.js Ver arquivo

@@ -93,6 +93,22 @@ module.exports = {
},
level: 16,

regular: {
drops: {
rolls: 1,
noRandom: true,
alsoRandom: true,
blueprints: [{
chance: 100,
type: 'key',
name: 'Rusted Key',
keyId: 'rustedSewer',
singleUse: true,
sprite: [12, 1]
}]
}
},

rare: {
count: 0
}


+ 9
- 9
src/server/config/maps/tutorial/map.json
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 0
- 1
src/server/config/zoneBase.js Ver arquivo

@@ -12,7 +12,6 @@ define([
mobs: {
default: {
level: 1,
faction: 1,
walkDistance: 1,

spells: [{


Carregando…
Cancelar
Salvar