Jump to content

Faction System


Lilith

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   3
  • Joined:  04/02/12
  • Last Seen:  

hello may i ask how to fix the cliff.c error ? it says already has body :/

Remove the clif_displaymessagecolor function in clif.c. You already have this function.

Remove the original or yours?

i tried to use my clif_disp code but when i start my server it says unknow function in conf/faction .....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  407
  • Reputation:   159
  • Joined:  11/18/11
  • Last Seen:  

Function clif_displaymessagecolor duplicated.

Edited by Lilith
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   3
  • Joined:  04/02/12
  • Last Seen:  

Funtion clif_displaymessagecolor duplicated.

Ok thank you. i will try to patch it again later :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

please slove my problem.. /sob i need faction to implement in my Ragnarok.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   3
  • Joined:  12/26/11
  • Last Seen:  

Такая же проблема как и была уже тут у Игрока,только решение никто не сказал.

Когда игрок 1 лвл подходит к игроку с фракцией,сервер сразу Крашит.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

i want to share about race manager :D....achievment on race leader.:D..like strike team.deff team.:D etc..

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   2
  • Joined:  03/23/12
  • Last Seen:  

can i use this on 3ceam ? because i tried your vending system and failed [ error when compile ] using 3ceam :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  218
  • Reputation:   16
  • Joined:  01/24/12
  • Last Seen:  

Definitely going to use this on a new server that I'll be creating later on. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  11/27/11
  • Last Seen:  

for this system can you name the factions? how many can you add and is there faction positions, like leaders?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  407
  • Reputation:   159
  • Joined:  11/18/11
  • Last Seen:  

@all: i stopped to update this... i'm so lazy... thx.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  218
  • Reputation:   16
  • Joined:  01/24/12
  • Last Seen:  

@all: i stopped to update this... i'm so lazy... thx.

Well. Lilith I was thinking of using this on a new project I was going to be working on, do you think it'll have major bugs in it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  11/27/11
  • Last Seen:  

i don't mind it not being updated anymore, i just want to figure out how to add other factions, i tried to in the db and the server wouldn't read them, so do i have to do something to src? i added this for this race system i have, i just want to know how to add this.

Edit: i figured this out but when i changed my player chars faction map server errored. is there no solution to this since you're not updating anymore or what? if this could just not happen it would be perfect.

Edited by premwill
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

- hope someone could continue what lilith started..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  01/03/12
  • Last Seen:  

how can i apply these patch in my dedicated server?.

What's the command?

how can i fix this

[Warning]: Unknown setting 'faction_system' in file conf/battle/faction.conf

[Warning]: Unknown setting 'faction_color_chat' in file conf/battle/faction.conf

[Warning]: Unknown setting 'fvf_hp_bar' in file conf/battle/faction.conf

[Warning]: Unknown setting 'fvf_short_attack_damage_rate' in file conf/battle/faction.conf

[Warning]: Unknown setting 'fvf_long_attack_damage_rate' in file conf/battle/faction.conf

[Warning]: Unknown setting 'fvf_weapon_attack_damage_rate' in file conf/battle/faction.conf

[Warning]: Unknown setting 'fvf_magic_attack_damage_rate' in file conf/battle/faction.conf

[Warning]: Unknown setting 'fvf_misc_attack_damage_rate' in file conf/battle/faction.conf

[Warning]: Unknown setting 'fvf_min_lvl' in file conf/battle/faction.conf

[Warning]: Unknown setting 'fvf_visual_size' in file conf/battle/faction.conf

[Warning]: Unknown setting 'chat_leader' in file conf/battle/faction.conf

[Error]: npc_parse_mapflag: unrecognized mapflag 'fvf' (file 'doc/sample/npc_test_faction.txt', line '7').

[Error]:

script error on doc/sample/npc_test_faction.txt line 24

parse_line: expect command, missing function name or calling undeclared function

19 : mes .@name$,"Your Base level must be 55 and above!";

20 : break;

21 : }

22 : mes .@name$,"Choose the Faction, please:";

23 : menu "1 - Angel",-,"2 - Elf",-,"3 - Demon",-;

* 24 : 's'etfaction @menu;

25 : mes "Now you're in faction : ["+strcharinfo(4)+"]";

26 : break;

27 : case 2:

28 : mes .@name$,"Select menu, please:";

29 : menu "1 - Angel",-,"2 - Elf",-,"3 - Demon",-;

when i try to logged with my char, i recived this error [Error]: chrif_authok: Data size mismatch! 39828 != 39824

Fixed.

i don't understand what's relic :/

