Jump to content

[Share]Fandc


emporial

Recommended Posts

I dont understand why this obsession with fandC.. im new but still i believe if you're good developer you can even make miracles with

L2j basic files. 

Link to comment
Share on other sites

I dont understand why this obsession with fandC.. im new but still i believe if you're good developer you can even make miracles with

L2j basic files. 

 

True

Link to comment
Share on other sites

somebody can share backup file?

I'm literally few days in L2 and i can say stop using shared projects especially Russian one.. nothing wrong with russian i like them but

their work is a bit messy and hard to re-work on.. use clean L2j files and do your own "personal project" for your server...

Everywhere i see this fandC and im sure there is no difference with L2J if you fix few things... 

Link to comment
Share on other sites

Hello I made the database installation however when active gameserver appears to me that error, I tried to merge the files over to no avail, anyone know where I fix this required information ?

 

[sellBuffSkillList]: invalid config property -> SellBuffSkillList ""

Exception in thread "main" java.lang.NullPointerException

        at l2f.gameserver.Config.loadServicesSettings(Config.java:4382)

        at l2f.gameserver.Config.load(Config.java:2230)

        at l2f.gameserver.GameServer.<init>(GameServer.java:178)

        at l2f.gameserver.GameServer.main(GameServer.java:423)

 

Server terminated abnormaly ...

 

Thanks

Link to comment
Share on other sites

 

Hello I made the database installation however when active gameserver appears to me that error, I tried to merge the files over to no avail, anyone know where I fix this required information ?
 
[sellBuffSkillList]: invalid config property -> SellBuffSkillList ""
Exception in thread "main" java.lang.NullPointerException
        at l2f.gameserver.Config.loadServicesSettings(Config.java:4382)
        at l2f.gameserver.Config.load(Config.java:2230)
        at l2f.gameserver.GameServer.<init>(GameServer.java:178)
        at l2f.gameserver.GameServer.main(GameServer.java:423)
 
Server terminated abnormaly ...
 
Thanks

 

register on http://open.fandc.ro/ to find the solution.

Link to comment
Share on other sites

 

Hello I made the database installation however when active gameserver appears to me that error, I tried to merge the files over to no avail, anyone know where I fix this required information ?
 
[sellBuffSkillList]: invalid config property -> SellBuffSkillList ""
Exception in thread "main" java.lang.NullPointerException
        at l2f.gameserver.Config.loadServicesSettings(Config.java:4382)
        at l2f.gameserver.Config.load(Config.java:2230)
        at l2f.gameserver.GameServer.<init>(GameServer.java:178)
        at l2f.gameserver.GameServer.main(GameServer.java:423)
 
Server terminated abnormaly ...
 
Thanks

 

Inside your configs there is a config with invalid value "" .. check your configs

Link to comment
Share on other sites

Inside your configs there is a config with invalid value "" .. check your configs

it's not invalid.it's just missing..

add this in the end of the config file services.ini

# -----------------------------------------
#        Second Sell Buff System          -
#        Check Other OfflineBuffer.ini    -
# -----------------------------------------
# Describe:
# System allow sell buffs by players who's classes are declared in SellBuffClassList.
#
# Enable / Disable Sell Buff System
SellBuffEnabled = true

# Allow offline buff sell.
OfflineSellbuffEnabled = true

# Enable skill mp use.
SellBuffSkillMpEnabled = true

# Multiplier skill mp consume.
# If character have 2000 mp, and multiplier = 100.0, sell buff mp = 200 000.
SellBuffSkillMpMultiplier = 1.0

# Enable specific skill item consume. Example: Skill Chant of Victory using Spirit Ore.
SellBuffSkillItemConsumeEnabled = True

# Choose allowed classes.
# Format : classid,classid,classid,classid, ... classid,classid
SellBuffClassList = 15,16,97,17,98,29,30,105,42,43,112,50,116,51,115,100,21,107,34,103,115,94

