Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Help for TT files

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 19, 2011
Messages
17
Reaction score
1
Hello.
I use TT files but have some problems and wanna ask for help or if someone have similar problems.
Server is without resets and :
1.Chaos machine give me fail on 100% even when SCFSetItemMixMinPercent = 0
SCFSetItemMixMaxPercent = 100
2.Skills for 220 level doesn't work properly ( night for summoner , slash for MG and others )
3.From the last release i have problems with summoner formulas and think with RF too.Think they are mest up and not for server without resets.
4.The new items ( i think they are mentioned FFFFFFF in the files ) can't be sold , trade or drop . I find another solution about them but .....
5.Golden archer register my rena's but rena stay in the inventory and the count get bugged in the NPC.

So please is someone has similar problems and what is the solution ?
Thank you .
 
...
1.Chaos machine give me fail on 100% even when SCFSetItemMixMinPercent = 0
SCFSetItemMixMaxPercent = 100
...

That options doesn't exist in public release version.

I suggest you contact Titan's Tech support.

Or, check if "SCFCBmixMaxRate=100" is setted for 100% in "SCF_Items.ini", inside "SCFDATA" folder.

3.From the last release i have problems with summoner formulas and think with RF too.Think they are mest up and not for server without resets.
4.The new items ( i think they are mentioned FFFFFFF in the files ) can't be sold , trade or drop . I find another solution about them but .....

3 - Summoners have same formulas from DW, it won't be hard to fix it.
RageFighter aren't bugged. Only it's skills time are too short. Increase then to 30s and should be just fine.

4 - Look at this section, inside "SCF_items.ini"

Code:
[ItemMoveLimit]

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

SCFItemPlusLimit=15
SCFExItemPlusLimit=15
SCFExItemOpLimit=2
SCFSetItemPlusLimit=15

SCFBlockHarmonyItemsTrade=0
SCFBlockFFFFFFFFSerialTrade=1

[Durability]
SCFBlockFFFFFFFFSerialRepair=1
SCFIncreaseFFFFFFFFSerialDurDownBy=1.5
SCFDeleteFFFFFFFFSerialItemIfBroken=1

[Ancient]
SCFisExcellentAncient=0
SCFisJOHonAncient=0

[Harmony]
SCFJOHItemMaxLevelApply=15
SCFJOHItemMaxLevel=15
SCFJOHLevelMax=15
Should be something here.

i hope i'd help.
 
Upvote 0
The files are coming from TT .
3 server package and 1 wanna be with no resets but ...
Summoners and RF skills doesn't do proper dmg
i mean they do some after 2-3k points on energy or vitality but for server with no resets this is not ok
example : summoner's lighting with 1k energy do ~400 dmg on tantal and beam knight in tarkan , after berserk is cast do the same
RF weapon skills do very small dmg on mobs too
even it is shadow from lost tower , tantal from tarkan or ice queen in devias its the same
for the items i check this :
[Durability]
SCFBlockFFFFFFFFSerialRepair=1
SCFIncreaseFFFFFFFFSerialDurDownBy=1.5
SCFDeleteFFFFFFFFSerialItemIfBroken=1
and try some variation but nothing.Even try to put CanSellFFFItem =1 :blushing:
 
Upvote 0
Status
Not open for further replies.
Back