Jump to content
Lilith

Faction System

Recommended Posts

idc about the suggestions from before, i just want to know if this could be fixed so when i do fvfon when theres a faction member online, my server doesn't crash. thats all i need, crashing part is my only issue.

Link to comment
Share on other sites

Memory manager: Memory leaks found at 2012/12/26 17h50m36s (Revision Unknown).

0001 : f:\rathena_16328\src\map\faction.c line 483 size 76 address 0x04E12404

Link to comment
Share on other sites

Sorry for reviving this topic but how do I implement a Flux Registration with this. I think this is the reason why I get error when registering in my Flux CP :o

ok nevermind, fixed it

Edited by Mavis
Link to comment
Share on other sites

Hi

I have this error :S

can anyone help me plz =(?

Error 1 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\faction.c 46 1 map-server_sql

Error 2 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\faction.c 49 1 map-server_sql

Error 3 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\faction.c 55 1 map-server_sql

Error 4 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\faction.c 313 1 map-server_sql

Error 5 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\faction.c 315 1 map-server_sql

Error 6 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\map.c 479 1 map-server_sql

Error 7 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\map.c 480 1 map-server_sql

Error 8 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\map.c 1662 1 map-server_sql

Error 9 error C2198: 'mob_once_spawn_sub' : too few arguments for call src\map\script.c 17714 1 map-server_sql

Error 10 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\skill.c 6410 1 map-server_sql

Error 11 error C2051: case expression not constant src\map\skill.c 6410 1 map-server_sql

Error 12 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\skill.c 7785 1 map-server_sql

Error 13 error C2051: case expression not constant src\map\skill.c 7785 1 map-server_sql

Error 14 error C2065: 'skillid' : undeclared identifier src\map\skill.c 10884 1 map-server_sql

Error 15 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\skill.c 11240 1 map-server_sql

Error 16 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\status.c 740 1 map-server_sql

Error 17 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\status.c 7176 1 map-server_sql

Error 18 error C2051: case expression not constant src\map\status.c 7176 1 map-server_sql

Error 19 error C2064: term does not evaluate to a function taking 1787 arguments src\map\status.c 9793 1 map-server_sql

Error 20 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\status.c 10623 1 map-server_sql

Error 21 error C2051: case expression not constant src\map\status.c 10623 1 map-server_sql

Error 22 error C2065: 'SC_FACTION_AURA' : undeclared identifier src\map\status.c 10802 1 map-server_sql

Error 23 error C2051: case expression not constant src\map\status.c 10802 1 map-server_sql

24 IntelliSense: identifier "SC_FACTION_AURA" is undefined src\map\faction.c 46 18 map-server_sql

Thanks

Edited by aisha
Link to comment
Share on other sites

Hello all!

I finish this system for current revision.

Full version features:

  • Code updated.
  • Solved problem, which crushing map server after @reloadfactiondb command.
  • Corrected Faction Aura bonus ( SC_FACTION_AURA ).
  • Now saving faction leader and relics of each faction.
  • Now aura of each faction in faction_db.txt ( faction_aura_db.txt was deleted )
  • Multi - alliance support.
  • Voting for faction leader ( some people's suggestion ).
  • Logging Faction chat.
  • ...
 

The full version will not free. All news later :)

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

Hello all!
I finish this system for current revision.
Full version features:
  • Code updated.
  • Solved problem, which crushing map server after @reloadfactiondb command.
  • Corrected Faction Aura bonus ( SC_FACTION_AURA ).
  • Now saving faction leader and relics of each faction.
  • Now aura of each faction in faction_db.txt ( faction_aura_db.txt was deleted )
  • Multi - alliance support.
  • Voting for faction leader ( some people's suggestion ).
  • Logging Faction chat.
  • ...
 
The full version will not free. All news later :)

 

ooohh T_T... please release it :D

  • Upvote 1
Link to comment
Share on other sites

Hello all!
I finish this system for current revision.
Full version features:
  • Code updated.
  • Solved problem, which crushing map server after @reloadfactiondb command.
  • Corrected Faction Aura bonus ( SC_FACTION_AURA ).
  • Now saving faction leader and relics of each faction.
  • Now aura of each faction in faction_db.txt ( faction_aura_db.txt was deleted )
  • Multi - alliance support.
  • Voting for faction leader ( some people's suggestion ).
  • Logging Faction chat.
  • ...
 
The full version will not free. All news later :)

 

wow...how much lilith??

Link to comment
Share on other sites

I have a question (I'm using  BETA 2)

Whenever I try to add faction ID 4, my map server gives an error. Is there a limit of 3 factions on this script?

Also, I'm very excited about the full version, nice job Lilith!

Link to comment
Share on other sites

I have a question (I'm using  BETA 2)
 
Whenever I try to add faction ID 4, my map server gives an error. Is there a limit of 3 factions on this script?
 
Also, I'm very excited about the full version, nice job Lilith!

 

See faction.h
 
#define MAX_FACTION 3

 

Maximum is 3 factions. Increase it if you want.
Link to comment
Share on other sites

 

I have a question (I'm using  BETA 2)
 
Whenever I try to add faction ID 4, my map server gives an error. Is there a limit of 3 factions on this script?
 
Also, I'm very excited about the full version, nice job Lilith!

 

See faction.h
 

#define MAX_FACTION 3

 

Maximum is 3 factions. Increase it if you want.

 

Thank you very much!

Link to comment
Share on other sites

Does That Works With eAthena or 3ceam ???

BTW Awesome script i hope it works with My trunk 

/no1

Edited by Nash
Link to comment
Share on other sites

hmm faction system doesn't work in r17359? hmm i try to apply patch with tortoise, but a result fail :3 pleasee i need help you :3, thanks before

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.