Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Серверная часть (https://forum.zone-game.info/forumdisplay.php?f=148)
-   -   Aion_Unique Ревизии (Последние сборки) (https://forum.zone-game.info/showthread.php?t=6171)

ALeKsIuS 24.01.2010 10:53

Aion_Unique Ревизии (Последние сборки)
 
В данной теме прошу выкладывать ссылки на ревизии во избежание замусоривания форума!:)
//В данной теме выкладывайте только сборки, посты с другим содержанием будут удаляться, а непонятливые пользователи караться.
Тему закреплю как важную.
Желательно писать изменения по сравнению с предыдущей выложенной сборкой.
Спасибо за понимание.

Обсуждение здесь
//Perfecto

Skeich 07.02.2010 22:26

Re: Aion_Unique Ревизии
 
Вот держите 984-я ревизия

R2D2 08.02.2010 02:22

Re: Aion_Unique Ревизии
 
забераем 991скачать

ViAl 08.02.2010 10:37

Re: Aion_Unique Ревизии
 
Скомпилированный Aion-Rev994

ViAl 08.02.2010 12:04

Re: Aion_Unique Ревизии
 
Скомпилированный Aion Rev.994 + Сбор ресурсов

Skeich 08.02.2010 17:46

Re: Aion_Unique Ревизии
 
Вот держите 998-я ревизия

ViAl 08.02.2010 18:03

Re: Aion_Unique Ревизии
 
Скомпилированный Aion - Unique rev.998 + Gather

ViAl 08.02.2010 20:09

Re: Aion_Unique Ревизии
 
Скомпилированный Aion - Unique rev.999 + Сбор ресурсов[11.44Mb]

Добавлено через 54 минуты
Юбилейная, тысячная сборка Aion Unique + Сбор ресурсов!
Скомпилированный Aion - Unique rev.1000 + Сбор ресурсов[11.45Mb]

Skeich 08.02.2010 22:27

Re: Aion_Unique Ревизии
 
1001 ревизия

Zverskiy 09.02.2010 01:00

Re: Aion_Unique Ревизии
 
1007 ревизия
Зеркало

ViAl 09.02.2010 07:53

Re: Aion_Unique Ревизии
 
Скомпилированная 1008 ревизия + сбор ресурсов+список изменений[11.45Mb]
Зеркало на webfile.ru
Небольшое дополнение: сборка проверена, всё работает.

ViAl 09.02.2010 19:20

Re: Aion_Unique Ревизии
 
Скомпилированная 1013 ревизия + сбор ресурсов+список изменений[11.47Mb]
Зеркало на webfile.ru - смотрите на сайте.
Сборка проверена, всё работает.

ViAl 10.02.2010 07:41

Re: Aion_Unique Ревизии
 
Скомпилированная 1020 ревизия + сбор ресурсов+список изменений[11.47Mb]
Зеркало на webfile.ru - смотрите на сайте.
Сборка проверена, всё работает.

ViAl 11.02.2010 07:31

Re: Aion_Unique Ревизии
 
Скомпилированная 1036 ревизия + сбор ресурсов+список изменений[11.51Mb]
Сборка проверена, всё работает.
Для скачки добавлены 4 веб-обвязки для серверов Aion.
nelegal, Патч для сбора можно скачать там же ;)

Skeich 12.02.2010 18:31

Re: Aion_Unique Ревизии
 
1046 ревизия

JOHNNICK 13.02.2010 04:46

Re: Aion_Unique Ревизии
 
Новая зборка ;)
Aion-Unique Rev 1050 Скачать

JOHNNICK 13.02.2010 23:59

Re: Aion_Unique Ревизии
 
Цитата:

Сообщение от alendelonio (Сообщение 55293)
1060 залейте пож-та :)

Держи Aion-Unique Rev 1060.exe

ViAl 14.02.2010 09:03

Re: Aion_Unique Ревизии
 
Скомпилированный Aion-Unique Rev.1063

JOHNNICK 14.02.2010 23:53

Re: Aion_Unique Ревизии
 
