• 01-04.05.2026 - DOUBLE EXP / SKILL EVENT!

Skrypty & Kody [8.6] Transform System

krysti11

Active User
Zarejestrowany
Dołączył
Czerwiec 14, 2009
Posty
57
Liczba reakcji
2
Witam, posiadam skrypt na transformacje, natomiast chcialbym zmienic aby np. zamiast jednego wygladu byl inny. Probowalem przy dwoch pierwszych natomiast wyglad pozostaje ten sam. Czy jestescie w stanie mnie nakierowac gdzie powinienem szukac?

Kod:
local config = {
--[vocation id] = { level, nova voc, looktype, efeito}
-- Naruto --
[1] = { 25, 2, 41203, 208},
[2] = { 50, 3, 41215, 208},
[3] = { 75, 4, 841, 208},
[4] = { 100, 5, 676, 208},
[5] = { 125, 6, 842, 208},
[6] = { 150, 7, 40, 208},
[7] = { 175, 8, 305, 208},
[8] = { 200, 9, 677, 208},
[9] = { 225, 10, 686, 208},
[10] = { 250, 11, 179, 208},
[11] = { 275, 12, 683, 208},
[12] = { 300, 13, 397, 208},
[13] = { 400, 14, 607, 208},
[14] = { 425, 15, 872, 208},
[15] = { 500, 16, 875, 208},
-- Sasuke --
[17] = { 25, 18, 93, 108},
[18] = { 50, 19, 689, 108},
[19] = { 75, 20, 690, 108},
[20] = { 100, 21, 658, 108},
[21] = { 125, 22, 659, 108},
[22] = { 150, 23, 660, 110},
[23] = { 175, 24, 661, 110},
[24] = { 200, 25, 654, 110},
[25] = { 300, 26, 663, 110},
[26] = { 400, 257, 877, 110},
-- Lee --
[27] = { 25, 28, 844, 26},
[28] = { 50, 29, 848, 26},
[29] = { 75, 30, 846, 26},
[30] = { 100, 31, 845, 26},
[31] = { 125, 32, 850, 26},
[32] = { 150, 33, 847, 26},
[33] = { 175, 34, 851, 26},
[34] = { 200, 35, 852, 26},
[35] = { 225, 36, 605, 26},
[36] = { 300, 37, 606, 26},
-- Shikamaru --
[39] = { 25, 40, 824, 188},
[40] = { 50, 41, 825, 188},
[41] = { 75, 42, 826, 188},
[42] = { 100, 43, 823, 188},
[43] = { 125, 44, 827, 188},
[44] = { 200, 45, 828, 188},
-- Neji --
[46] = { 25, 47, 833, 192},
[47] = { 50, 48, 834, 192},
[48] = { 75, 49, 835, 192},
[49] = { 100, 50, 836, 192},
[50] = { 125, 51, 837, 192},
[51] = { 150, 52, 830, 192},
[52] = { 200, 53, 831, 192},
[53] = { 300, 54, 838, 192},
-- Tenten --
[55] = { 25, 56, 815, 213},
[56] = { 50, 57, 816, 213},
[57] = { 75, 58, 817, 213},
[58] = { 100, 59, 818, 213},
[59] = { 125, 60, 819, 213},
[60] = { 150, 61, 820, 213},
[61] = { 200, 62, 821, 213},
[62] = { 300, 63, 822, 213},
-- Hinata --
[64] = { 25, 65, 295, 192},
[65] = { 50, 66, 296, 192},
[66] = { 75, 67, 857, 192},
[67] = { 100, 68, 858, 192},
[68] = { 125, 69, 860, 192},
[69] = { 150, 70, 600, 192},
[70] = { 175, 71, 859, 192},
[71] = { 200, 72, 855, 192},
[72] = { 225, 73, 856, 192},
[73] = { 300, 74, 598, 192},
-- Kakashi --
[76] = { 25, 77, 633, 248},
[77] = { 50, 78, 585, 248},
[78] = { 75, 79, 586, 248},
[79] = { 100, 80, 587, 248},
[80] = { 125, 81, 588, 248},
[81] = { 200, 82, 589, 248},
-- Killer Bee --
[84] = { 25, 85, 861, 111},
[85] = { 50, 86, 862, 111},
[86] = { 75, 87, 863, 111},
[87] = { 100, 88, 864, 111},
[88] = { 125, 89, 865, 111},
[89] = { 150, 90, 866, 111},
[90] = { 175, 91, 868, 111},
[91] = { 200, 92, 869, 111},
[92] = { 225, 93, 870, 111},
-- Sakura --
[96] = { 25, 97, 174, 51},
[97] = { 50, 98, 173, 51},
[98] = { 75, 99, 665, 51},
[99] = { 100, 100, 667, 51},
[100] = { 125, 101, 664, 51},
[101] = { 150, 102, 666, 51},
[102] = { 175, 103, 668, 51},
[103] = { 200, 104, 669, 51},
[104] = { 225, 105, 670, 51},
[105] = { 250, 106, 793, 51},
-- Gaara --
[111] = { 25, 112, 53, 52},
[112] = { 50, 113, 67, 52},
[113] = { 75, 114, 72, 52},
[114] = { 100, 115, 173, 52},
[115] = { 125, 116, 58, 52},
[116] = { 200, 117, 57, 52},
[117] = { 300, 118, 538, 52},
-- Kiba --
[123] = { 25, 124, 69, 209},
[124] = { 50, 125, 70, 209},
[125] = { 75, 126, 196, 209},
[126] = { 100, 127, 197, 209},
[127] = { 125, 128, 198, 209},
[128] = { 200, 129, 199, 209},
-- Itachi --
[132] = { 25, 133, 706, 210},
[133] = { 50, 134, 707, 210},
[134] = { 75, 135, 708, 210},
[135] = { 100, 136, 709, 210},
[136] = { 125, 137, 710, 210},
[137] = { 150, 138, 711, 210},
[138] = { 200, 139, 712, 210},
[139] = { 300, 140, 713, 210},
-- Tobi --
[142] = { 25, 143, 477, 246},
[143] = { 50, 144, 478, 246},
[144] = { 75, 145, 479, 246},
[145] = { 100, 146, 482, 246},
[146] = { 125, 147, 484, 246},
[147] = { 150, 148, 486, 246},
[148] = { 200, 149, 655, 246},
[149] = { 225, 150, 619, 246},
[150] = { 300, 151, 620, 246},
-- Minato --
[154] = { 25, 155, 728, 245},
[155] = { 50, 156, 729, 245},
[156] = { 75, 157, 730, 245},
[157] = { 100, 158, 731, 245},
[158] = { 125, 159, 732, 245},
[159] = { 150, 160, 733, 245},
[160] = { 175, 161, 734, 245},
[161] = { 200, 162, 540, 245},
[162] = { 300, 163, 734, 245}, --757
-- Madara --
[164] = { 25, 165, 715, 109},
[165] = { 50, 166, 716, 109},
[166] = { 75, 167, 717, 109},
[167] = { 100, 168, 718, 109},
[168] = { 125, 169, 719, 109},
[169] = { 200, 170, 720, 109},
[170] = { 225, 171, 721, 109},
[171] = { 250, 172, 723, 109},
[172] = { 275, 173, 724, 109},
[173] = { 300, 174, 726, 109},
-- Tsunade --
[175] = { 25, 176, 591, 51},
[176] = { 50, 177, 592, 51},
[177] = { 75, 178, 593, 51},
[178] = { 100, 179, 594, 51},
[179] = { 125, 180, 596, 51},
[180] = { 150, 181, 635, 51},
[181] = { 175, 182, 636, 51},
[182] = { 200, 183, 637, 51},
[183] = { 225, 184, 638, 51},
[184] = { 300, 185, 639, 51},
-- Hashirama --
[186] = { 25, 187, 623, 122},
[187] = { 50, 188, 624, 122},
[188] = { 75, 189, 625, 122},
[189] = { 100, 190, 626, 122},
[190] = { 200, 191, 627, 122},
-- Nidaime --
[193] = { 25, 194, 736, 232},
[194] = { 50, 195, 737, 232},
[195] = { 75, 196, 738, 232},
[196] = { 100, 197, 739, 232},
[197] = { 200, 198, 740, 232},
-- Nagato --
[200] = { 25, 201, 691, 169},
[201] = { 50, 202, 692, 169},
[202] = { 100, 203, 528, 169},
[203] = { 200, 204, 797, 169},
-- Yamato --
[211] = { 25, 212, 791, 122},
[212] = { 50, 213, 796, 122},
[213] = { 75, 214, 794, 122},
[214] = { 100, 215, 795, 122},
[215] = { 200, 216, 796, 122},
-- Raikage --
[217] = { 25, 218, 790, 233},
[218] = { 50, 219, 795, 233},
[219] = { 100, 220, 793, 233},
[220] = { 200, 221, 794, 233},
-- Kisame --
[223] = { 25, 224, 411, 232},
[224] = { 50, 225, 412, 232},
[225] = { 75, 226, 414, 232},
[226] = { 100, 227, 422, 232},
[227] = { 125, 228, 602, 232},
[228] = { 200, 229, 603, 232},
[229] = { 300, 230, 419, 232},
-- Temari --
[231] = { 25, 232, 378, 211},
[232] = { 50, 233, 379, 211},
[233] = { 75, 234, 380, 211},
[234] = { 100, 235, 381, 211},
[235] = { 200, 236, 382, 211},
-- Kankuro --
[239] = { 25, 240, 309, 122},
[240] = { 50, 241, 312, 122},
[241] = { 75, 242, 311, 122},
[242] = { 100, 243, 324, 122},
[243] = { 125, 244, 319, 122},
[244] = { 200, 245, 326, 122},
[245] = { 300, 246, 328, 122},
-- Kaguya --
[258] = { 50, 307, 874, 122},
[307] = { 100, 308, 890, 122},
-- Anbu --
[259] = { 25, 260, 123, 122},
[260] = { 50, 261, 118, 122},
[261] = { 75, 262, 323, 122},
[262] = { 100, 263, 159, 122},
[263] = { 125, 264, 511, 122},
[264] = { 200, 265, 512, 122},
[265] = { 250, 266, 513, 122},
[266] = { 300, 267, 542, 122},
[267] = { 350, 268, 543, 122},
-- Zabuza __
[270] = { 25, 271, 805, 285},
[271] = { 100, 272, 325, 285},
[272] = { 200, 273, 253, 247},
-- Mei turami --
[275] = { 1, 275, 811, 122},
-- onoki --
[276] = { 1, 283, 568, 122},
[283] = { 100, 284, 880, 122},
[284] = { 200, 285, 881, 122},
[285] = { 250, 286, 882, 122},
-- konan --
[277] = { 1, 287, 813, 122},
[287] = { 50, 288, 889, 122},
[288] = { 50, 293, 889, 122},
-- haku --
[278] = { 1, 279, 17, 122},
[279] = { 50, 280, 552, 122},
[280] = { 100, 281, 551, 122},
[281] = { 150, 282, 879, 122},
-- Rikudou sennin --
[289] = { 1, 290, 878, 122},
[290] = { 150, 291, 886, 122},
[291] = { 200, 292, 888, 122},
[292] = { 150, 294, 896, 122},
-- sarutobi --
[295] = { 1, 296, 546, 122},
[296] = { 50, 297, 902, 122},
[297] = { 50, 298, 903, 122},
[298] = { 100, 299, 904, 122},
[299] = { 200, 300, 905, 122},
-- shin --
[301] = { 25, 302, 897, 122},
[302] = { 50, 303, 898, 122},
[303] = { 100, 304, 899, 122},
[304] = { 150, 305, 900, 122},
[305] = { 200, 306, 901, 122},
-- menma -- 
[309] = { 25, 310, 887, 122},
[310] = { 50, 311, 884, 122},
[311] = { 100, 312, 885, 122},
[312] = { 150, 313, 891, 122},
-- Might guy --
[314] = { 25, 315, 892, 122},
[315] = { 50, 316, 893, 122},
[316] = { 100, 317, 894, 122},
[317] = { 150, 318, 895, 122},
-- Orochimaru --
[248] = { 25, 249, 133, 122},
[249] = { 50, 250, 139, 122},
[250] = { 50, 251, 139, 122},
[251] = { 100, 252, 223, 122},
[252] = { 150, 253, 236, 122},
[253] = { 200, 254, 356, 122},
[254] = { 250, 255, 781, 122},
[255] = { 300, 256, 790, 122},
-- Sasuke Gaiden --
[319] = { 25, 320, 906, 122},
[320] = { 100, 321, 907, 122},
[321] = { 300, 322, 908, 122},
-- Boruto --
[323] = { 25, 324, 910, 13},
[324] = { 50, 325, 909, 13},
[325] = { 75, 326, 911, 13},
[326] = { 100, 327, 912, 13},
[327] = { 125, 328, 913, 13},
[328] = { 150, 329, 914, 13},
-- Konan --
[330] = { 25, 331, 922, 14},
[331] = { 50, 332, 921, 14},
[332] = { 75, 333, 915, 14},
[333] = { 100, 334, 916, 14},
[334] = { 125, 335, 917, 14},
[335] = { 150, 336, 918, 14},
[336] = { 175, 337, 919, 14},
[337] = { 200, 338, 920, 14},
-- Sarada --
[339] = { 25, 340, 930, 18},
[340] = { 50, 341, 929, 18},
[341] = { 75, 342, 926, 18},
[342] = { 100, 343, 928, 18},
[343] = { 125, 560, 927, 18},
[560] = { 125, 344, 88, 18},
-- Mitsuki --
[345] = { 25, 346, 924, 7},
[346] = { 50, 347, 925, 7},
[347] = { 75, 348, 923, 7},
-- Naruto Gaiden --
[349] = { 25, 350, 840, 208},
[350] = { 50, 351, 842, 208},
[351] = { 50, 352, 932, 208},
[352] = { 50, 353, 933, 208},
-- Sasuke Gaiden --
[354] = { 25, 355, 840, 13},
[355] = { 50, 356, 931, 13},
[356] = { 50, 357, 934, 13},
-- Sakura Gaiden --
[358] = { 25, 359, 174, 5},
[359] = { 50, 360, 936, 5},
[360] = { 50, 361, 935, 5},
-- Madara --
[362] = { 25, 363, 939, 15},
[363] = { 50, 364, 938, 15},
[364] = { 75, 365, 937, 15},
[365] = { 100, 366, 940, 15},
[366] = { 125, 367, 941, 15},
[367] = { 150, 368, 980, 15},
-- Sai --
[369] = { 25, 370, 948, 126},
[370] = { 50, 371, 947, 126},
[371] = { 75, 372, 946, 126},
[372] = { 100, 373, 945, 126},
[373] = { 125, 374, 950, 126},
[374] = { 150, 375, 949, 126},
[375] = { 175, 376, 943, 126},
-- Hinata --
[377] = { 25, 378, 957, 17},
[378] = { 50, 379, 958, 17},
[379] = { 75, 380, 952, 17},
[380] = { 100, 381, 951, 17},
[381] = { 125, 382, 953, 17},
[382] = { 150, 383, 954, 17},
[383] = { 175, 384, 956, 17},
[384] = { 200, 385, 955, 17},
-- Kakashi --
[386] = { 25, 387, 633, 248},
[387] = { 50, 388, 585, 248},
[388] = { 75, 389, 586, 248},
[389] = { 100, 390, 587, 248},
[390] = { 125, 391, 588, 248},
[391] = { 200, 392, 967, 248},
[392] = { 250, 393, 965, 248},
[393] = { 300, 394, 965, 248},
[394] = { 350, 395, 966, 248},
-- Ay --
[396] = { 25, 397, 978, 67},
[397] = { 50, 398, 977, 67},
[398] = { 75, 399, 975, 67},
[399] = { 100, 400, 971, 67},
[400] = { 125, 401, 970, 67},
[401] = { 150, 402, 976, 67},
[402] = { 175, 403, 974, 67},
[403] = { 200, 404, 973, 67},
[404] = { 225, 405, 969, 67},
[405] = { 250, 406, 972, 67},
[406] = { 275, 407, 979, 67},
-- Lee --
[408] = { 25, 409, 844, 67},
[409] = { 50, 410, 848, 67},
[410] = { 75, 411, 846, 67},
[411] = { 100, 412, 845, 67},
[412] = { 125, 413, 850, 67},
[413] = { 150, 414, 847, 67},
[414] = { 175, 415, 851, 67},
[415] = { 200, 416, 852, 67},
[416] = { 225, 417, 605, 67},
[417] = { 300, 418, 606, 67},
[418] = { 300, 419, 982, 67},
-- Killer Bee --
[420] = { 25, 421, 861, 298},
[421] = { 50, 422, 862, 298},
[422] = { 75, 423, 863, 298},
[423] = { 100, 424, 864, 298},
[424] = { 125, 425, 865, 298},
[425] = { 150, 426, 866, 298},
[426] = { 175, 427, 868, 298},
[427] = { 200, 428, 869, 298},
[428] = { 225, 429, 870, 298},
[429] = { 255, 430, 984, 298},
[430] = { 300, 431, 983, 298},
-- Gaara --
[432] = { 25, 433, 989, 52},
[433] = { 50, 434, 988, 52},
[434] = { 75, 435, 990, 52},
[435] = { 100, 436, 538, 52},
[436] = { 125, 437, 986, 52},
-- Kawaki --
[438] = { 25, 439, 960, 28},
[439] = { 50, 440, 961, 28},
[440] = { 75, 441, 962, 28},
-- Shikamaru --
[442] = { 25, 443, 824, 188},
[443] = { 50, 444, 825, 188},
[444] = { 75, 445, 826, 188},
[445] = { 100, 446, 823, 188},
[446] = { 125, 447, 827, 188},
[447] = { 200, 448, 828, 188},
[448] = { 250, 449, 1007, 188},
[449] = { 300, 450, 1008, 188},
-- Neji --
[451] = { 25, 452, 833, 192},
[452] = { 50, 453, 834, 192},
[453] = { 75, 454, 835, 192},
[454] = { 100, 455, 836, 192},
[455] = { 125, 456, 837, 192},
[456] = { 150, 457, 830, 192},
[457] = { 200, 458, 831, 192},
[458] = { 300, 459, 838, 192},
[459] = { 350, 460, 1010, 192},
[460] = { 400, 461, 1009, 192},
-- Kankuro --
[462] = { 25, 463, 309, 122},
[463] = { 50, 464, 312, 122},
[464] = { 75, 465, 311, 122},
[465] = { 100, 466, 324, 122},
[466] = { 125, 467, 319, 122},
[467] = { 200, 468, 326, 122},
[468] = { 300, 469, 328, 122},
[469] = { 350, 470, 1011, 122},
-- Kiba --
[471] = { 25, 472, 69, 209},
[472] = { 50, 473, 70, 209},
[473] = { 75, 474, 196, 209},
[474] = { 100, 475, 197, 209},
[475] = { 125, 476, 198, 209},
[476] = { 200, 477, 199, 209},
[477] = { 250, 478, 997, 209},
[478] = { 300, 479, 996, 209},
-- Tenten --
[480] = { 25, 481, 815, 213},
[481] = { 50, 482, 816, 213},
[482] = { 75, 483, 817, 213},
[483] = { 100, 484, 818, 213},
[484] = { 125, 485, 819, 213},
[485] = { 150, 486, 820, 213},
[486] = { 200, 487, 821, 213},
[487] = { 300, 488, 822, 213},
[488] = { 350, 489, 1015, 213},
[489] = { 400, 490, 1014, 213},
-- Nagato --
[491] = { 25, 492, 691, 17},
[492] = { 50, 493, 692, 17},
[493] = { 75, 494, 1039, 17},
[494] = { 100, 495, 1038, 17},
[495] = { 125, 496, 1037, 17},
[496] = { 150, 497, 1036, 17},
[497] = { 175, 498, 1035, 17},
-- Ino --
[499] = { 25, 500, 1022, 337},
[500] = { 50, 501, 1023, 337},
[501] = { 75, 502, 1024, 337},
[502] = { 100, 503, 1025, 337},
[503] = { 125, 504, 1026, 337},
[504] = { 150, 505, 1027, 337},
[505] = { 175, 506, 1019, 337},
[506] = { 200, 507, 1020, 337},
[507] = { 225, 508, 1021, 337},
-- Minato --
[509] = { 25, 510, 1034, 208},
[510] = { 50, 511, 1033, 208},
[511] = { 75, 512, 1031, 208},
[512] = { 100, 513, 1032, 208},
[513] = { 125, 514, 757, 208},
[514] = { 155, 515, 1030, 208},
-- Orochimaru --
[516] = { 25, 517, 1041, 7},
[517] = { 50, 518, 1043, 7},
[518] = { 75, 519, 1045, 7},
[519] = { 100, 520, 1047, 7},
[520] = { 125, 521, 1046, 7},
[521] = { 150, 522, 1044, 7},
[522] = { 175, 523, 1042, 7},
-- Suigetsu --
[524] = { 25, 525, 1048, 5},
[525] = { 50, 526, 1049, 5},
[526] = { 75, 527, 1050, 5},
[527] = { 100, 528, 1051, 5},
[528] = { 125, 529, 1052, 5},
[529] = { 150, 530, 1053, 5},
[530] = { 175, 531, 1054, 5},
-- Juugo --
[532] = { 25, 533, 1055, 88},
[533] = { 50, 534, 1056, 88},
[534] = { 75, 535, 1057, 88},
[535] = { 100, 536, 1058, 88},
[536] = { 125, 537, 1059, 88},
[537] = { 150, 538, 1060, 88},
[538] = { 175, 539, 1061, 88},
[539] = { 200, 540, 1062, 88},
-- Karin --
[541] = { 25, 542, 1063, 8},
[542] = { 50, 543, 1064, 8},
[543] = { 75, 544, 1065, 8},
[544] = { 100, 545, 1066, 8},
[545] = { 125, 546, 1067, 8},
[546] = { 150, 547, 1068, 8},
[547] = { 175, 548, 1069, 8},
-- Goku --
[549] = { 25, 550, 1078, 88},
[550] = { 50, 551, 1077, 88},
[551] = { 75, 552, 1076, 88},
[552] = { 100, 553, 1075, 88},
[553] = { 125, 554, 1074, 88},
[554] = { 150, 555, 1073, 88},
[555] = { 175, 556, 1072, 88},
[556] = { 200, 557, 1072, 88},
[557] = { 225, 558, 1071, 88},
-- Shisui --
[565] = { 25, 566, 1080, 88},
[566] = { 100, 567, 1081, 88},
[567] = { 150, 568, 1082, 88},
[568] = { 200, 569, 1083, 88},
[569] = { 225, 570, 1087, 88},
[570] = { 250, 571, 1088, 88},
}
function onSay(cid, words, param, channel)
local from,to = {x=1001, y=705, z=7},{x=1031, y=737, z=7} -- come?o e final do mapa
local from2,to2 = {x=1011, y=705, z=6},{x=1031, y=738, z=6} -- come?o e final do mapa
local from3,to3 = {x=1012, y=706, z=5},{x=1032, y=739, z=5} -- come?o e final do mapa
local from4,to4 = {x=985, y=598, z=7},{x=1044, y=652, z=7} -- come?o e final do mapa
local from5,to5 = {x=986, y=615, z=6},{x=1039, y=647, z=7} -- come?o e final do mapa
local from6,to6 = {x=990, y=616, z=5},{x=1040, y=647, z=5} -- come?o e final do mapa
if isInRange(getCreaturePosition(cid), from, to) or isInRange(getCreaturePosition(cid), from2, to2) or isInRange(getCreaturePosition(cid), from3, to3) or isInRange(getCreaturePosition(cid), from4, to4) or isInRange(getCreaturePosition(cid), from5, to5) or isInRange(getCreaturePosition(cid), from6, to6) then
doPlayerSendCancel(cid, "Voc? n?o pode se Transformar nesta ?rea!") return true
end