# Allowed skillsId, and duration of this skills list:
# Format : skillid,duration;skillid,duration; ... ;skillid,duration
# SkillDuration is not implemented yet.
SellBuffSkillList = 33,7200;67,7200;264,7200;265,7200;266,7200;267,7200;268,7200;\
269,7200;270,7200;271,7200;272,7200;273,7200;274,7200;275,7200;276,7200;277,7200;\
304,7200;305,7200;306,7200;307,7200;308,7200;309,7200;310,7200;311,7200;\
349,7200;363,7200;364,7200;365,7200;366,7200;\
1002,7200;1003,7200;1004,7200;1005,7200;1006,7200;1007,7200;1008,7200;1009,7200;\
1032,7200;1033,7200;1035,7200;1036,7200;1040,7200;1043,7200;1044,7200;1045,7200;1048,7200;\
1059,7200;1062,7200;1068,7200;1073,7200;1077,7200;1078,7200;1085,7200;1086,7200;1087,7200;\
1182,7200;1189,7200;1191,7200;1204,7200;1240,7200;1242,7200;1243,7200;1249,7200;1250,7200;1251,7200;1252,7200;1253,7200;\
1257,7200;1259,7200;1260,7200;1261,7200;1268,7200;1279,7200;1280,7200;1281,7200;1282,7200;1284,7200;\
1303,7200;1307,7200;1308,7200;1309,7200;1310,7200;1311,7200;1328,7200;1352,7200;1353,7200;1354,7200;1355,7200;1356,7200;\
1357,7200;1362,7200;1363,7200;1364,7200;1365,7200;1388,7200;1389,7200;1390,7200;1391,7200;1392,7200;\
1393,7200;1397,7200;1413,7200;1414,7200;1415,7200;1416,7200;\
4699,7200;4700,7200;4702,7200;4703,7200;1323,7200;1542,7200;915,7200;1232,7200;1238,7200;1416,7200;1414,7200;\

# Allow selling party buffs for no party members.
AllowPartyBuffs = True

# Allow selling clan buffs for no clan members.
AllowClanBuffs = True

# Buff buyer will be informed about buff price greater than SellBuffPunishedPrice.
# This option must be between <1, 2 000 000 000> (Default: 5000) (if it have other value, the option will be ignored).
SellBuffPunishedPrice = 5000

# If Enabled, remove useless buffs like shield lv.1 from dominator buff set.
# This option should be enabled, for helping players to get wrong buffs.
SellBuffFilterEnabled = True

# SellBuffMinLvl default: 40 (lower level's not implemented yet)
SellBuffMinLvl = 40

# Sell buff min level for summoners
# Default: 56
SellBuffMinLvlSummoner = 56

# Enable/disable selling buffs sets like Warrior set, Mage set...
SellBuffsetEnabled = False

# Set minimum character level to sell buffs sets (Default: 79)
SellBuffSetMinLvl = 79

# Define Buffsets: Warrior, Mage, Recharger, Tanker:
# Format: SellBuffsetWarrior = skillId,skillId,...,skillId
# No skills is disable show this buffset in menu.
SellBuffsetWarrior = 33,67,264,265,266,267,268,\
269,270,271,272,273,274,275,276,277,\
304,305,306,307,308,309,310,311,\
349,363,364,365,366,\
1002,1003,1004,1005,1006,1007,1008,1009,\
1032,1033,1035,1036,1040,1043,1044,1045,1048,\
1059,1062,1068,1073,1077,1078,1085,1086,1087,\
1182,1189,1191,1204,1240,1242,1243,1249,1250,1251,1252,1253,\
1257,1259,1260,1261,1268,1279,1280,1281,1282,1284,\
1303,1307,1308,1309,1310,1311,1328,1352,1353,1354,1355,1356,\
1357,1362,1363,1364,1365,1388,1389,1390,1391,1392,\
1393,1397,1413,1414,1415,1416,\
4699,4700,4702,4703,1323
#---------------------------------------------------------------
SellBuffsetMage =33,67,264,265,266,267,268,\
269,270,271,272,273,274,275,276,277,\
304,305,306,307,308,309,310,311,\
349,363,364,365,366,\
1002,1003,1004,1005,1006,1007,1008,1009,\
1032,1033,1035,1036,1040,1043,1044,1045,1048,\
1059,1062,1068,1073,1077,1078,1085,1086,1087,\
1182,1189,1191,1204,1240,1242,1243,1249,1250,1251,1252,1253,\
1257,1259,1260,1261,1268,1279,1280,1281,1282,1284,\
1303,1307,1308,1309,1310,1311,1328,1352,1353,1354,1355,1356,\
1357,1362,1363,1364,1365,1388,1389,1390,1391,1392,\
1393,1397,1413,1414,1415,1416,\
4699,4700,4702,4703,1323
#---------------------------------------------------------------
SellBuffsetRecharger = 33,67,264,265,266,267,268,\
269,270,271,272,273,274,275,276,277,\
304,305,306,307,308,309,310,311,\
349,363,364,365,366,\
1002,1003,1004,1005,1006,1007,1008,1009,\
1032,1033,1035,1036,1040,1043,1044,1045,1048,\
1059,1062,1068,1073,1077,1078,1085,1086,1087,\
1182,1189,1191,1204,1240,1242,1243,1249,1250,1251,1252,1253,\
1257,1259,1260,1261,1268,1279,1280,1281,1282,1284,\
1303,1307,1308,1309,1310,1311,1328,1352,1353,1354,1355,1356,\
1357,1362,1363,1364,1365,1388,1389,1390,1391,1392,\
1393,1397,1413,1414,1415,1416,\
4699,4700,4702,4703,1323
#---------------------------------------------------------------
SellBuffsetTanker = 33,67,264,265,266,267,268,\
269,270,271,272,273,274,275,276,277,\
304,305,306,307,308,309,310,311,\
349,363,364,365,366,\
1002,1003,1004,1005,1006,1007,1008,1009,\
1032,1033,1035,1036,1040,1043,1044,1045,1048,\
1059,1062,1068,1073,1077,1078,1085,1086,1087,\
1182,1189,1191,1204,1240,1242,1243,1249,1250,1251,1252,1253,\
1257,1259,1260,1261,1268,1279,1280,1281,1282,1284,\
1303,1307,1308,1309,1310,1311,1328,1352,1353,1354,1355,1356,\
1357,1362,1363,1364,1365,1388,1389,1390,1391,1392,\
1393,1397,1413,1414,1415,1416,\
4699,4700,4702,4703,1323