Скачать Aion-Unique Rev 1077
Нововведения
En
Legion System (Creation/Invite/Leave/Kick/Set permissions/Change self intro, nickname)
Ru
Система Легионов (создание / Invite / Написать / Kick / Установка разрешений / Изменить себя интро, псевдоним)
P.S. Перевод Гуглявский =)

ViAl 15.02.2010 07:54

Re: Aion_Unique Ревизии
 
Скомпилированная сборка Aion-Unique Rev.1083
Не забудьте обновить свои БД. Запрос:
Код:

CREATE TABLE IF NOT EXISTS `legions` (
`id` int(11) NOT NULL,
`name` varchar(16) NOT NULL,
`level` int(1) NOT NULL DEFAULT '1',
`legionar_permission2` int(11) NOT NULL DEFAULT '64',
`centurion_permission1` int(11) NOT NULL DEFAULT '104',
`centurion_permission2` int(11) NOT NULL DEFAULT '8',
PRIMARY KEY (`id`),
UNIQUE KEY `name_unique` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

CREATE TABLE IF NOT EXISTS `legion_announcement_list` (
`legion_id` int(11) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
`announcement` varchar(120) NOT NULL,
`date` int(11) NOT NULL,
PRIMARY KEY (`id`),
FOREIGN KEY (`legion_id`) REFERENCES `legions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

CREATE TABLE IF NOT EXISTS `legion_members` (
`legion_id` int(11) NOT NULL,
`player_id` int(11) NOT NULL,
`nickname` varchar(16) NOT NULL default '',
`rank` int(1) NOT NULL default '2',
`selfintro` varchar(25) default '',
PRIMARY KEY (`player_id`),
FOREIGN KEY (`player_id`) REFERENCES `players` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
FOREIGN KEY (`legion_id`) REFERENCES `legions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Добавлено через 1 час 37 минут
Цитата:

Сообщение от Nemesis (Сообщение 55378)
У меня работает Сбор трав и ефирокинез
А вот энергокинез не работает вообще

Проверил, работают все три навыка.

Skeich 16.02.2010 00:58

Re: Aion_Unique Ревизии
 
1106 ревизия

ViAl 17.02.2010 08:22

Re: Aion_Unique Ревизии
 
Скомпилированная сборка Aion-Unique Rev.1127
Сборка проверена, работает.

R2D2 18.02.2010 02:14

Re: Aion_Unique Ревизии (Последние сборки)
 
ревизия 1134скачать

MoonWolf 18.02.2010 17:24

Re: Aion_Unique Ревизии (Последние сборки)
 
Цитата:

Сообщение от zaqwer (Сообщение 56047)
Как удалили некоторые файлы, теперь ГС выдаёт ошибки, ищет, но не находит...

вроди исправили все работает =) вот 1139 сборка

starry 19.02.2010 07:29

Re: Aion_Unique Ревизии (Последние сборки)
 
Сборка 1157

zaqwer 19.02.2010 21:26

Re: Aion_Unique Ревизии (Последние сборки)
 
1160 ревизия: http://depositfiles.com/files/5oupn88ux
Нужно обновить sql

starry 20.02.2010 10:03

Re: Aion_Unique Ревизии (Последние сборки)
 
Сборка 1169

ViAl 21.02.2010 10:51

Re: Aion_Unique Ревизии (Последние сборки)
 
Скомпилированная сборка Aion-Unique Rev.1177
Сборка проверена, работает.

PROGRAMMATOR 21.02.2010 11:29

Re: Aion_Unique Ревизии (Последние сборки)
 
ViAl, в теме выкладывают ссылки на сборки, а не рекламируют сайты, ну, это я так, на будущее.

zaqwer 21.02.2010 18:07

Re: Aion_Unique Ревизии (Последние сборки)
 
Обсуждение тут: http://forum.zone-game.info/showthread.php?t=6577 (Можно как-то закрепить)

starry 22.02.2010 06:40

Re: Aion_Unique Ревизии (Последние сборки)
 
Сборка 1185
Зеркало 1185
1185 - SM_LEGION_INFO fix.
1184 - Fixed bug with calculations of weapon mastery effect, now values should be correct.

Добавлено через 13 часов 5 минут
Сборка 1191
- 1191 Fix for increase kinah of seller
- 1190 Solved legion disappear after create and relog.
- 1189 Optimized private store.
- 1188 Fixed the Legion Emblem problem.
- 1187 Added Private Store(Enable/Disable by config) Fixed Disband.
- 1186 Small legion packet fix

ViAl 23.02.2010 04:27

Re: Aion_Unique Ревизии (Последние сборки)
 
Скомпилированная сборка Aion-Unique Rev.1201
TimeLine:
[1192] SVN Ignore: .gcjbuilder
[1193] New settings for commons + SVN Ignores
[1194] A bigger java-doc cleaning and white spaces, nothing extra, only readable.
[1195] AEInfos: This class is for get/log system informations.
[1196] AbstractLockManager moved to commons.
[1197] Commons update.
[1198] Using commons utils for Restart/Shutdown.
[1199] Small correction for Legion Disband
[1200] fixed teleport usage delay exploit when being attacked by monster
[1201] Removed caching for legionmembers(Solved kick/leave problem). Fixed count sel...
---
Сборка проверена, работает.

starry 24.02.2010 11:34

Re: Aion_Unique Ревизии (Последние сборки)
 
Сборка 1214
- 1214 Added LegionMember caching again. And fixed it properly. No legions or members will disappear anymore.
- 1213 Small improvement of CM_BUY_ITEM
- 1212 Small CM_DIALOG_SELECT improvement.
- 1211 fixed aggression desire of npc ai so they will not attack friendly players in the presence of enemies.
- 1210 fixed aggro of asmo guards to own race (old bug with aggro). Known issue is that some guards are not aggro correctly. This will be enhanced later.
- 1209 small improvement in cast spam prevention, thx sphinx
- 1208 Guards will attack other race players - gift to 23 feb celebration :)
Please recheck player-npc interactions.
- 1207 Optimized Private Store a bit.
- 1206 fixed compilation problem
- 1205 reshanta monster spawns corrections by COBETHUK
- 1204 SM_MESSAGE Correction (added isSysMsg() - can read chat for all races or only between races)
- 1203 fixes of z coordinates for gatherables in theomobos, thx COBETHUK
- 1202 Small correction for loading legion emblem.

