mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 16:49:04 +00:00
Voting Setup & Made SettingsLoader a tiny bit cleaner (#53)
This commit is contained in:
committed by
Daniel Ginovker
parent
fc45ec3548
commit
6cfca2886a
@@ -42,7 +42,7 @@ public abstract class Player {
|
||||
doorDelay, doubleDoorDelay, buySlayerTimer, lastIncrease,
|
||||
boneDelay, botAttempts, leverDelay = 0, farmTime, searchObjectDelay = 0;
|
||||
|
||||
private Npc specialTarget = null;
|
||||
private Npc specialTarget = null;
|
||||
public void setSpecialTarget(Npc target) {
|
||||
this.specialTarget = target;
|
||||
}
|
||||
@@ -83,14 +83,14 @@ public abstract class Player {
|
||||
isHarvesting, openDuel = false, killedJad = false, canHealersRespawn = true, playerIsBusy = false, miningRock,
|
||||
randomEventsEnabled = false, debugMode = false;
|
||||
|
||||
public int thankedForDonation, saveDelay, playerKilled, gertCat, restGhost,
|
||||
public int votePoints, thankedForDonation, saveDelay, playerKilled, gertCat, restGhost,
|
||||
romeojuliet, runeMist, vampSlayer, cookAss, doricQuest,
|
||||
dragonSlayerQuestStage, sheepShear, impsC, randomActions, pkPoints,
|
||||
totalPlayerDamageDealt, killedBy, lastChatId = 1, privateChat,
|
||||
friendSlot = 0, dialogueId, randomCoffin, newLocation, specEffect,
|
||||
specBarId, attackLevelReq, defenceLevelReq, strengthLevelReq,
|
||||
rangeLevelReq, magicLevelReq, slayerLevelReq, agilityLevelReq,
|
||||
followId, skullTimer, votingPoints, nextChat = 0, talkingNpc = -1,
|
||||
followId, skullTimer, nextChat = 0, talkingNpc = -1,
|
||||
dialogueAction = 0, autocastId, followDistance, followId2,
|
||||
barrageCount = 0, delayedDamage = 0, delayedDamage2 = 0,
|
||||
pcPoints = 0, magePoints = 0, desertTreasure = 0,
|
||||
|
||||
Reference in New Issue
Block a user