Search:

Type: Posts; User: chandler

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    3,782

    Re: Disabletag_xx.ini Setup for festival change

    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...
  2. Thread: Quest Lines

    by chandler
    Replies
    4
    Views
    498

    Re: Quest Lines

    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....
  3. Replies
    7
    Views
    643

    Re: Modifying House Keeper Attributes?!

    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...
  4. Replies
    7
    Views
    643

    Re: Modifying House Keeper Attributes?!

    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.
    ...
  5. Replies
    7
    Views
    643

    Re: Modifying House Keeper Attributes?!

    You can use the following lua code to modify your housekeeper attributes:

    WriteServantValue( id , EM_HouseServantValueType_Tired, 0 )
    WriteServantValue( id , EM_HouseServantValueType_Value0, 100...
  6. Replies
    6
    Views
    566

    Re: Reset Instance Command

    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.
  7. Replies
    6
    Views
    566

    Re: Reset Instance Command

    You can use the GM Command "? ClearInstanceInfo"
  8. Thread: Mounts

    by chandler
    Replies
    8
    Views
    743

    Re: Mounts

    Item->MagicCollecObject->MagicObject->NpcObject

    MagicObjectDB has a field called rideid, which connects the data of NpcObject.
    ...
  9. Replies
    132
    Views
    40,470

    [!] Re: [Guide] 6.5.2 One For All 64bit Server Setup

    You can try this version of QuestHelper.

    https://drive.google.com/file/d/1s5SGnE-65nD7eckZ9yB0yh0FmLz0Jemt/view?usp=sharing
  10. Thread: Shops

    by chandler
    Replies
    9
    Views
    744

    Re: Shops

    You need to write some lua code, like the following:

    function Blacksmith_RecipeList_Init34()
    SetMinimapIcon ( OwnerID(), EM_MapIconType_Mat );
    SetShop( OwnerID() , 600103,...
  11. Replies
    0
    Views
    329

    CharPlan Plugin

    Can anyone provide a charplan plugin that can be used under 64-bit client?
  12. Replies
    132
    Views
    40,470

    [!] Re: [Guide] 6.5.2 One For All 64bit Server Setup

    I guess GMCommand = 1 in your global.ini, change it to GMCommand = 0.
  13. Replies
    0
    Views
    248

    Monster Burrowing Problem

    In some dungeons, like Cyclops Lair, all monsters will burrow into the ground when they attack the player. What is causing this?
  14. Replies
    51
    Views
    12,265

    Re: Database+lua for x64 6.5.2 - UP v2

    I got the client, thank you.
  15. Replies
    51
    Views
    12,265

    Re: Database+lua for x64 6.5.2 - UP v2

    The url address "https://chickenpickle.ninja/" cannot be accessed, where can I find the client?
Results 1 to 15 of 15

Advertisement