if (getPlayerStorageValue(cid,112) > 0) then
return doPlayerSendCancel(cid, "Voce Nao Pode Se Transforma,Voce Agora Virou Da Akatsuki")
end
local voc = config[getPlayerVocation(cid)]
if voc then
if getPlayerLevel(cid) >= voc[1] then
doPlayerSetVocation(cid, voc[2])
doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, "Voc? Transformou!")
local outfit = {lookType = voc[3]}
doCreatureChangeOutfit(cid, outfit)
doSendMagicEffect(getCreaturePosition(cid), voc[4])
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, "Voc? precisa estar no level " .. voc[1] .. " para transformar.")
end
else
doPlayerSendCancel(cid, "Voc? n?o pode se Transformar!")
end
return true
end
 
Odp: [8.6] Transform System

Zmienia?e? to co zaznaczy?em na czerwono? Sprawd? spis looktypes czy w og?le istnieje co? takiego, bo numer wydaje si? podejrzanie wysoki. Ewentualnie zobacz czy wstawisz looktype z innej postaci to dojdzie do zmiany.
Kod:
local config = {
--[vocation id] = { level, nova voc, looktype, efeito}
-- Naruto --
[1] = { 25, 2, [COLOR="#FF0000"]41203[/COLOR], 208},
[2] = { 50, 3, [COLOR="#FF0000"]41215[/COLOR], 208},
[3] = { 75, 4, 841, 208},
[4] = { 100, 5, 676, 208},
[5] = { 125, 6, 842, 208},
[6] = { 150, 7, 40, 208},
[7] = { 175, 8, 305, 208},
[8] = { 200, 9, 677, 208},
[9] = { 225, 10, 686, 208},
[10] = { 250, 11, 179, 208},
[11] = { 275, 12, 683, 208},
[12] = { 300, 13, 397, 208},
[13] = { 400, 14, 607, 208},
[14] = { 425, 15, 872, 208},
[15] = { 500, 16, 875, 208},
 
Odp: [8.6] Transform System

Tak, ja to zmieni?em bo chcia?em sprawdzi? ale niestety nie uda?o mi si?. Nawet jak zmieni? ten numer to i tak zrobi transform wi?c dlatego nie rozumiem gdzie szuka?.
 
Odp: [8.6] Transform System

Tak, ja to zmieni?em bo chcia?em sprawdzi? ale niestety nie uda?o mi si?. Nawet jak zmieni? ten numer to i tak zrobi transform wi?c dlatego nie rozumiem gdzie szuka?.
Zmienia na ten stary przed edycj?? A w vocations.xml nie masz dopisanych tych transformacji? Ci??ko mi tu pom?c bo nigdy nie gra?em na takim serwerze, ale wychodzi na to, ?e gdzie? indziej masz te informacje jeszcze. ?eby si? upewni? mo?esz da? to wszystko w komentarz i sprawdzi? czy dalej silnik pobiera te dane z innego miejsca, mo?e si? oka?e, ?e ten plik nie jest nigdzie zlinkowany i nic tu nie zmienisz.
Kod:
-- kod --
 
Odp: [8.6] Transform System

transformacj? s? tu, pewnie robisz co? ?le z vocami znaj?c ?ycie shrug

---------- Tre?? dodana o 17:22 ----------

siema sprawdzi?em ten skrypt u mnie na serwerku i wszystko ?miga jeste? pewien ?e robisz to z voca kt?rego chcesz sprawdza? to po 1 a po 2 ?e to jest skrypt podpi?ty w talkactions i w og?le pod dobre s?owa?
 
Odp: [8.6] Transform System

Wybaczcie za d?ugi odpis, natomiast bylem w pracy i nie mia?em dost?pu do pliku.

Oto vocations.xml

Kod:
id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="200" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no">
		<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/>
		<skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/>
	</vocation>
	
<vocation id="1" name="Cara" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="2">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="2" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="1">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="3" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="2">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="4" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="3">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="5" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="4">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="6" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="5">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="7" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="6">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="8" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="7">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="9" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="8">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="10" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="9">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="11" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="10">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="12" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="11">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="13" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="12">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="14" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="13">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="15" name="Naruto" description="a naruto" needpremium="0" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="14">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>
	
<vocation id="16" name="Naruto" description="a naruto rikkudou" needpremium="1" gaincap="20" gainhp="1100" gainmana="420" gainhpticks="1" gainhpamount="150" gainmanaticks="1" gainmanaamount="250" manamultiplier="1.1" attackspeed="300" soulmax="300" gainsoulticks="60" fromvoc="15">
		<formula meleeDamage="2.0" distDamage="2.0" wandDamage="2.0" magDamage="2.0" magHealingDamage="2.0" defense="2.0" magDefense="2.0" armor="2.0"/>
		<skill fist="2.0" club="2.0" sword="4.0" axe="2.0" distance="2.0" shielding="2.0" fishing="2.0" experience="2.0"/>
	</vocation>

transformacj? s? tu, pewnie robisz co? ?le z vocami znaj?c ?ycie shrug

---------- Tre?? dodana o 17:22 ----------

siema sprawdzi?em ten skrypt u mnie na serwerku i wszystko ?miga jeste? pewien ?e robisz to z voca kt?rego chcesz sprawdza? to po 1 a po 2 ?e to jest skrypt podpi?ty w talkactions i w og?le pod dobre s?owa?

Mi skrypt dzia?a idealnie, natomiast chcia?bym zmieni? wygl?d postaci po przemianie, gdy? aktualne np. mi nie pasuj? lub s? z?e. :)
 