# Restricted zones id's.
# It's mean if 'SellBuffRestrictedZonesIds = damage' , buff sell is impossible here.
# Format: zoneId,zoneId, ... ,zoneId,zoneId
# Default: SellBuffRestrictedZonesIds =(no spaces)
SellBuffRestrictedZonesTypes =

also you have to add the following sqls manual: character_offline_buffer_buffs.sql, character_offline_buffers.sql, hidden_items.sql

Link to comment
Share on other sites

it's not invalid.it's just missing..

add this in the end of the config file services.ini

# -----------------------------------------
#        Second Sell Buff System          -
#        Check Other OfflineBuffer.ini    -
# -----------------------------------------
# Describe:
# System allow sell buffs by players who's classes are declared in SellBuffClassList.
#
# Enable / Disable Sell Buff System
SellBuffEnabled = true

# Allow offline buff sell.
OfflineSellbuffEnabled = true

# Enable skill mp use.
SellBuffSkillMpEnabled = true

# Multiplier skill mp consume.
# If character have 2000 mp, and multiplier = 100.0, sell buff mp = 200 000.
SellBuffSkillMpMultiplier = 1.0

# Enable specific skill item consume. Example: Skill Chant of Victory using Spirit Ore.
SellBuffSkillItemConsumeEnabled = True

# Choose allowed classes.
# Format : classid,classid,classid,classid, ... classid,classid
SellBuffClassList = 15,16,97,17,98,29,30,105,42,43,112,50,116,51,115,100,21,107,34,103,115,94

# Allowed skillsId, and duration of this skills list:
# Format : skillid,duration;skillid,duration; ... ;skillid,duration
# SkillDuration is not implemented yet.
SellBuffSkillList = 33,7200;67,7200;264,7200;265,7200;266,7200;267,7200;268,7200;\
269,7200;270,7200;271,7200;272,7200;273,7200;274,7200;275,7200;276,7200;277,7200;\
304,7200;305,7200;306,7200;307,7200;308,7200;309,7200;310,7200;311,7200;\
349,7200;363,7200;364,7200;365,7200;366,7200;\
1002,7200;1003,7200;1004,7200;1005,7200;1006,7200;1007,7200;1008,7200;1009,7200;\
1032,7200;1033,7200;1035,7200;1036,7200;1040,7200;1043,7200;1044,7200;1045,7200;1048,7200;\
1059,7200;1062,7200;1068,7200;1073,7200;1077,7200;1078,7200;1085,7200;1086,7200;1087,7200;\
1182,7200;1189,7200;1191,7200;1204,7200;1240,7200;1242,7200;1243,7200;1249,7200;1250,7200;1251,7200;1252,7200;1253,7200;\
1257,7200;1259,7200;1260,7200;1261,7200;1268,7200;1279,7200;1280,7200;1281,7200;1282,7200;1284,7200;\
1303,7200;1307,7200;1308,7200;1309,7200;1310,7200;1311,7200;1328,7200;1352,7200;1353,7200;1354,7200;1355,7200;1356,7200;\
1357,7200;1362,7200;1363,7200;1364,7200;1365,7200;1388,7200;1389,7200;1390,7200;1391,7200;1392,7200;\
1393,7200;1397,7200;1413,7200;1414,7200;1415,7200;1416,7200;\
4699,7200;4700,7200;4702,7200;4703,7200;1323,7200;1542,7200;915,7200;1232,7200;1238,7200;1416,7200;1414,7200;\

