Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Some settings problem

Status
Not open for further replies.
Junior Spellweaver
Joined
Aug 9, 2012
Messages
160
Reaction score
34
1. How do i restrict items with more than 3 exe options on trade?
2. There can be maximum 2 guilds in alliance.. where i set it to 5?
3. Where can i remove Goldens from some maps, and number of books dropped from them ?

Using TT 11.11.82
 
Junior Spellweaver
Joined
Aug 9, 2012
Messages
160
Reaction score
34
[ItemMoveLimit]

SCFItemTradeLimit=0
SCFItemMixLimit=0
SCFItemPshopLimit=0
SCFItemJinhuaLimit=0
SCFItemSellLimit=0

SCFItemPlusLimit=15
SCFExItemPlusLimit=15
SCFExItemOpLimit=35
SCFSetItemPlusLimit=15

SCFItemTradeLimit=0 here instead of 0 i put 1. But i cant trade any item now. So where i restrict from trade only items with more than 3 opt ?
 
Last edited:
Upvote 0
Joined
Nov 8, 2012
Messages
456
Reaction score
25
[ItemMoveLimit]

SCFItemTradeLimit=0
SCFItemMixLimit=0
SCFItemPshopLimit=0
SCFItemJinhuaLimit=0
SCFItemSellLimit=0

SCFItemPlusLimit=15
SCFExItemPlusLimit=15
SCFExItemOpLimit=35
SCFSetItemPlusLimit=15

SCFItemTradeLimit=0 keep it 0 to trade 1 opt to Full OPT
 
Upvote 0
Junior Spellweaver
Joined
Aug 9, 2012
Messages
160
Reaction score
34
SCFData->Items->SCF_items.ini
[ItemMoveLimit]

SCFItemTradeLimit=0
SCFItemMixLimit=0
SCFItemPshopLimit=0
SCFItemJinhuaLimit=0
SCFItemSellLimit=0

SCFItemPlusLimit=15
SCFExItemPlusLimit=15
SCFExItemOpLimit=35
SCFSetItemPlusLimit=15

Change
*SCFItemTradeLimit=0 to SCFItemTradeLimit=1
*SCFExItemOpLimit=35 to SCFExItemOpLimit=3 this will aloow only max 2 exe option in trade. if you whant to allow 3 option change it to 4.
It seem in some files you need to change SCFItemPlusLimit=15 to SCFItemPlusLimit=16 also.. depends on C++ Coding.
 
Upvote 0
Joined
Feb 13, 2011
Messages
774
Reaction score
69
SCFItemTradeLimit=1
SCFItemMixLimit=0
SCFItemPshopLimit=0
SCFItemJinhuaLimit=0
SCFItemSellLimit=0

SCFItemPlusLimit=15
SCFExItemPlusLimit=15
SCFExItemOpLimit=3
SCFSetItemPlusLimit=15

Not working. it blocks even 2options.
 
Upvote 0
Status
Not open for further replies.
Back
Top