Quote from: Phantasm on Aug 28, 2026, 07:31 AMHello, you need to modify MuServer - Client in order to work, also there might be hardcoded in English/Source, it is not a easy fix, and loads to modify.Big shot, could you please tell me what compilation tool should I use for secondary development and compilation of this LTP source code??
CLIENT
├─ font / charset
├─ interface text
├─ message files
├─ custom text
├─ item / skill / NPC names
└─ hardcoded strings in Main source
MUSERVER
├─ GameServer messages
├─ notices
├─ commands
├─ event messages
├─ NPC text
└─ custom systems messages
I have passed you almost all the information, so I would please you to guide yourself more in this, as is the hardest part to configure.
Good luck!
This content is hidden and cannot be quoted.
[GameServerInfo]
;==================================================
; Mana Shield Skill Settings
; Supuesta formula Def%: ConstA + (PlayerDex / ConstB) + (PlayerEne / ConstC)
; 10 + (32767 / 50) + (32767 / 200) = 829%
; Supuesta formula tiempo: TimeConstA + (PlayerEne / TimeConstB)
; 60 + (32767 / 40) = 880s
;==================================================
ManaShieldConstA = 30
ManaShieldConstB = 50
ManaShieldConstC = 200
ManaShieldRateDW = 100
ManaShieldRateDK = 85
ManaShieldRateFE = 95
ManaShieldRateMG = 90
ManaShieldRateDL = 85
ManaShieldRateSU = 95
ManaShieldRateRF = 85
ManaShieldTimeConstA = 60
ManaShieldTimeConstB = 40
//Index Group ItemIndex Name Save Type Flag Count Value1 Value2 Value3 Value4
1 1 * "Greater Damage" 1 0 0 * * * * *
2 2 * "Greater Defense" 1 0 0 * * * * *
3 3 * "Elf Buffer" 1 0 0 * * * * *
4 4 * "Mana Shield" 1 0 0 * 65 * * *
Page created in 0.181 seconds with 51 queries.