Edited by fiction
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   7
  • Joined:  03/13/12
  • Last Seen:  

How to fix this problem ? :| I using 3ceam 660

*Fixed

Edited by In-Line
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  76
  • Reputation:   4
  • Joined:  11/15/11
  • Last Seen:  

Hahaha i once tried making this using mere script now you have src i salute you anyways The idea of Relic is definitely from AIKA online with temple and such anyways its great!

If you wan more idea about the relic and what temples are GO search AikaOnline

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  06/03/12
  • Last Seen:  

Can anyone help me?

@edit

1>------ Build started: Project: map-server_sql, Configuration: Debug Win32 ------

1>atcommand.obj : error LNK2019: unresolved external symbol _do_init_faction referenced in function _atcommand_freload

1>map.obj : error LNK2001: unresolved external symbol _do_init_faction

1>atcommand.obj : error LNK2019: unresolved external symbol _do_final_faction referenced in function _atcommand_freload

1>map.obj : error LNK2001: unresolved external symbol _do_final_faction

1>atcommand.obj : error LNK2019: unresolved external symbol _faction_search referenced in function _atcommand_fchat

1>clif.obj : error LNK2001: unresolved external symbol _faction_search

1>script.obj : error LNK2001: unresolved external symbol _faction_search

1>atcommand.obj : error LNK2019: unresolved external symbol _faction_check_alliance referenced in function _atcommand_fchat2

1>battle.obj : error LNK2001: unresolved external symbol _faction_check_alliance

1>clif.obj : error LNK2001: unresolved external symbol _faction_check_alliance

1>battle.obj : error LNK2019: unresolved external symbol _faction_calc_damage referenced in function _battle_calc_magic_attack

1>battle.obj : error LNK2019: unresolved external symbol _faction_get_id referenced in function _battle_check_target

1>clif.obj : error LNK2001: unresolved external symbol _faction_get_id

1>skill.obj : error LNK2001: unresolved external symbol _faction_get_id

1>clif.obj : error LNK2019: unresolved external symbol _faction_aura_send referenced in function _clif_spawn

1>status.obj : error LNK2001: unresolved external symbol _faction_aura_send

1>clif.obj : error LNK2019: unresolved external symbol _faction_display_size referenced in function _clif_spawn

1>clif.obj : error LNK2019: unresolved external symbol _faction_sendemblem_area referenced in function _clif_spawn

1>clif.obj : error LNK2019: unresolved external symbol _faction_aura_load referenced in function _clif_getareachar_unit

1>clif.obj : error LNK2019: unresolved external symbol _faction_sendemblem_single referenced in function _clif_getareachar_unit

1>clif.obj : error LNK2019: unresolved external symbol _faction_factionaura referenced in function _clif_parse_LoadEndAck

1>clif.obj : error LNK2019: unresolved external symbol _faction_show_hp referenced in function _clif_parse_LoadEndAck

1>pc.obj : error LNK2019: unresolved external symbol _faction_get_exp referenced in function _pc_dead

1>status.obj : error LNK2019: unresolved external symbol _faction_aura_update referenced in function _status_change_start

1>..\map-server_sql.exe : fatal error LNK1120: 15 unresolved externals

========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========

Edited by Chelsea
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

ok i will develop :D........ur resources lilith :D.wkwkwkwk

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  251
  • Reputation:   20
  • Joined:  12/22/11
  • Last Seen:  

ok i will develop :D........ur resources lilith :D.wkwkwkwk

worth it?

ill wait ur develop for this source if possible. ill stay to watch ur progress.. even till im die.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

ok i will develop :D........ur resources lilith :D.wkwkwkwk

worth it?

ill wait ur develop for this source if possible. ill stay to watch ur progress.. even till im die.

LOL it's joke :D.....wkwkw.i just modif script not source :D maybe if i learn java i can do it :D LOL
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

can anyone update this please ^_^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

After reading this from the beginning, no wonder Lilith has lost the interest in this system...

Starting with some bugs report and those endless suggestions.

Even though the suggestions are great, but actually it's very hard and time wasting to implement them all. We don't even know whether Lilith was working with a team or maybe Lilith just develops this system alone without anyone helping with this project.

Creating src codes, SQL codes, and even finding bugs in the codes is a fun yet stressing thing to do...

Anyway, thanks Lilith for your awesome work for this community /no1

  • Upvote 3
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  11/26/11
  • Last Seen:  

u right nanakiwurtz

there are too many request here that can make bored.

if i am the one who make something like this maybe i'm will not release this for free.xD

anyway Lilith is awesome. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...