mirror of
https://gitlab.com/2009scape/singleplayer/windows.git
synced 2026-08-28 05:45:17 -06:00
Updated to 2009Scape dev build - Aug 18th 2021
Built from commit: 481dccf126
This commit is contained in:
parent
5565fe9a0d
commit
203de1a3fa
51 changed files with 630160 additions and 280310 deletions
BIN
client.jar
BIN
client.jar
Binary file not shown.
|
|
@ -3,6 +3,7 @@
|
|||
"ip_management" : "localhost",
|
||||
"server_port": 43594,
|
||||
"wl_port": 5555,
|
||||
"js5_port": 43593,
|
||||
"world": 1,
|
||||
|
||||
"customization": {
|
||||
|
|
|
|||
33
data/RDT.xml
33
data/RDT.xml
|
|
@ -1,25 +1,28 @@
|
|||
<RDT>
|
||||
<item id="995" minAmt="3000" maxAmt="3000" weight="12"/>
|
||||
<item id="2363" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1615" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1452" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1462" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="886" minAmt="150" maxAmt="150" weight="10"/>
|
||||
<item id="443" minAmt="100" maxAmt="100" weight="7"/>
|
||||
<item id="561" minAmt="1" maxAmt="67" weight="7"/>
|
||||
<item id="892" minAmt="1" maxAmt="20" weight="7"/>
|
||||
<item id="886" minAmt="150" maxAmt="150" weight="7"/>
|
||||
<item id="2363" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1623" minAmt="1" maxAmt="1" weight="12"/>
|
||||
<item id="1621" minAmt="1" maxAmt="1" weight="10"/>
|
||||
<item id="1619" minAmt="1" maxAmt="1" weight="8"/>
|
||||
<item id="1617" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1615" minAmt="1" maxAmt="1" weight="5"/>
|
||||
<item id="560" minAmt="45" maxAmt="45" weight="6"/>
|
||||
<item id="563" minAmt="45" maxAmt="45" weight="6"/>
|
||||
<item id="561" minAmt="67" maxAmt="67" weight="6"/>
|
||||
<item id="892" minAmt="42" maxAmt="42" weight="6"/>
|
||||
<item id="1319" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1373" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1185" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1623" minAmt="1" maxAmt="1" weight="12"/>
|
||||
<item id="1621" minAmt="1" maxAmt="1" weight="12"/>
|
||||
<item id="1619" minAmt="1" maxAmt="1" weight="12"/>
|
||||
<item id="1452" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1462" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1601" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="830" minAmt="5" maxAmt="5" weight="3"/>
|
||||
<item id="987" minAmt="1" maxAmt="1" weight="3"/>
|
||||
<item id="985" minAmt="1" maxAmt="1" weight="3"/>
|
||||
<item id="829" minAmt="20" maxAmt="20" weight="6"/>
|
||||
<item id="830" minAmt="5" maxAmt="5" weight="4"/>
|
||||
<item id="987" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="985" minAmt="1" maxAmt="1" weight="7"/>
|
||||
<item id="1149" minAmt="1" maxAmt="1" weight="3"/>
|
||||
<item id="1201" minAmt="1" maxAmt="1" weight="3"/>
|
||||
<item id="1201" minAmt="1" maxAmt="1" weight="4"/>
|
||||
<item id="1247" minAmt="1" maxAmt="1" weight="1"/>
|
||||
<item id="2366" minAmt="1" maxAmt="1" weight="1"/>
|
||||
<item id="1249" minAmt="1" maxAmt="1" weight="1"/>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -19,7 +19,7 @@ import java.util.ArrayList;
|
|||
@ScriptManifest(name = "Fetch data10", author = "b4", version = 2, logo = "", info = "info")
|
||||
public class Reader extends Script {
|
||||
|
||||
private ArrayList<String> names = new ArrayList<>();
|
||||
private ArrayList<String> names = new ArrayList<>(20);
|
||||
|
||||
@Override
|
||||
public int onLoop() {
|
||||
|
|
|
|||
BIN
data/cache/main_file_cache.dat2
vendored
BIN
data/cache/main_file_cache.dat2
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx10
vendored
BIN
data/cache/main_file_cache.idx10
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx11
vendored
BIN
data/cache/main_file_cache.idx11
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx12
vendored
BIN
data/cache/main_file_cache.idx12
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx13
vendored
BIN
data/cache/main_file_cache.idx13
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx14
vendored
BIN
data/cache/main_file_cache.idx14
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx15
vendored
BIN
data/cache/main_file_cache.idx15
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx16
vendored
BIN
data/cache/main_file_cache.idx16
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx17
vendored
BIN
data/cache/main_file_cache.idx17
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx18
vendored
BIN
data/cache/main_file_cache.idx18
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx19
vendored
BIN
data/cache/main_file_cache.idx19
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx20
vendored
BIN
data/cache/main_file_cache.idx20
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx21
vendored
BIN
data/cache/main_file_cache.idx21
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx22
vendored
BIN
data/cache/main_file_cache.idx22
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx23
vendored
BIN
data/cache/main_file_cache.idx23
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx24
vendored
BIN
data/cache/main_file_cache.idx24
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx25
vendored
BIN
data/cache/main_file_cache.idx25
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx255
vendored
BIN
data/cache/main_file_cache.idx255
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx26
vendored
BIN
data/cache/main_file_cache.idx26
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx27
vendored
BIN
data/cache/main_file_cache.idx27
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx28
vendored
BIN
data/cache/main_file_cache.idx28
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx3
vendored
BIN
data/cache/main_file_cache.idx3
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx4
vendored
BIN
data/cache/main_file_cache.idx4
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx5
vendored
BIN
data/cache/main_file_cache.idx5
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx6
vendored
BIN
data/cache/main_file_cache.idx6
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx7
vendored
BIN
data/cache/main_file_cache.idx7
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx8
vendored
BIN
data/cache/main_file_cache.idx8
vendored
Binary file not shown.
BIN
data/cache/main_file_cache.idx9
vendored
BIN
data/cache/main_file_cache.idx9
vendored
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
|
@ -15,6 +15,10 @@
|
|||
"item_id": "88",
|
||||
"loc_data": "{1,2654,9767,0,4587583}"
|
||||
},
|
||||
{
|
||||
"item_id": "185",
|
||||
"loc_data": "{1,2467,3176,0,7209050}"
|
||||
},
|
||||
{
|
||||
"item_id": "223",
|
||||
"loc_data": "{1,3128,9956,0,7864410}-{1,3129,9954,0,7864410}-{1,3126,9958,0,7864410}-{1,3117,9951,0,7864410}-{1,3118,9948,0,7864410}-{1,3119,9949,0,7864410}-{1,3179,9881,0,7864410}-{1,3177,9880,0,7864410}"
|
||||
|
|
@ -427,6 +431,10 @@
|
|||
"item_id": "2347",
|
||||
"loc_data": "{1,2934,3286,0,7209050}-{1,2579,3463,0,5242920}-{1,2975,3368,1,5898270}"
|
||||
},
|
||||
{
|
||||
"item_id": "2351",
|
||||
"loc_data": "{1,3062,3657,0,11141270}"
|
||||
},
|
||||
{
|
||||
"item_id": "2357",
|
||||
"loc_data": "{1,3192,9822,0,11141270}"
|
||||
|
|
@ -511,8 +519,24 @@
|
|||
"item_id": "5008",
|
||||
"loc_data": "{1,3230,9609,0,300}"
|
||||
},
|
||||
{
|
||||
"item_id": "7510",
|
||||
"loc_data": "{1,2867,9875,0,300}"
|
||||
},
|
||||
{
|
||||
"item_id": "1913",
|
||||
"loc_data": "{1,2863,9875,0,300}-{1,2861,9878,0,300}"
|
||||
},
|
||||
{
|
||||
"item_id": "4619",
|
||||
"loc_data": "{1,2713,4913,0,2}"
|
||||
},
|
||||
{
|
||||
"item_id": "2964",
|
||||
"loc_data": "{1,3437,3337,0,100}"
|
||||
},
|
||||
{
|
||||
"item_id": "2957",
|
||||
"loc_data": "{1,3443,9742,0,100}-{1,3443,9742,1,100}"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1067,6 +1067,12 @@
|
|||
"indexId": "365",
|
||||
"borders": "{1792,4352,1855,4415}-{1920,4352,1983,4415}"
|
||||
},
|
||||
{
|
||||
"id": "220",
|
||||
"name": "Island of the Trolls",
|
||||
"indexId": "441",
|
||||
"borders": "{2304,3842,2428,3901}"
|
||||
},
|
||||
{
|
||||
"id": "241",
|
||||
"name": "Stagnant",
|
||||
|
|
@ -1247,6 +1253,12 @@
|
|||
"indexId": "221",
|
||||
"borders": ""
|
||||
},
|
||||
{
|
||||
"id": "273",
|
||||
"name": "Easter Jig",
|
||||
"indexId": "475",
|
||||
"borders": ""
|
||||
},
|
||||
{
|
||||
"id": "277",
|
||||
"name": "Haunted Mine",
|
||||
|
|
@ -2248,5 +2260,23 @@
|
|||
"name": "Too Many Cooks...",
|
||||
"indexId": "398",
|
||||
"borders": "{2944,9856,3007,9919}"
|
||||
},
|
||||
{
|
||||
"id": "222",
|
||||
"name": "Major Miner",
|
||||
"indexId": "437",
|
||||
"borders": "{2403,10186,2409,10192}"
|
||||
},
|
||||
{
|
||||
"id": "223",
|
||||
"name": "Norse Code",
|
||||
"indexId": "439",
|
||||
"borders": "{2404,3797,2421,3820}"
|
||||
},
|
||||
{
|
||||
"id": "225",
|
||||
"name": "Volcanic Vikings",
|
||||
"indexId": "440",
|
||||
"borders": "{2304,3785,2635,3818}"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -125,7 +125,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "41",
|
||||
"loc_data": "{3197,3356,0,1,4}-{3234,3297,0,1,3}-{3230,3296,0,1,5}-{3236,3288,0,1,6}-{3236,3300,0,1,2}-{3231,3308,0,1,3}-{2965,3336,0,1,4}-{3110,9573,0,1,6}-{2655,3441,0,1,6}-{2649,3438,0,1,7}-{2649,3446,0,1,6}-{2653,3444,0,1,6}-{2647,3441,0,1,1}-{2784,3062,0,1,4}-{2789,3063,0,1,4}-{3160,3082,0,1,3}-{3140,3096,0,1,3}-{3140,3093,0,1,0}-{3138,3094,0,1,1}-{3140,3093,0,1,3}-{3138,3093,0,1,1}-{3138,3094,0,1,0}-{3189,3278,0,1,3}-{3187,3276,0,1,5}-{3188,3278,0,1,4}-{2851,3370,0,1,3}-{2846,3374,0,1,3}-{2853,3372,0,1,3}-{2847,3373,0,1,3}-{2850,3371,0,1,1}-{2851,3373,0,1,4}-{2852,3370,0,1,4}-{3234,3293,0,1,4}-{3229,3298,0,1,1}-{3228,3296,0,1,4}-{2815,3560,0,1,7}-{2819,3561,0,1,4}-{2818,3559,0,1,6}-{3140,3093,0,1,1}-{2674,3652,0,1,3}-{2672,3655,0,1,6}-{2677,3655,0,1,6}"
|
||||
"loc_data": "{3197,3356,0,1,4}-{3234,3297,0,1,3}-{3230,3296,0,1,5}-{3236,3288,0,1,6}-{3236,3300,0,1,2}-{3231,3308,0,1,3}-{2965,3336,0,1,4}-{3110,9573,0,1,6}-{2655,3441,0,1,6}-{2649,3438,0,1,7}-{2649,3446,0,1,6}-{2653,3444,0,1,6}-{2647,3441,0,1,1}-{2784,3062,0,1,4}-{2789,3063,0,1,4}-{3160,3082,0,1,3}-{3140,3096,0,1,3}-{3140,3093,0,1,0}-{3138,3094,0,1,1}-{3140,3093,0,1,3}-{3138,3093,0,1,1}-{3138,3094,0,1,0}-{3189,3278,0,1,3}-{3187,3276,0,1,5}-{3188,3278,0,1,4}-{2851,3370,0,1,3}-{2846,3374,0,1,3}-{2853,3372,0,1,3}-{2847,3373,0,1,3}-{2850,3371,0,1,1}-{2851,3373,0,1,4}-{2852,3370,0,1,4}-{3234,3293,0,1,4}-{3229,3298,0,1,1}-{3228,3296,0,1,4}-{2815,3560,0,1,7}-{2819,3561,0,1,4}-{2818,3559,0,1,6}-{3140,3093,0,1,1}-{2674,3652,0,1,3}-{2672,3655,0,1,6}-{2677,3655,0,1,6}-{2694,3274,0,1,6}-{2695,3275,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "42",
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "49",
|
||||
"loc_data": "{2861,9838,0,1,3}-{2858,9842,0,1,4}-{2854,9847,0,1,5}-{2857,9850,0,1,7}-{2865,9849,0,1,6}-{2869,9838,0,1,6}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}"
|
||||
"loc_data": "{2861,9838,0,1,3}-{2858,9842,0,1,4}-{2854,9847,0,1,5}-{2857,9850,0,1,7}-{2865,9849,0,1,6}-{2869,9838,0,1,6}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}-{2735,9692,0,1,1}-{2732,9687,0,1,1}-{2733,9688,0,1,1}-{2734,9690,0,1,1}-{2733,9686,0,1,1}-{2732,9692,0,1,1}-{2736,9685,0,1,1}-{2730,9691,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "50",
|
||||
|
|
@ -373,7 +373,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "115",
|
||||
"loc_data": "{2572,3028,0,1,2}-{2550,3046,0,1,4}-{2572,3034,0,1,3}-{2576,3026,0,1,4}-{2534,2975,0,1,1}-{2518,2974,0,1,1}-{2573,2987,0,1,1}-{2592,2967,0,1,3}-{2589,2961,0,0,2}-{2575,2989,0,1,0}-{2574,2992,0,1,4}-{2521,2974,0,1,4}-{2500,3092,0,1,6}-{2524,3375,0,1,3}-{2524,3374,0,1,3}-{2529,3374,0,1,3}-{2532,3375,0,1,1}-{2532,3373,0,1,1}-{2527,3376,0,1,6}-{2525,3373,0,1,7}-{2525,3373,0,1,5}-{2511,3086,0,1,1}-{2511,3084,0,1,3}-{2503,3114,0,1,6}-{2509,3120,0,1,4}-{2506,3107,0,1,4}-{2500,3112,0,1,4}-{2521,3045,0,1,6}-{2517,3043,0,1,5}-{2500,3095,0,1,3}-{2497,3090,0,1,4}-{2502,3099,0,1,4}-{2504,3097,0,1,4}-{2503,3134,0,1,3}-{2554,3196,0,1,7}-{2519,3039,0,1,4}"
|
||||
"loc_data": "{2572,3028,0,1,2}-{2550,3046,0,1,4}-{2572,3034,0,1,3}-{2576,3026,0,1,4}-{2534,2975,0,1,1}-{2518,2974,0,1,1}-{2573,2987,0,1,1}-{2592,2967,0,1,3}-{2589,2961,0,0,2}-{2575,2989,0,1,0}-{2574,2992,0,1,4}-{2521,2974,0,1,4}-{2500,3092,0,1,6}-{2524,3375,0,1,3}-{2524,3374,0,1,3}-{2529,3374,0,1,3}-{2532,3375,0,1,1}-{2532,3373,0,1,1}-{2527,3376,0,1,6}-{2525,3373,0,1,7}-{2525,3373,0,1,5}-{2511,3086,0,1,1}-{2511,3084,0,1,3}-{2503,3114,0,1,6}-{2509,3120,0,1,4}-{2506,3107,0,1,4}-{2500,3112,0,1,4}-{2521,3045,0,1,6}-{2517,3043,0,1,5}-{2500,3095,0,1,3}-{2497,3090,0,1,4}-{2502,3099,0,1,4}-{2504,3097,0,1,4}-{2503,3134,0,1,3}-{2554,3196,0,1,7}-{2519,3039,0,1,4}-{2722,9701,0,1,1}-{2720,9715,0,1,1}-{2721,9669,0,1,1}-{2722,9707,0,1,1}-{2723,9716,0,1,1}-{2717,9669,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "116",
|
||||
|
|
@ -391,6 +391,10 @@
|
|||
"npc_id": "119",
|
||||
"loc_data": "{3248,3794,0,1,1}-{2925,9766,0,1,7}-{2921,9758,0,1,3}-{2935,9770,0,1,1}-{2935,9761,0,1,0}-{3029,10313,0,1,4}-{3028,10309,0,1,4}-{3033,10311,0,1,6}-{3035,10309,0,1,1}-{3035,10313,0,1,1}-{3244,3797,0,1,3}-{3245,3790,0,1,4}-{3239,3781,0,1,5}-{3253,3791,0,1,1}-{3245,3802,0,1,1}-{3250,3808,0,1,3}-{3246,3800,0,1,6}-{3246,3795,0,1,2}"
|
||||
},
|
||||
{
|
||||
"npc_id": "120",
|
||||
"loc_data": "{2874,9880,0,1,0}-{2861,9874,0,1,0}-{2863,9874,0,1,0}-{2866,9874,0,1,0}-{2865,9877,0,1,0}-{2864,9877,0,1,0}-{2861,9877,0,1,0}-{2867,9877,0,1,0}-{2867,9879,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "122",
|
||||
"loc_data": "{2996,9574,0,1,6}-{3007,9579,0,1,7}-{3001,9580,0,1,4}-{3018,9580,0,1,3}-{3021,9585,0,1,4}-{3024,9582,0,1,4}-{2507,3726,0,1,2}-{2523,3724,0,1,3}-{2535,9556,0,1,4}"
|
||||
|
|
@ -465,7 +469,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "151",
|
||||
"loc_data": "{2756,3156,0,1,4}-{2760,3152,0,1,6}"
|
||||
"loc_data": "{2756,3156,0,0,4}-{2760,3152,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "152",
|
||||
|
|
@ -499,14 +503,6 @@
|
|||
"npc_id": "170",
|
||||
"loc_data": "{2890,3175,0,1,4}"
|
||||
},
|
||||
{
|
||||
"npc_id": "172",
|
||||
"loc_data": "{3225,3369,0,1,3}-{3226,3371,0,1,7}-{3230,3372,0,1,0}-{3230,3370,0,1,3}-{3229,3368,0,1,1}-{3227,3367,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "174",
|
||||
"loc_data": "{3095,3232,0,1,6}-{3095,3231,0,1,0}-{3225,3370,0,1,4}-{3230,3370,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "175",
|
||||
"loc_data": "{3084,3495,0,1,4}-{2994,9549,0,1,6}-{2993,9551,0,1,6}-{2995,9555,0,1,6}-{2999,9548,0,1,0}-{3182,3365,0,1,6}"
|
||||
|
|
@ -833,7 +829,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "309",
|
||||
"loc_data": "{2273,3247,0,0,4}-{2267,3253,0,0,4}-{2266,3253,0,0,4}-{2262,3249,0,0,4}-{2716,3530,0,0,0}-{2561,3374,0,0,4}-{2562,3374,0,0,4}-{2633,3693,0,0,4}-{2633,3694,0,0,4}-{2215,3248,0,0,4}-{2217,3245,0,0,4}-{2213,3241,0,0,4}-{3104,3424,0,0,0}-{3104,3425,0,0,0}-{2566,3370,0,0,0}-{2637,3444,0,0,0}-{2471,3146,0,0,4}-{2465,3156,0,0,4}-{2461,3150,0,0,4}-{2678,3595,0,0,4}-{2689,3598,0,0,4}"
|
||||
"loc_data": "{2860,2976,0,0,4}-{2856,2977,0,0,4}-{2852,2973,0,0,4}-{2267,3253,0,0,4}-{2266,3253,0,0,4}-{2262,3249,0,0,4}-{2716,3530,0,0,0}-{2561,3374,0,0,4}-{2562,3374,0,0,4}-{2633,3693,0,0,4}-{2633,3694,0,0,4}-{2215,3248,0,0,4}-{2217,3245,0,0,4}-{2213,3241,0,0,4}-{3104,3424,0,0,0}-{3104,3425,0,0,0}-{2566,3370,0,0,0}-{2637,3444,0,0,0}-{2471,3146,0,0,4}-{2465,3156,0,0,4}-{2461,3150,0,0,4}-{2678,3595,0,0,4}-{2689,3598,0,0,4}"
|
||||
},
|
||||
{
|
||||
"npc_id": "310",
|
||||
|
|
@ -857,7 +853,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "323",
|
||||
"loc_data": "{3259,3204,0,0,3}-{3248,3161,0,0,4}-{3259,3206,0,0,3}-{2516,3575,0,0,7}-{2511,3562,0,0,7}-{2498,3547,0,0,7}"
|
||||
"loc_data": "{2926,3177,0,0,6}-{3259,3204,0,0,3}-{3248,3161,0,0,4}-{3259,3206,0,0,3}-{2516,3575,0,0,7}-{2511,3562,0,0,7}-{2498,3547,0,0,7}"
|
||||
},
|
||||
{
|
||||
"npc_id": "324",
|
||||
|
|
@ -873,11 +869,11 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "333",
|
||||
"loc_data": "{2845,3429,0,0,6}-{2923,3178,0,0,6}-{2923,3180,0,0,6}-{2926,3180,0,0,6}-{2926,3177,0,0,6}-{2602,3411,0,0,3}-{2605,3413,0,0,3}-{2609,3416,0,0,3}-{2610,3413,0,0,3}-{2605,3421,0,0,1}-{2602,3423,0,0,1}-{2603,3426,0,0,1}-{3128,3510,0,0,1}"
|
||||
"loc_data": "{2845,3429,0,0,6}-{2923,3178,0,0,6}-{2923,3180,0,0,6}-{2926,3180,0,0,6}-{2602,3411,0,0,3}-{2605,3413,0,0,3}-{2609,3416,0,0,3}-{2610,3413,0,0,3}-{2605,3421,0,0,1}-{2602,3423,0,0,1}-{2603,3426,0,0,1}-{3128,3510,0,0,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "334",
|
||||
"loc_data": "{2164,3282,0,0,4}-{2162,3274,0,0,4}-{2639,3698,0,0,4}-{2642,3698,0,0,4}-{2699,2702,0,0,4}-{2694,2706,0,0,4}-{2700,2702,0,0,4}-{2707,2698,0,0,4}-{2612,3411,0,0,0}-{2627,3415,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}"
|
||||
"loc_data": "{2165,3268,0,0,4}-{2162,3274,0,0,4}-{2639,3698,0,0,4}-{2642,3698,0,0,4}-{2699,2702,0,0,4}-{2694,2706,0,0,4}-{2700,2702,0,0,4}-{2707,2698,0,0,4}-{2612,3411,0,0,0}-{2627,3415,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "336",
|
||||
|
|
@ -1123,13 +1119,9 @@
|
|||
"npc_id": "425",
|
||||
"loc_data": "{2717,5332,0,1,7}"
|
||||
},
|
||||
{
|
||||
"npc_id": "428",
|
||||
"loc_data": "{2361,5209,0,1,4}-{2359,5213,0,1,1}-{2364,5215,0,1,6}-{2361,5216,0,1,1}-{2361,5212,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "429",
|
||||
"loc_data": "{2363,5214,0,1,6}-{2358,5214,0,1,7}-{2361,5212,0,1,6}"
|
||||
"loc_data": "{2363,5214,0,1,6}-{2358,5214,0,1,7}-{2361,5212,0,1,6}-{2361,5209,0,1,4}-{2359,5213,0,1,1}-{2364,5215,0,1,6}-{2361,5216,0,1,1}-{2361,5212,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "437",
|
||||
|
|
@ -1477,7 +1469,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "558",
|
||||
"loc_data": "{3013,3221,0,1,6}"
|
||||
"loc_data": "{3013,3225,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "559",
|
||||
|
|
@ -1773,7 +1765,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "666",
|
||||
"loc_data": "{2819,3451,0,0,3}-{3158,3405,0,0,0}"
|
||||
"loc_data": "{2819,3451,0,0,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "670",
|
||||
|
|
@ -2397,7 +2389,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "1017",
|
||||
"loc_data": "{3198,3359,0,1,0}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}"
|
||||
"loc_data": "{3198,3359,0,1,0}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}-{2693,3271,0,1,3}-{2692,3272,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1019",
|
||||
|
|
@ -2492,7 +2484,7 @@
|
|||
"loc_data": "{3409,3489,0,1,4}-{3413,3485,0,1,4}-{3414,3491,1,1,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1047",
|
||||
"npc_id": "7690",
|
||||
"loc_data": "{3415,3489,2,0,0}"
|
||||
},
|
||||
{
|
||||
|
|
@ -2500,7 +2492,7 @@
|
|||
"loc_data": "{3437,3486,0,0,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1049",
|
||||
"npc_id": "7707",
|
||||
"loc_data": "{3440,9895,0,0,0}"
|
||||
},
|
||||
{
|
||||
|
|
@ -3555,29 +3547,29 @@
|
|||
"npc_id": "1621",
|
||||
"loc_data": "{2797,10035,0,1,6}-{2787,10032,0,1,3}-{2802,10031,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1623",
|
||||
"loc_data": "{2725,9999,0,1,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1624",
|
||||
"loc_data": "{3179,5522,0,1,6}-{3223,9393,0,1,5}-{3225,9401,0,1,0}-{3222,9375,0,1,6}-{3220,9380,0,1,6}-{3215,9364,0,1,3}-{3213,9361,0,1,1}-{3212,9355,0,1,2}-{3230,9367,0,1,3}-{3240,9350,0,1,5}-{3248,9348,0,1,4}-{3255,9350,0,1,4}-{3256,9392,0,1,4}-{3168,5513,0,1,3}-{3174,5514,0,1,6}-{3178,5517,0,1,4}-{3178,5528,0,1,1}-{3169,5516,0,1,3}-{3179,5524,0,1,4}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1626",
|
||||
"loc_data": "{3165,5537,0,1,3}-{3159,5538,0,1,4}-{3155,5539,0,1,3}-{3158,5537,0,1,4}"
|
||||
"loc_data": "{2723,10005,0,1,0}-{2726,9998,0,1,1}-{2723,10009,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1627",
|
||||
"loc_data": "{2724,10008,0,1,4}"
|
||||
"loc_data": "{2724,10008,0,1,4}-{2721,10005,0,1,1}-{2724,10005,0,1,3}-{2729,10004,0,1,3}-{2724,10012,0,1,4}-{2718,10009,0,1,1}-{2721,10001,0,1,7}-{2720,9996,0,1,7}-{2721,10006,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1628",
|
||||
"loc_data": "{2723,10004,0,1,4}-{2722,9999,0,1,1}-{2729,10002,0,1,1}"
|
||||
"loc_data": "{2723,10004,0,1,4}-{2722,9999,0,1,1}-{2729,10002,0,1,1}-{3155,5536,0,1,4}-{3156,5540,0,1,3}-{3157,5538,0,1,2}-{3166,5537,0,1,1}-{3165,5541,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1629",
|
||||
"loc_data": "{2723,10005,0,1,0}-{2726,9998,0,1,1}-{2723,10009,0,1,3}-{2727,9998,0,1,4}-{2727,10001,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1630",
|
||||
"loc_data": "{2721,10005,0,1,1}-{2724,10005,0,1,3}-{2729,10004,0,1,3}-{2724,10012,0,1,4}-{2718,10009,0,1,1}-{2721,10001,0,1,7}-{2720,9996,0,1,7}-{2721,10006,0,1,3}"
|
||||
"loc_data": "{3162,5538,0,1,2}-{3157,5538,0,1,4}-{3155,5537,0,1,1}-{3164,5538,0,1,2}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1631",
|
||||
|
|
@ -4905,19 +4897,19 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "2685",
|
||||
"loc_data": "{3124,9873,0,1,3}-{2911,3285,0,1,1}"
|
||||
"loc_data": "{3124,9873,0,1,3}-{2911,3285,0,1,1}-{2696,9689,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2686",
|
||||
"loc_data": "{2907,3293,0,1,4}"
|
||||
"loc_data": "{2907,3293,0,1,4}-{2700,9696,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2687",
|
||||
"loc_data": "{2907,3293,0,1,6}-{2908,3290,0,1,3}"
|
||||
"loc_data": "{2907,3293,0,1,6}-{2908,3290,0,1,3}-{2703,9698,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2688",
|
||||
"loc_data": "{3127,9874,0,1,4}-{2906,3288,0,1,1}-{2910,3293,0,1,4}"
|
||||
"loc_data": "{3127,9874,0,1,4}-{2906,3288,0,1,1}-{2910,3293,0,1,4}-{2699,9690,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2689",
|
||||
|
|
@ -5973,7 +5965,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "3804",
|
||||
"loc_data": "{3349,3793,0,0,0}-{3349,3793,0,0,4}-{3349,3793,0,0,4}"
|
||||
"loc_data": "{3349,3793,0,0,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "3806",
|
||||
|
|
@ -6089,7 +6081,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "4250",
|
||||
"loc_data": "{3302,3492,0,1,3}"
|
||||
"loc_data": "{3302,3492,0,1,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4251",
|
||||
|
|
@ -6289,7 +6281,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "4383",
|
||||
"loc_data": "{2321,5225,0,0,3}-{2321,5223,0,0,4}-{2317,5229,0,0,7}-{2322,5225,0,0,1}-{2325,5231,0,0,6}-{2321,5225,0,0,1}-{2314,5227,0,0,2}-{2312,5229,0,0,2}-{2330,5229,0,0,1}-{2324,5233,0,0,4}-{2320,5232,0,0,3}-{2324,5237,0,0,1}-{2329,5229,0,0,6}-{2315,5227,0,0,7}-{2318,5226,0,0,6}-{2322,5222,0,0,6}"
|
||||
"loc_data": "{2321,5225,0,1,3}-{2321,5223,0,1,4}-{2317,5229,0,1,7}-{2322,5225,0,1,1}-{2325,5231,0,1,6}-{2321,5225,0,1,1}-{2314,5227,0,1,2}-{2312,5229,0,1,2}-{2330,5229,0,1,1}-{2324,5233,0,1,4}-{2320,5232,0,1,3}-{2324,5237,0,1,1}-{2329,5229,0,1,6}-{2315,5227,0,1,7}-{2318,5226,0,1,6}-{2322,5222,0,1,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4384",
|
||||
|
|
@ -6731,6 +6723,14 @@
|
|||
"npc_id": "4656",
|
||||
"loc_data": "{2795,3414,0,1,6}-{3038,3192,0,1,3}-{2760,3238,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4659",
|
||||
"loc_data": "{3095,3232,0,1,6}-{3095,3231,0,1,0}-{3225,3370,0,1,4}-{3230,3370,0,1,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4660",
|
||||
"loc_data": "{3225,3369,0,1,3}-{3226,3371,0,1,7}-{3230,3372,0,1,0}-{3230,3370,0,1,3}-{3229,3368,0,1,1}-{3227,3367,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4670",
|
||||
"loc_data": "{3192,3832,0,1,6}-{3211,3813,0,1,6}"
|
||||
|
|
@ -7085,7 +7085,15 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "5073",
|
||||
"loc_data": "{2907,3481,0,1,1}-{2907,3484,0,1,2}-{2908,3491,0,1,4}-{2910,3497,0,1,5}-{2905,3491,0,1,3}-{2904,3491,0,1,6}-{2901,3502,0,1,2}-{2578,2885,0,1,3}-{2582,2892,0,1,2}-{2603,2892,0,1,1}-{2604,2892,0,1,6}-{2611,2917,0,1,6}-{2611,2916,0,1,3}-{2613,2894,0,1,1}-{2614,2892,0,1,6}-{2608,2927,0,1,2}-{2612,2934,0,1,4}-{2609,2930,0,1,0}-{2594,2929,0,1,2}-{2616,2922,0,1,4}-{2593,2911,0,1,1}-{2617,2911,0,1,1}-{2602,2900,0,1,3}-{2601,2886,0,1,6}-{2587,2897,0,1,4}-{2612,2936,0,1,3}-{2606,2929,0,1,5}-{2615,2930,0,1,3}-{2576,2896,0,1,1}-{2588,2879,0,1,6}-{2593,2880,0,1,7}-{2583,2886,0,1,5}-{2609,2897,0,1,3}-{2608,2905,0,1,2}-{2606,2917,0,1,4}-{2604,2918,0,1,4}-{2613,2890,0,1,5}-{2608,2921,0,1,6}-{2604,2886,0,1,6}-{2602,2920,0,1,1}-{2607,2932,0,1,6}-{2578,2885,0,1,1}"
|
||||
"loc_data": "{2603,2892,0,1,1}-{2604,2892,0,1,6}-{2611,2917,0,1,6}-{2611,2916,0,1,3}-{2613,2894,0,1,1}-{2614,2892,0,1,6}-{2608,2927,0,1,2}-{2612,2934,0,1,4}-{2609,2930,0,1,0}-{2594,2929,0,1,2}-{2616,2922,0,1,4}-{2593,2911,0,1,1}-{2617,2911,0,1,1}-{2602,2900,0,1,3}-{2601,2886,0,1,6}-{2587,2897,0,1,4}-{2612,2936,0,1,3}-{2606,2929,0,1,5}-{2615,2930,0,1,3}-{2576,2896,0,1,1}-{2588,2879,0,1,6}-{2593,2880,0,1,7}-{2583,2886,0,1,5}-{2609,2897,0,1,3}-{2608,2905,0,1,2}-{2606,2917,0,1,4}-{2604,2918,0,1,4}-{2613,2890,0,1,5}-{2608,2921,0,1,6}-{2604,2886,0,1,6}-{2602,2920,0,1,1}-{2607,2932,0,1,6}-{2578,2885,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5074",
|
||||
"loc_data": "{2727,3763,0,1,1}-{2724,3765,0,1,2}-{2725,3768,0,1,2}-{2730,3768,0,1,2}-{2731,3764,0,1,2}-{2731,3763,0,1,2}-{2731,3765,0,1,2}-{2733,3765,0,1,2}-{2709,3823,1,1,2}-{2713,3823,1,1,2}-{2709,3825,1,1,2}-{2710,3826,1,1,2}-{2709,3825,1,1,2}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5075",
|
||||
"loc_data": "{3402,3140,0,1,2}-{3402,3138,0,1,3}-{3404,3139,0,1,5}-{3400,3142,0,1,6}-{3405,3143,0,1,5}-{3409,3078,0,1,5}-{3410,3075,0,1,5}-{3411,3079,0,1,5}-{3408,3076,0,1,5}-{3414,3077,0,1,5}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5076",
|
||||
|
|
@ -7629,7 +7637,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "5488",
|
||||
"loc_data": "{2416,3800,0,0,0}"
|
||||
"loc_data": "{2416,3799,0,0,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5489",
|
||||
|
|
@ -7737,7 +7745,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "5529",
|
||||
"loc_data": "{2323,3790,0,1,1}-{2323,3795,0,1,0}-{2322,3795,0,1,0}-{2317,3794,0,1,6}-{2317,3790,0,1,3}-{2321,3792,0,1,6}-{2327,3796,0,1,7}-{2319,3791,0,1,6}"
|
||||
"loc_data": "{2323,3790,0,1,1}-{2323,3795,0,1,0}-{2322,3795,0,1,0}-{2317,3794,0,1,6}-{2317,3790,0,1,3}-{2321,3792,0,1,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5531",
|
||||
|
|
@ -8285,11 +8293,11 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "5919",
|
||||
"loc_data": "{3205,3379,0,1,6}-{3211,3381,0,1,3}-{3172,3430,0,1,2}-{3175,3416,1,1,6}-{3175,3404,1,1,7}"
|
||||
"loc_data": "{3244,3498,0,1,1}-{3244,3503,0,1,6}-{3247,3500,0,1,3}-{3175,3432,0,1,3}-{3175,3427,0,1,5}-{3205,3379,0,1,6}-{3211,3381,0,1,3}-{3172,3430,0,1,2}-{3175,3416,1,1,6}-{3175,3404,1,1,7}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5920",
|
||||
"loc_data": "{3211,3378,0,1,0}-{3272,3429,0,1,1}-{3274,3427,0,1,3}-{3220,3461,0,1,3}-{3221,3464,0,1,4}-{3213,3466,0,1,1}-{3214,3461,0,1,5}-{3215,3464,0,1,0}-{3208,3467,0,1,6}-{3209,3460,0,1,4}-{3205,3463,0,1,4}"
|
||||
"loc_data": "{3175,3421,0,1,0}-{3273,3430,0,1,0}-{3211,3378,0,1,0}-{3272,3429,0,1,1}-{3274,3427,0,1,3}-{3220,3461,0,1,3}-{3221,3464,0,1,4}-{3213,3466,0,1,1}-{3214,3461,0,1,5}-{3215,3464,0,1,0}-{3208,3467,0,1,6}-{3209,3460,0,1,4}-{3205,3463,0,1,4}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5923",
|
||||
|
|
@ -9413,7 +9421,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "7046",
|
||||
"loc_data": "{2460,2925,0,0,4}-{3353,3810,0,0,0}-{3348,3812,0,0,4}-{3367,3801,0,0,4}"
|
||||
"loc_data": "{2460,2925,0,0,4}-{3364,3800,0,0,4}-{3368,3811,0,0,4}-{3347,3814,0,0,4}-{3363,3816,0,0,4}"
|
||||
},
|
||||
{
|
||||
"npc_id": "7047",
|
||||
|
|
@ -9711,6 +9719,10 @@
|
|||
"npc_id": "7162",
|
||||
"loc_data": "{3144,4229,2,1,1}-{3143,4236,2,1,1}-{3145,4235,2,1,1}-{3148,4244,2,1,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "7168",
|
||||
"loc_data": "{2714,3309,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "7228",
|
||||
"loc_data": "{2862,3101,0,0,0}-{2879,3109,0,0,0}-{2882,3104,0,0,0}-{2874,3098,0,0,0}-{2882,3098,0,0,0}"
|
||||
|
|
@ -10534,6 +10546,201 @@
|
|||
{
|
||||
"npc_id": "5980",
|
||||
"loc_data": "{1775,4979,0,0,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "8000",
|
||||
"loc_data": "{2987,3691,0,0,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2861",
|
||||
"loc_data": "{2347,3165,0,0,3}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4965",
|
||||
"loc_data": "{2824,3685,0,0,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2790",
|
||||
"loc_data": "{3163,4822,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "6117",
|
||||
"loc_data": "{1884,5020,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "6134",
|
||||
"loc_data": "{1890,5018,0,0,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "6132",
|
||||
"loc_data": "{1883,5029,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "6133",
|
||||
"loc_data": "{1883,5026,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "6131",
|
||||
"loc_data": "{1885,5026,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "490",
|
||||
"loc_data": "{1887,5026,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "487",
|
||||
"loc_data": "{1885,5029,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "555",
|
||||
"loc_data": "{2657,3153,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2357",
|
||||
"loc_data": "{2340,3157,1,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2356",
|
||||
"loc_data": "{2323,3163,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4874",
|
||||
"loc_data": "{2709,3291,0,0,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4856",
|
||||
"loc_data": "{2732,3292,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4872",
|
||||
"loc_data": "{2740,3310,0,0,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4878",
|
||||
"loc_data": "{2726,3283,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4883",
|
||||
"loc_data": "{2713,3278,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4885",
|
||||
"loc_data": "{2705,3287,0,1,1}-{2716,3287,0,1,1}-{2732,3282,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4887",
|
||||
"loc_data": "{2738,3303,0,1,1}-{2723,3274,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "4895",
|
||||
"loc_data": "{2718,3302,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "696",
|
||||
"loc_data": "{2716,3303,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "698",
|
||||
"loc_data": "{2716,3303,0,1,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "2352",
|
||||
"loc_data": "{2334,3183,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5497",
|
||||
"loc_data": "{2376,10198,0,1,0}-{2384,10202,0,1,0}-{2390,10207,0,1,0}-{2385,10193,0,1,0}-{2419,10192,0,1,0}-{2412,10200,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5498",
|
||||
"loc_data": "{2412,3818,0,1,0}-{2412,3801,0,1,0}-{2392,3802,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5474",
|
||||
"loc_data": "{2390,10216,0,1,0}-{2417,10228,0,1,0}-{2385,10227,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5475",
|
||||
"loc_data": "{2396,10232,0,1,0}-{2402,10225,0,1,0}-{2420,10221,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5473",
|
||||
"loc_data": "{2377,10212,0,1,0}-{2392,10226,0,1,0}-{2407,10228,0,1,0}-{2406,10214,0,1,0}-{2420,10214,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5491",
|
||||
"loc_data": "{2387,3800,0,0,3}-{2411,3795,0,0,6}-{2417,3825,0,0,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5492",
|
||||
"loc_data": "{2387,3797,0,0,3}-{2414,3825,0,0,1}-{2414,3795,0,0,6}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5481",
|
||||
"loc_data": "{2644,3709,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5482",
|
||||
"loc_data": "{2422,3781,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5463",
|
||||
"loc_data": "{2324,3809,0,1,0}-{2317,3802,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5521",
|
||||
"loc_data": "{2324,3832,0,1,0}-{2350,3859,0,1,0}-{2375,3892,0,1,0}-{2388,3867,0,1,0}-{2384,3863,0,1,0}-{2387,3859,0,1,0}-{2350,3862,0,1,0}-{2352,3857,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5523",
|
||||
"loc_data": "{2367,3832,0,1,0}-{2319,3854,0,1,0}-{2324,3891,0,1,0}-{2406,3854,0,1,0}-{2405,3863,0,1,0}-{2400,3856,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5522",
|
||||
"loc_data": "{2362,3893,0,1,0}-{2390,3861,0,1,0}-{2395,3859,0,1,0}-{2323,3857,0,1,0}-{2331,3860,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5524",
|
||||
"loc_data": "{2340,3830,0,1,0}-{2338,3860,0,1,0}-{2339,3895,0,1,0}-{2411,3886,0,1,0}-{2396,3854,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5514",
|
||||
"loc_data": "{2337,3831,0,1,0}-{2399,3852,0,1,0}-{2321,3833,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5515",
|
||||
"loc_data": "{2327,3858,0,1,0}-{2321,3860,0,1,0}-{2343,3862,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5516",
|
||||
"loc_data": "{2393,3861,0,1,0}-{2347,3890,0,1,0}-{2347,3890,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5517",
|
||||
"loc_data": "{2403,3853,0,1,0}-{2328,3830,0,1,0}-{2405,3860,0,1,0}-{2335,3894,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "3848",
|
||||
"loc_data": "{2410,3780,0,1,0}-{2414,3780,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "313",
|
||||
"loc_data":"{2401,3781,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "312",
|
||||
"loc_data": "{2421,3789,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1164",
|
||||
"loc_data": "{2780,3058,0,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1051",
|
||||
"loc_data": "{3440,9738,1,1,0}"
|
||||
},
|
||||
{
|
||||
"npc_id": "1052",
|
||||
"loc_data": "{3420,3442,0,1,0}-{3429,3436,0,1,0}-{3439,3437,0,1,0}-{3448,3444,0,1,0}-{3458,3433,0,1,0}-{3459,3419,0,1,0}-{3449,3420,0,1,0}-{3441,3421,0,1,0}-{3427,3421,0,1,0}-{3414,3422,0,1,0}-{3411,3423,0,1,0}-{3415,3414,0,1,0}-{3410,3409,0,1,0}-{3422,3405,0,1,0}-{3431,3402,0,1,0}-{3444,3405,0,1,0}-{3453,3397,0,1,0}-{3467,3402,0,1,0}-{3473,3395,0,1,0}-{3470,3385,0,1,0}-{3463,3379,0,1,0}-{3451,3380,0,1,0}-{3445,3374,0,1,0}-{3438,3365,0,1,0}-{3429,3367,0,1,0}-{3417,3367,0,1,0}-{3413,3362,0,1,0}-{3417,3358,0,1,0}-{3426,3352,0,1,0}-{3435,3349,0,1,0}-{3442,3353,0,1,0}-{3448,3358,0,1,0}-{3457,3355,0,1,0}-{3461,3348,0,1,0}-{3457,3343,0,1,0}-{3471,3344,0,1,0}-{3426,3338,0,1,0}-{3423,3335,0,1,0}"
|
||||
}
|
||||
]
|
||||
|
||||
]
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1113,7 +1113,7 @@
|
|||
"weapon_type": "1",
|
||||
"animation": "4230",
|
||||
"drop_ammo": "true",
|
||||
"ammunition": "877,878,6061,6062,9140,879,9236,13280"
|
||||
"ammunition": "877,878,6061,6062,9140,879,9139,9236,13280"
|
||||
},
|
||||
{
|
||||
"itemId": "9177",
|
||||
|
|
@ -1122,7 +1122,7 @@
|
|||
"weapon_type": "1",
|
||||
"animation": "4230",
|
||||
"drop_ammo": "true",
|
||||
"ammunition": "877,878,6061,6062,879,9236,9140,9287,9294,9301,880,9238,9145,13280"
|
||||
"ammunition": "877,878,6061,6062,879,9236,9139,9140,9287,9294,9301,880,9238,9145,13280"
|
||||
},
|
||||
{
|
||||
"itemId": "9179",
|
||||
|
|
@ -1131,7 +1131,7 @@
|
|||
"weapon_type": "1",
|
||||
"animation": "4230",
|
||||
"drop_ammo": "true",
|
||||
"ammunition": "877,878,6061,6062,879,9140,9236,9141,9288,9295,9302,9336,9239,9145,13280"
|
||||
"ammunition": "877,878,6061,6062,879,9139,9140,9236,9141,9288,9295,9302,9336,9239,9145,13280"
|
||||
},
|
||||
{
|
||||
"itemId": "9181",
|
||||
|
|
@ -1140,7 +1140,7 @@
|
|||
"weapon_type": "1",
|
||||
"animation": "4230",
|
||||
"drop_ammo": "true",
|
||||
"ammunition": "877,878,6061,6062,879,9236,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9145,9140,9241,13280"
|
||||
"ammunition": "877,878,6061,6062,879,9236,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9145,9139,9140,9241,13280"
|
||||
},
|
||||
{
|
||||
"itemId": "9183",
|
||||
|
|
@ -1149,7 +1149,7 @@
|
|||
"weapon_type": "1",
|
||||
"animation": "4230",
|
||||
"drop_ammo": "true",
|
||||
"ammunition": "877,878,6061,6062,879,9236,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9145,9143,9290,9297,9304,9339,9242,9340,9243,13280"
|
||||
"ammunition": "877,878,6061,6062,879,9236,9139,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9145,9143,9290,9297,9304,9339,9242,9340,9243,13280"
|
||||
},
|
||||
{
|
||||
"itemId": "9185",
|
||||
|
|
@ -1158,7 +1158,7 @@
|
|||
"weapon_type": "1",
|
||||
"animation": "4230",
|
||||
"drop_ammo": "true",
|
||||
"ammunition": "877,878,6061,6062,879,9236,9141,9288,9295,9302,9336,9239,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9145,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9143,9290,9297,9304,9339,9242,9340,9243,9144,9291,9298,9305,9341,9244,9342,9245,9140,13280"
|
||||
"ammunition": "877,878,6061,6062,879,9236,9139,9141,9288,9295,9302,9336,9239,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9145,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9143,9290,9297,9304,9339,9242,9340,9243,9144,9291,9298,9305,9341,9244,9342,9245,9140,13280"
|
||||
},
|
||||
{
|
||||
"itemId": "9705",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
69
data/eco/autostock.json
Normal file
69
data/eco/autostock.json
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"offers": [
|
||||
{
|
||||
"__comment" : "coal",
|
||||
"item" : "453",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "vial",
|
||||
"item" : "227",
|
||||
"qty" : "10000"
|
||||
},
|
||||
{
|
||||
"__comment" : "water vial",
|
||||
"item" : "229",
|
||||
"qty" : "10000"
|
||||
},
|
||||
{
|
||||
"__comment" : "cooked lobster",
|
||||
"item" : "379",
|
||||
"qty" : "10000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Ashes",
|
||||
"item" : "592",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Mort myre fungi",
|
||||
"item" : "2970",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Poison ivy berries",
|
||||
"item" : "6018",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Potato cactus",
|
||||
"item" : "3138",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Unicorn horn",
|
||||
"item" : "237",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Red spider eggs",
|
||||
"item" : "223",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Bird nest",
|
||||
"item" : "6693",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Chocolate dust",
|
||||
"item" : "1975",
|
||||
"qty" : "1000"
|
||||
},
|
||||
{
|
||||
"__comment" : "Limpwurt root",
|
||||
"item" : "225",
|
||||
"qty" : "10000"
|
||||
}
|
||||
]
|
||||
}
|
||||
102497
data/eco/gedb.xml
Normal file
102497
data/eco/gedb.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"offers": [],
|
||||
"offsetUID": "1"
|
||||
}
|
||||
Binary file not shown.
15
managementprops/properties.json
Normal file
15
managementprops/properties.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"DatabaseInformation": {
|
||||
"database_name": "global",
|
||||
"database_username": "root",
|
||||
"database_password": "",
|
||||
"database_host": "127.0.0.1",
|
||||
"database_port": "3306"
|
||||
},
|
||||
|
||||
"WorldTechnicalInformation": {
|
||||
"world_limit": "10",
|
||||
"worldhop_delay": "20000"
|
||||
},
|
||||
"secret_key": "2009scape_development"
|
||||
}
|
||||
BIN
ms.jar
BIN
ms.jar
Binary file not shown.
|
|
@ -103,7 +103,7 @@ echo:
|
|||
cd "%home%"
|
||||
start /min "Management Server" java -Xms1024m -Xmx1024m -jar ms.jar
|
||||
ping localhost -n 3 > nul
|
||||
start /min "Server - CTRL+C to close" java -Xms1024m -Xmx1024m -cp server.jar core.Server "%home%\worldprops\default.json"
|
||||
start /min "Server - CTRL+C to close" java -Xms1024m -Xmx1024m -cp server.jar rs09.Server "worldprops\default.json"
|
||||
ping localhost -n 10 > nul
|
||||
start /min "" java -Xms1024m -Xmx1024m -jar client.jar
|
||||
echo:
|
||||
|
|
|
|||
BIN
server.jar
BIN
server.jar
Binary file not shown.
|
|
@ -16,6 +16,7 @@
|
|||
"enable_bots": true,
|
||||
"autostock_ge": true,
|
||||
"allow_token_purchase": true,
|
||||
"max_adv_bots": "0",
|
||||
"message_of_the_week_identifier": "0",
|
||||
"message_of_the_week_text": "Welcome to 2009Scape! <br><col=11ff00>N</col><col=ecff00>o</col><col=ff8300>w</col <col=ff0000>i</col><col=ff00d4>n</col> <col=6100ff>T</col><col=000fff>e</col><col=00f0ff>c</col><col=00ff59>h</col><col=93ff00>n</col><col=ff9e00>i</col><col=ff0000>c</col><col=ff00d1>o</col><col=2700ff>l</col><col=00f7ff>o</col><col=00ff0c>r</col><col=ff0000>!</col>"
|
||||
},
|
||||
|
|
@ -36,13 +37,14 @@
|
|||
"object_parser_path": "./data/ObjectParser.xml",
|
||||
"scripts_path": "scripts/",
|
||||
"dialogue_scripts_path": "scripts/dialogue/",
|
||||
"logs_path": "data/logs",
|
||||
"logs_path": "data/logs/",
|
||||
"bot_data_path": "data/botdata/",
|
||||
"database_name": "global",
|
||||
"database_username": "root",
|
||||
"database_password": "",
|
||||
"database_address": "127.0.0.1",
|
||||
"database_port": "3306"
|
||||
"database_port": "3306",
|
||||
"ms_secret_key": "2009scape_development"
|
||||
},
|
||||
|
||||
"PluginToggles": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue