|
|
|
@ -489,8 +489,15 @@ public class InfoCmd extends AbstractDevCmd {
@@ -489,8 +489,15 @@ public class InfoCmd extends AbstractDevCmd {
|
|
|
|
|
output += "Curr Loc : " + targetMob.getLoc() + newline; |
|
|
|
|
} else { |
|
|
|
|
output += newline; |
|
|
|
|
output += "No building found."; |
|
|
|
|
output += "No building found." + newline; |
|
|
|
|
} |
|
|
|
|
int max = 200 + (targetMob.level * 3); |
|
|
|
|
if(max > 320){ |
|
|
|
|
max = 320; |
|
|
|
|
} |
|
|
|
|
int min = targetMob.level * 2; |
|
|
|
|
output += "Min Loot Roll = " + min; |
|
|
|
|
output += "Max Loot Roll = " + max; |
|
|
|
|
break; |
|
|
|
|
case Item: //intentional passthrough
|
|
|
|
|
case MobLoot: |
|
|
|
|