If you want to change the password of update.inf, you need to modify the corresponding password in the source code, recompile to generate client.exe, and keep the password consistent.
There are...
Type: Posts; User: chandler
If you want to change the password of update.inf, you need to modify the corresponding password in the source code, recompile to generate client.exe, and keep the password consistent.
There are...
I modified the code of the GM command. Using the following GM command will enable the player to obtain all KeyItems, thereby removing all restrictions without the need to do the corresponding tasks....
writeservantvalue( i , em_houseservantvaluetype_tired, 0 )
This code sets the tireness to 0.
If you want to reduce the increased tireness of each conversation, you need to modify the...
I created a new item and linked it to the lua method above. After using this item, the player’s 6 house keepers attributes are all full.
The IDs of the 6 house keepers are 0, 1, 2, 3, 4, and 5.
...
You can use the following lua code to modify your housekeeper attributes:
WriteServantValue( id , EM_HouseServantValueType_Tired, 0 )
WriteServantValue( id , EM_HouseServantValueType_Value0, 100...
My steps are to form a team -> enter the dungeon -> disband the team -> use the GM command -> regroup -> enter the dungeon.
My test here can be restarted indefinitely.
You can use the GM Command "? ClearInstanceInfo"
Item->MagicCollecObject->MagicObject->NpcObject
MagicObjectDB has a field called rideid, which connects the data of NpcObject.
...
You can try this version of QuestHelper.
https://drive.google.com/file/d/1s5SGnE-65nD7eckZ9yB0yh0FmLz0Jemt/view?usp=sharing
You need to write some lua code, like the following:
function Blacksmith_RecipeList_Init34()
SetMinimapIcon ( OwnerID(), EM_MapIconType_Mat );
SetShop( OwnerID() , 600103,...
Can anyone provide a charplan plugin that can be used under 64-bit client?
I guess GMCommand = 1 in your global.ini, change it to GMCommand = 0.
In some dungeons, like Cyclops Lair, all monsters will burrow into the ground when they attack the player. What is causing this?
I got the client, thank you.
The url address "https://chickenpickle.ninja/" cannot be accessed, where can I find the client?