used external compiler

changed city areas to no pvp
This commit is contained in:
EpicValor 2023-12-21 22:13:45 -06:00
parent 7d3588ce00
commit 46c4c251e8
14 changed files with 16 additions and 16 deletions

View File

@ -112,7 +112,7 @@
}, },
"PlayerVsPlayer": { "PlayerVsPlayer": {
"type": "byte", "type": "byte",
"value": 3 "value": 0
}, },
"ResRef": { "ResRef": {
"type": "resref", "type": "resref",
@ -41484,7 +41484,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 24 "value": 25
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -112,7 +112,7 @@
}, },
"PlayerVsPlayer": { "PlayerVsPlayer": {
"type": "byte", "type": "byte",
"value": 3 "value": 0
}, },
"ResRef": { "ResRef": {
"type": "resref", "type": "resref",
@ -38818,7 +38818,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 14 "value": 15
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -112,7 +112,7 @@
}, },
"PlayerVsPlayer": { "PlayerVsPlayer": {
"type": "byte", "type": "byte",
"value": 3 "value": 0
}, },
"ResRef": { "ResRef": {
"type": "resref", "type": "resref",
@ -41484,7 +41484,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 14 "value": 15
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -112,7 +112,7 @@
}, },
"PlayerVsPlayer": { "PlayerVsPlayer": {
"type": "byte", "type": "byte",
"value": 3 "value": 0
}, },
"ResRef": { "ResRef": {
"type": "resref", "type": "resref",
@ -41484,7 +41484,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 12 "value": 13
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -112,7 +112,7 @@
}, },
"PlayerVsPlayer": { "PlayerVsPlayer": {
"type": "byte", "type": "byte",
"value": 3 "value": 0
}, },
"ResRef": { "ResRef": {
"type": "resref", "type": "resref",
@ -41484,7 +41484,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 90 "value": 91
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -112,7 +112,7 @@
}, },
"PlayerVsPlayer": { "PlayerVsPlayer": {
"type": "byte", "type": "byte",
"value": 3 "value": 0
}, },
"ResRef": { "ResRef": {
"type": "resref", "type": "resref",
@ -806,7 +806,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 19 "value": 20
}, },
"Width": { "Width": {
"type": "int", "type": "int",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -18,9 +18,9 @@ void main()
//:: Send Under Construction message //:: Send Under Construction message
SendMessageToPC(oPC, "This server is under active development and could go down arbitrarily. Admin will try to give notice beforehand."); SendMessageToPC(oPC, "This server is under active development and could go down arbitrarily. Admin will try to give notice beforehand.");
DelayCommand(10.0, ExecuteScript("prc_onenter", OBJECT_SELF)); DelayCommand(1.0, ExecuteScript("prc_onenter", OBJECT_SELF));
DelayCommand(11.0, ExecuteScript("_oncliententer", OBJECT_SELF)); DelayCommand(1.0, ExecuteScript("_oncliententer", OBJECT_SELF));
AssignCommand(oPC, DelayCommand (10.0, ClearAllActions(TRUE))); AssignCommand(oPC, DelayCommand (1.0, ClearAllActions(TRUE)));
AssignCommand(oPC, DelayCommand(10.2, PlayAnimation(ANIMATION_LOOPING_TALK_NORMAL, 1.0, 0.5))); AssignCommand(oPC, DelayCommand(1.2, PlayAnimation(ANIMATION_LOOPING_TALK_NORMAL, 1.0, 0.5)));
} }

Binary file not shown.