Jump to content
  • 0

L2Frozen Scheme Buffer Need Fix


adnanograsevic

Question

Hello i finished my scheme buffer all is correct but when i relog the login and gameserver saved schemes are deleted..

 

I enabled it on powerpeak

 

# This enables/disables storing character schemes at server shutdown to database
# Default = True
NPCBufferStoreSchemes = True

 

But every restart schemes are deleted and nothing appear in

mods_buffer_schemes sql file

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Wrong coding :P

Check the connections probably you missed somethink..

Impossible this is my powerpak config

#==============================================================#

#                        Powerpack Properties                  #

#==============================================================#

#              Pack: l2jfrozen Site: www.l2jfrozen.com         #

#==============================================================#

 

# Repair same account character

# for continuos crashes: .repair Voice Command

CharacterRepair = True

 

# Like lol, hi, haha, yes, no the char does a Social Action

# You can mody the words here:

# gameserver/network/clientpackets/Say2.java

EnableSocialSayActions= false

 

# Automatic Vote Reward System

VoteRewardSystem= False

VotesRequiredForReward = 50

VotesSystemInitialDelay= 60000

VotesSystemStepDelay= 1800000

VotesRewards= 6392,20;

 

#Leave empty to disable one site

#if you need just one of these

VotesSiteHopZoneUrl=

VotesSiteTopZoneUrl=

ServerWebSite= http://www.l2jfrozen.com

 

EngraveEnabled = false

EngravePriceItem = 57

EngravePrice = 10000

EngraveMaxItemsPerChar = 0

EngraveClearLostItems = false

EngraveAllowGrades = a b c s

EngraveExcludeItems =

EngraveSpawnNpc = false

EngraveNpcLocation = 82270 149660 -3495

EngraveAllowDestroy = false

 

# Npc Buffer - scheme buffer - set buffs - single buffs

BufferNpcId=50019

BufferEnabled = True

BufferUseCommand = false

BufferCommand = buffs

BufferPrice = 0

BufferUseBBS = false

BufferExcludeOn = RB OLYMPIAD PVP SIEGE EVENT ATTACK

#list = skillId,skillLvl;skillId,skillLvl;....

FighterSkillList=1204,2;1035,4;1040,3;1036,2;1311,6;1062,2;1259,1;1068,3;1086,2;1077,3;1242,3;1268,4;1240,3;1388,3;4699,13;1363,1;268,1;267,1;264,1;304,1;305,1;269,1;364,1;274,1;275,1;271,1;310,1;

MageSkillList=1204,2;1035,4;1040,3;1036,2;1311,6;1048,6;1062,2;1259,4;1354,1;1085,3;1078,6;1059,3;1303,2;1397,3;1389,3;4703,13;1413,1;268,1;267,1;264,1;304,1;305,1;349,1;363,1;273,1;276,1;365,1;

# Max schemes that a player can store. Please, do not use too big values

# Default value: 4 (one per subclass...)

NPCBufferMaxSchemesPerChar = 2

# Max skills that a player can store in each scheme. Please, do not use too big values.

# This value should match to max buffs a player can carry

# Default value: 24 (max buffs are 20+4 in retail)

NPCBufferMaxSkllsperScheme = 28

# This enables/disables storing character schemes at server shutdown to database

# Default = False

NPCBufferStoreSchemes = True

# This is to bypasss SQL Adena amount reference so that you can set the same cost for all

# or even setting them for free.

# Free = 0

# Disabled = -1 (if you want to read adena from SQL)

# Default value: -1

NPCBufferStaticCostPerBuff = 0

 

# Npc Gatekeeper - Global Teleport

GKNpcId=7077

GKEnabled = false

GKCommand = globalgk

GKUseCommand = false

GKUseBBS = false

GKExcludeOn = RB OLYMPIAD PVP SIEGE EVENT ATTACK

GKTimeout = 10

GKPrice = 0

 

# Npc GmShop

GMShopNpcId=53

GMShopEnabled = false

GMShopUseBBS = false

GMShopUseCommand = false

GMShopCommand = gmshop

GMShopExcludeOn = RB OLYMPIAD PVP SIEGE EVENT ATTACK

 

XMLRPCEnabled = false

XMLRPCHost = localhost

XMLRPCPort = 7000

XMLRPCKeys = KEY1 KEY2 KEY3

 

WebServerEnabled = false

WebServerHost = localhost

WebServerPort = 8080

 

L2TopDeamonEnabled = false

L2TopDeamonPollInterval = 5

L2TopDeamonURL = http://

L2TopDeamonPrefix =

L2TopDeamonRewardItem = 57

L2TopDeamonMin = 1

L2TopDeamonMax = 10

L2TopDeamonMessage = Thanks for voting!

L2TopDeamonDoNotRewardAtFirstTime = false

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

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