You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ScriptConditions/Extras.cs
+92-4Lines changed: 92 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ public static bool IsAimingClass()
197
197
returnCore.Me.CurrentJobswitch
198
198
{
199
199
ClassJobType.Archer or ClassJobType.Bard or ClassJobType.Dancer or ClassJobType.Machinist=>true,
200
-
_ =>false
200
+
_ =>false
201
201
};
202
202
}
203
203
@@ -244,7 +244,7 @@ public static bool IsDiscipleofWarClass()
244
244
{
245
245
ClassJobType.Pugilist or ClassJobType.Monk or ClassJobType.Lancer or ClassJobType.Dragoon or ClassJobType.Samurai or ClassJobType.Rogue or ClassJobType.Ninja or ClassJobType.Archer or ClassJobType.Bard or ClassJobType.Dancer or ClassJobType.Machinist or ClassJobType.Marauder or ClassJobType.Warrior or ClassJobType.Gladiator or ClassJobType.Paladin or ClassJobType.Gunbreaker or ClassJobType.DarkKnight or ClassJobType.Reaper
246
246
#if RB_DT
247
-
or ClassJobType.Viper
247
+
or ClassJobType.Viper
248
248
#endif
249
249
=>true,
250
250
_ =>false
@@ -257,7 +257,7 @@ public static bool IsDiscipleofMagicClass()
257
257
{
258
258
ClassJobType.Arcanist or ClassJobType.Summoner or ClassJobType.Thaumaturge or ClassJobType.BlackMage or ClassJobType.RedMage or ClassJobType.BlueMage or ClassJobType.Scholar or ClassJobType.Conjurer or ClassJobType.WhiteMage or ClassJobType.Astrologian or ClassJobType.Sage
259
259
#if RB_DT
260
-
or ClassJobType.Pictomancer
260
+
or ClassJobType.Pictomancer
261
261
#endif
262
262
=>true,
263
263
_ =>false
@@ -293,11 +293,11 @@ public static bool IsNearShortcut(int npcId)
0 commit comments