Odp: [8.6] Transform System

[1] = { 25, 2, 41203, 208}
41203 to jest looktype zmie? to, wpisz /reload talkaction

I powinno dzia?a?.
 
Odp: [8.6] Transform System

[1] = { 25, 2, 41203, 208}
41203 to jest looktype zmie? to, wpisz /reload talkaction

I powinno dzia?a?.

Restartowalem system i to nie dzia?a?o ale gdy wr?c? do domu to sprawdz?. Pytanie mam jeszcze jedno bo si? naszukalem i nie znalaz?em odpowiedzi. Gdzie znajd? looktype? Sprawdza?em tibia.dat i spr ale gdy sprawdza?em te looktype to wyskakiwaly mi np. Puste butelki albo takie rzeczy, ale nie sprity postaci.
 
Odp: [8.6] Transform System

Jakim programem to otwiera?e??
 
Odp: [8.6] Transform System

Jakim programem to otwiera?e??

Spr editor, a dat otwieralem poprzez dat editor by black demon czy jako? tak si? nazywa?. Aktualnie niestety nie mam pod r?k? lecz na wiecz?r jak wr?c? podam wszystko.
 
Odp: [8.6] Transform System

object builder ?wirusie xd
 
Odp: [8.6] Transform System

object builder ?wirusie xd

Aaa, dobra teraz czaj? :lol: w porz?dku wr?c? do domu i obczaje to, teraz mam pytanie takie czy pobieraj?c st?d wszystkie wersje (najnowsza najlepiej) dzia?aj? pod 8.6 czy metoda pr?b i b??d?w? :lol:
 
Odp: [8.6] Transform System

W folderze z obj builderem powinien byc plik versions.xml czy cos w ten desen - dodaj linijke z twoimi strukturami plikow i bedzie ?miga?.
 
Odp: [8.6] Transform System

W porz?dku ju? mam wszystko ogarni?te! Dzi?ki wielkie za pomoc!
 
Back
Do góry