Script references patch
Cleared issue in a few scripts which would be trying to access Java Math library methods with unexpected parameter types. Fixed EllinPQ rewarder NPC handing out an unexpected itemid to the player. Cleared SQL foreign key constraint statement no longer supposed to be used.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "02st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "03st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "04st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "05st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "06st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "07st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "08st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "09st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "10st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "11st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "12st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "13st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "14st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "15st");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
function enter(pi) {
|
||||
if (java.lang.Math.random() < 0.1) {
|
||||
if (Math.random() < 0.1) {
|
||||
pi.playPortalSound(); pi.warp(930000300,"16st");
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(930000300, "01st");
|
||||
|
||||
Reference in New Issue
Block a user