# Allow selling party buffs for no party members.
AllowPartyBuffs = True

# Allow selling clan buffs for no clan members.
AllowClanBuffs = True

# Buff buyer will be informed about buff price greater than SellBuffPunishedPrice.
# This option must be between <1, 2 000 000 000> (Default: 5000) (if it have other value, the option will be ignored).
SellBuffPunishedPrice = 5000

# If Enabled, remove useless buffs like shield lv.1 from dominator buff set.
# This option should be enabled, for helping players to get wrong buffs.
SellBuffFilterEnabled = True

# SellBuffMinLvl default: 40 (lower level's not implemented yet)
SellBuffMinLvl = 40

# Sell buff min level for summoners
# Default: 56
SellBuffMinLvlSummoner = 56

# Enable/disable selling buffs sets like Warrior set, Mage set...
SellBuffsetEnabled = False

# Set minimum character level to sell buffs sets (Default: 79)
SellBuffSetMinLvl = 79

# Define Buffsets: Warrior, Mage, Recharger, Tanker:
# Format: SellBuffsetWarrior = skillId,skillId,...,skillId
# No skills is disable show this buffset in menu.
SellBuffsetWarrior = 33,67,264,265,266,267,268,\
269,270,271,272,273,274,275,276,277,\
304,305,306,307,308,309,310,311,\
349,363,364,365,366,\
1002,1003,1004,1005,1006,1007,1008,1009,\
1032,1033,1035,1036,1040,1043,1044,1045,1048,\
1059,1062,1068,1073,1077,1078,1085,1086,1087,\
1182,1189,1191,1204,1240,1242,1243,1249,1250,1251,1252,1253,\
1257,1259,1260,1261,1268,1279,1280,1281,1282,1284,\
1303,1307,1308,1309,1310,1311,1328,1352,1353,1354,1355,1356,\
1357,1362,1363,1364,1365,1388,1389,1390,1391,1392,\
1393,1397,1413,1414,1415,1416,\
4699,4700,4702,4703,1323
#---------------------------------------------------------------
SellBuffsetMage =33,67,264,265,266,267,268,\
269,270,271,272,273,274,275,276,277,\
304,305,306,307,308,309,310,311,\
349,363,364,365,366,\
1002,1003,1004,1005,1006,1007,1008,1009,\
1032,1033,1035,1036,1040,1043,1044,1045,1048,\
1059,1062,1068,1073,1077,1078,1085,1086,1087,\
1182,1189,1191,1204,1240,1242,1243,1249,1250,1251,1252,1253,\
1257,1259,1260,1261,1268,1279,1280,1281,1282,1284,\
1303,1307,1308,1309,1310,1311,1328,1352,1353,1354,1355,1356,\
1357,1362,1363,1364,1365,1388,1389,1390,1391,1392,\
1393,1397,1413,1414,1415,1416,\
4699,4700,4702,4703,1323
#---------------------------------------------------------------
SellBuffsetRecharger = 33,67,264,265,266,267,268,\
269,270,271,272,273,274,275,276,277,\
304,305,306,307,308,309,310,311,\
349,363,364,365,366,\
1002,1003,1004,1005,1006,1007,1008,1009,\
1032,1033,1035,1036,1040,1043,1044,1045,1048,\
1059,1062,1068,1073,1077,1078,1085,1086,1087,\
1182,1189,1191,1204,1240,1242,1243,1249,1250,1251,1252,1253,\
1257,1259,1260,1261,1268,1279,1280,1281,1282,1284,\
1303,1307,1308,1309,1310,1311,1328,1352,1353,1354,1355,1356,\
1357,1362,1363,1364,1365,1388,1389,1390,1391,1392,\
1393,1397,1413,1414,1415,1416,\
4699,4700,4702,4703,1323
#---------------------------------------------------------------
SellBuffsetTanker = 33,67,264,265,266,267,268,\
269,270,271,272,273,274,275,276,277,\
304,305,306,307,308,309,310,311,\
349,363,364,365,366,\
1002,1003,1004,1005,1006,1007,1008,1009,\
1032,1033,1035,1036,1040,1043,1044,1045,1048,\
1059,1062,1068,1073,1077,1078,1085,1086,1087,\
1182,1189,1191,1204,1240,1242,1243,1249,1250,1251,1252,1253,\
1257,1259,1260,1261,1268,1279,1280,1281,1282,1284,\
1303,1307,1308,1309,1310,1311,1328,1352,1353,1354,1355,1356,\
1357,1362,1363,1364,1365,1388,1389,1390,1391,1392,\
1393,1397,1413,1414,1415,1416,\
4699,4700,4702,4703,1323

