Jump to content

Recommended Posts

Posted

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.

  • 1 month later...
  • 3 weeks later...
  • 4 weeks later...
Posted (edited)

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
  • 2 weeks later...
Posted (edited)

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
  • 2 weeks later...
Posted (edited)
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
Posted
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
Posted
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??

Posted

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!

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

 

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!

  • 4 weeks later...
  • 4 weeks later...
  • 1 month later...
  • 3 months later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...