Jump to content

Lilith

Members
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Lilith

  1. SQL query: ALTER TABLE `char` ADD `faction_id` INT( 11 ) NOT NULL DEFAULT '0' AFTER `homun_id`
  2. Right. But if your lvl < fvf_min_lvl(55 by default) monster will attack you because you're not in faction wars and monster's mode is aggressive.
  3. BETA version is now available. Rewrited alpha-version code. Added map cell 'cell_nofvf'setcell "arena",0,0,300,300,cell_nofvf,1; Added Size setting in faction_db.txt, also added visual setting for this. Added Demo-NPC in prontera. Enjoy Please, report any bugs / make suggestions. Thanks.
  4. Thanks for comments. What about aura? or In Script Bonus field: changelook 7,<#PAL>; Of course, i can add this setting in faction_db.txt... Now i rewriting the code. P.S.: i'm willing to listen a new suggestions...
  5. Next version will have it Also you can choose visual size setting on FvF maps. More suggestions please
  6. ALFA version is now available. Please, report any bugs / make suggestions. Thanks.
  7. Of course This version is Pre-Alfa (small functional). I would like add more features. Next version will be with documentation. Thanks, i'll add it.
  8. Hello all! Now i present to you my release : Faction system. Faction system settings: conf/battle/faction.conf Faction data base: db/faction_db.txt Faction alliances db: db/faction_alliance.txt New atcommands New Script commands New mapflag: fvf ( mf_fvf ) New map cell: nofvf ( cell_nofvf, cell_chknofvf ) Main Features: Faction versus Faction wars allowed only on FvF maps ( Min.lvl -> fvf_min_lvl: 55 ) Custom aura effects ( max is 3 by default, but you can increase it ) Aura can displaying for unit types in faction.conf: NPCs, Monsters, Pets, etc...( not only for Player ) Monster and other can change own base status to status from faction_db.txt ( race, element... ) If faction have Undead race or status faction members in this function can heal themselves ( if it allowed in faction_db.txt ) NPC shops can sell items to different factions at different prices. Now saving faction leader and relics of each faction. Multi - alliance support. Voting system ( voting for faction leader ). Relics support. Logging Faction chat. Youtube Preview http://www.youtube.com/watch?v=S7q-ExosLa8 Price: FREE PATCH FOR RATHENA REV. 17310 Faction_System_Complete_1.4_rA17310.patch FACTION.SQL Old BETA version
  9. Обнови эмулятор, добавлена опция минимальной группы в этом же файле.
  10. prontera<TAB>mapflag<TAB>nosplash NoSplash.MapFlag.patch
  11. Заглянули бы сперва в script_commands.txt, затем писали бы ответы. mes "Alive mobs(real): "+getmapmobs(.@map$); заменить на mes "Alive mobs(real): "+mobcount(.@map$,"all");
  12. Отсюда тоже?
  13. Ну во-первых, не С++, а С (Си), во-вторых, можно проверить твои конфиги, если ты чего то не понял. Введи @mi 1002 в игре и кинь сюда строки с шансами выпадения.
  14. http://miruku.rathena.org/
  15. http://rathena.org/board/files/file/2244-npc-creator/
  16. Lilith

    Item script.

    bonus2 bSubRace,RC_DemiHuman,10+(getrefine()*2);
  17. Lilith

    Item script.

    I think this would be better too o.O if(isequipped(<id1>,<id2>,<id3>) { bonus bAllStats,5; skill "SM_BASH",(<skill_lvl>); }
  18. Lilith

    Item script.

    if(isequipped(Item_ID) && isequipped(Item_ID) && isequipped(Item_ID)) { bonus bAllStats,5; skill "SM_BASH",(skill_lvl); }
  19. Извини, а логин сервер при этом не ругается ?)
  20. Не знаю я ваших гайдов ) char_athena.conf map_athena.conf
  21. Какая версия твоего ехе файла? И после какого действия пишет о потери соединения?
  22. Обнови Lua файлы ( или Lub, что там у тебя ехе читает ) К тому же подобная тема уже есть на форуме.
×
×
  • Create New...