# Restricted zones id's.
# It's mean if 'SellBuffRestrictedZonesIds = damage' , buff sell is impossible here.
# Format: zoneId,zoneId, ... ,zoneId,zoneId
# Default: SellBuffRestrictedZonesIds =(no spaces)
SellBuffRestrictedZonesTypes =

also you have to add the following sqls manual: character_offline_buffer_buffs.sql, character_offline_buffers.sql, hidden_items.sql

διαβασε το error,, λεει "invalid" οχι missing.. υπαρχει check και για τα 2 

οποτε το εχει το config απλα εχει λαθος configuration... 

Αντε -.- που πας να μου την βγεις εμενα :P 

Edited by AccessDenied
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt  
    • Server Rates: » Xp 500x. » Sp 500x. » Aden 500x. » Drop 1x. » PartyXp 2x. » PartySp 2x. » Starting character level -61. Enchant rates: » Safe enchant +4. » Blessed and simple scrolls max enchant (+16). » Crystal scrolls max enchant (+20). » Simple enchant scrolls chance – 65%. » Blessed enchant scrolls chance – 100%. » Crystal enchant scrolls chance – 50% Augmentations: » Mid life stone skill chance – 5%. » High life stone skill chance – 10%. » Top life stone skill chance – 20%. » Augments 1+1 Unique features: » Main town – Giran » Automatic-Manual Potions. » Working 2 castle sieges. (Giran-Aden) » SPS cancel lasts 10 seconds and than buffs come back. » Stackable scrolls, lifestones, book of giants. » Unique pvp zone » More then 11 active raid bosses. » Wedding system. » Unique farming areas. » Npc skill enchanter. » Full npc buffer with auto buff. » Max count of buffs – 55. » Max subclasses – 4. » Free and no quest class change. » Free and no quest sub class. » Raid boss drop nobless item. » No weight limit. » Unique protection anti-hwy armor for archers/daggers etc. » Ingame password change. » Top pvp/pk/online ranks NPC. » Unique monsters & NPC. » Interlude retail skills. » Server up-time [24/7] [99]%. » Perfect class balance (all class can kill all class depending on players skill and setup knowledge,gear,augmentations). » Announcements on double kills triple kills etc. » Announcements on Grand Boss death , with the name of the killer as well as clan name of the player. » Information Npc in game with all servers infromations. Custom server gear : 1). Titanium Armor Lv.1 2). Epic Armor Lv.2 3). Epic Weapons-Kamikaze-Black S grade (Same Stats) 4). Demonic-Angelic Wings-Baium Hair-Custom Accessories (SameStats) 5). Custom Fighter/Mage tattoo Lv1-Lv2-Lv3 6). Shirt (STR,CON,INT +1) 7). Custom Shields Server Commands: .tvtjoin .tvtleave – Join or leave tvt event. .ctfjoin .ctfleave – Join or leave ctf event. .dmjoin .dmleave – Join of leave dm event. .online – current online players count. .repair – repairs stuck character in world. .menu – opens online menu panel. .exit – PVP zone exit in case you are bullied. .changepassword - Opens online menu then u can change ur password in game. .farm - Enable/disable autofarm Event system: » TVT event » CTF event » DM event » Tournament Event » Party Zone » Unique event shop. Olympiad game: » Retail olympiad game. » Competition period [1] week. » Olympiad start time [18:00] end [00:00] GMT+2. » New Heroes every Sunday.
    • Tomorrow grand opening lests go 🙂 
    • New season of Warfire X150 has been postponed to September 28th.
  • Topics

×
×
  • Create New...