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!

[92.03] Enable/Edit Tikat shop

Newbie Spellweaver
Joined
Dec 30, 2022
Messages
19
Reaction score
2
I've tried turning it off and on for several days, but I can't see anything.
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
664
Reaction score
210
I've tried turning it off and on for several days, but I can't see anything.

Strange. I will try adding the items you listed when I get home and see if it works.
What client are you using though? GF, TW, CN etc?
 
Newbie Spellweaver
Joined
Dec 30, 2022
Messages
19
Reaction score
2
Strange. I will try adding the items you listed when I get home and see if it works.
What client are you using though? GF, TW, CN etc?


GF using

It's resolved.
It seems that it was unfortunate because only the D drive datasheet was modified.
Fixing the other two also worked.
thanks for the help ^^
 
Last edited:
Initiate Mage
Joined
Oct 15, 2022
Messages
2
Reaction score
1
Good afternoon. But how to enable npc Ticat in the game? it's just nowhere to be found. What is the ID of the donat coin?
 
Newbie Spellweaver
Joined
Nov 23, 2023
Messages
20
Reaction score
3
Tikat 상점 활성화

1. "ServerConfig.xml"을 편집하고 게시자 유형을 FOG 로 변경합니다.
2. "WorldData.xml"을 편집하고 showTCatInInventory
, useInGameStoreTCatuseInGameStoreCoin이 "true"로 설정되어 있는지 확인하세요 . SingleTCatItemTemplateId는 "139005"로 설정되어야 합니다.

서버를 다시 시작하면 메뉴 "Shop" => "Tikat Shop"에서 상점이 나타납니다.

Luciole - [92.03] Enable/Edit Tikat shop - RaGEZONE Forums


Tikat 상점 수정
Tikat Shop 카테고리는 다음과 같습니다.
- 3000, 추천 아이템
- 3001, 전투
- 3002, 성장
- 3003, 낚시, 동반자, 기타

43행에서 "BuyMenuList_KR.xml"을 살펴보면 구성을 찾을 수 있습니다.
[암호]
<Menu id="315" desc="겨울 이벤트 T-cat!" stringId="315">
<ItemList id="3000" stringed="3000" />
<ItemList id="3001" stringed="3001" />
<ItemList id="3002" stringed="3002" />
<ItemList id="3003" stringed="3003" />
</메뉴>
[/암호]

"BuyList.xml" 내에서 아래 나열된 카테고리 내에 Shop에 추가하려는 항목 ID를 추가합니다("<List id="[CATEGORY_ID]"" 검색).
"전투" 카테고리와 마찬가지로 구성은 다음과 같습니다.
[암호]
<List id="3001" NeedMedalItemId="139005">
<Item PriceRevision="1" itemId="205114" />
<Item PriceRevision="1" itemId="205068" />
<Item PriceRevision="1" itemId="205084" />
<Item PriceRevision="1" itemId="148144" />
<Item PriceRevision="1" itemId="148145" />
<Item PriceRevision="1" itemId="200932" />
</목록>
[/암호]

잔액에 Tikat을 추가해야 하는 경우 QA 명령을 사용하여
Code:
/@makeitem 139005 [AMOUNT]
를 사용할 수 있습니다.



위에 설명대로 설정했는데 아직도 T-Cat 매장에 가격이 나오지 않네요. 다른 방법이 있나요?
 
Back
Top