starry 24.02.2010 20:36

Re: Aion_Unique Ревизии (Последние сборки)
 
to AlexDa
обсуждение сборок здесь

Сборка 1220

- 1220 Optimized Legion saving.
- 1219 Added SM_CONSUME_DP, solved underflow (increase dp abnomally when spam dp skill).
- 1218 Stat fix patch by kosyachok, including improved formulas for crit/dodge/block/parry calculations. Needs testing and feedback.
- 1217 Removed log message from dispather.
- 1216 Task manager separate thread pool (should improve performance), thx sphinx.
- 1215 Small correction for PrivateStoreService.

ViAl 25.02.2010 14:47

Re: Aion_Unique Ревизии (Последние сборки)
 
Скомпилированная сборка Aion-Unique Rev.1222
Сборка проверена, работает.

JOHNNICK 25.02.2010 16:38

Re: Aion_Unique Ревизии (Последние сборки)
 
Server Aion-Unique Rev 1225 http://rghost.ru/1051482

Taku 25.02.2010 21:39

Re: Aion_Unique Ревизии (Последние сборки)
 
http://77.120.87.4:8080/hudson/

Сборки уже в архивах - лист смотрите на http://www.assembla.com/code/ae-go/s...ion/changesets

starry 26.02.2010 10:03

Re: Aion_Unique Ревизии (Последние сборки)
 
Сборка 1233

