ao-libre / ao-libre/finisterra

Npc Respawn System

Offen
#77 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
feature to be discussed
Vorherrschende Sprache
Java
Sterne
133
Forks
37
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

### method-respawn-fix:
- current system

### method-respwn-aleatory-global:
```
positionRespawn = false
is positionRespawn <> true
createPosition = getPosition(ramdom(listMaps), random(99) , (random(99)) //Map, x, y
createPosition is empy?
createPosition there is a user less than 10 positions?
positionRespawn = true
return
```
### method-respwn-aleatory-local:
```
positionRespawn = false
is positionRespawn <> true
createPosition = getPosition(**currentMap**, random(99) , (random(99)) //Map, x, y
createPosition is empy?
createPosition there is a user less than 10 positions?
positionRespawn = true
return
```
### method-respawn-aleatory-area:
- to be discussed

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.