- 1233 Fixed totalprice in privatestore.
- 1232 XP loss calculations patch by jangan.
- 1231 StatFix2 patch by kosyachok - now even more retail-like :)
Fixed problem with powershards not saving correctly when equipped stack was emptied.
- 1230 classpath...
- 1229 Added several dummy skill effects so absence of them will not interfere other effects.
- 1228 Fixed drop from quest npcs (npe in ActionitemController.java).
- 1227 Added SM_LOGIN_QUEUE.
- 1226 Equip message correction.

Romanz 27.02.2010 12:30

Re: Aion_Unique Ревизии (Последние сборки)
 
rev.1251+ патч на краски скачать

[1251] updated player_experience_table with more correct values, thx jangan
[1250] Excuse moi. Wrong order
[1249] ..
[1248] removed unused import
[1247] Changed missing priest rewards.
[1246] 10 sec delay when force quit, thx sphinx. Probably later need to add configur...
[1245] Correct some packet. Delete not used
[1244] Some fixes in offhand damage calculations and multihit. thx kosyachok Removed...
[1243] forgot to change npc enemy check in addition to rev1241. Need update
[1242] Simplified some Legion related things.
[1241] fixed buf/heal on non-aggressive monsters
[1240] Only one food effect will be applied
[1239] Changing map implementation in knownlist (should solve fastmap access nullpoi...
[1238] SM_ROOT -> SM_TARGET_IMMOBILIZE it should work with like stun, knockback, root
[1237] Changed //system command to //sys for easier usage. Changed java doc for shut...
[1236] Shutdown Rework, report any issue on forum. I tested, player datas saved for ...
[1235] Added a check if you are in a legion when you delete a character.
[1234] Fixed legion disband error for newly created Legions.

Добавлено через 2 часа 39 минут
Rev.1253 + краcки+ альтернативный spawn/drop

[1253] New info loggers.
[1252] Rebuild quest_data.xml


p.s. незабываем жать СПАСИБО

Добавлено через 22 часа 11 минут
Rev.1270(1271 no complit)+ spawn/drop скачать
обновление библиотек Commns Rev.1270 скачать
[1270] min/max zero damage fix with log message, thx kosyachock
[1269] [Skill engine] Basic toggle skill support (like Shield Defense, Defensive Pre...
[1268] sry, I forgot other command
[1267] ...
[1266] Needed for GroupService
[1265] Added LegionMemberEx caching and fixed Character delete problem.
[1264] Little fix..
[1263] missed...
[1262] Fixed doubled damage from dual weapons and bonus stat not applied to physical...
[1261] Commons updated. Now we have similar versionning then l2j/l2j-free, if anyone...
[1260] Commons side, only one part needed.
[1259] Build.xml Update, now only java-side needed for versions
[1258] SM_MANTRA_ACTIVATION -> SM_SKILL_ACTIVATION
[1257] Here the files for version, later it's will needed for version.
[1256] Removed unused import
[1255] Skill list methods small refactoring. SkillLearnService from static to inject...
[1254] SM_STATS_INFO small correct
[1253] New info loggers.

zaqwer 01.03.2010 15:54

Re: Aion_Unique Ревизии (Последние сборки)
 
Вот: http://depositfiles.com/files/b8whd4dch ( http://ssdepositfiles.com/files/b8whd4dch )
[1286] dye color fix, thx RotO
[1285] corrected values for AP gained/lost, thx sphinx
[1284] fixed heal skills that restore 100% of hp
[1283] reverted 1281 revision since this commit was not managed
[1282] [Skill engine] Always block effects (Shield of Faith, Divine
[1281] some spawns monsters added
[1280] More correct initial main hand power, pdef, parry, evasion, block,
[1279] [Skill engine] Always resist effects added (Focused Evasion, Nature's
[1278] [Skill engine] Wall of Stell skill implemented (always parry)
[1277] [Skill engine] implemented skills that have effect "always dodge
[1276] Introduced new StaticObject to represent craft machine spawns,
[1275] Small correction for loot messages
[1274] small refactoring of observers, added commons-lang
[1273] Added messages to looting
[1272]...
И (Сопру у автора посл. комента): не забываем ставить СПАСИБО


Текущее время: 14:29. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot