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!

Recent content by surikata

  1. S

    5.0 Araz Titem.tcd editor

    My TChart.cpp void CTChart::InitTITEMTEMP( CString strPath ) { ReleaseTITEMTEMP(); CFile file( LPCSTR(strPath), CFile::modeRead|CFile::typeBinary); CArchive ar( &file, CArchive::load); BYTE bla1 = 0; DWORD dwNIU; WORD wCount; ar >> wCount; for( WORD i=0...
  2. S

    5.0 Araz Titem.tcd editor

    Hello thank you for your answer. This is my first TCD editor and i dont have any experience with coding. So i make some mistakes. ok....So i repair FSBinaryReader.cs like this: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks...
  3. S

    5.0 Araz Titem.tcd editor

    Hello i made Titem.tcd editor for Araz file according to this guide You must be registered for see element.. And i compiled it without any errors. But i have problem with loading data. When i load data, the program stop work. Can someone help me? I share my source code here: You must be...
  4. S

    How to Create a TCD Editor: Step-by-Step Tutorial

    Thank you . i will try it.
  5. S

    How to Create a TCD Editor: Step-by-Step Tutorial

    Thank you! I forgot on strNAME. Please can you help me again? Maybe is it string? :eek: :)
  6. S

    How to Create a TCD Editor: Step-by-Step Tutorial

    Hi, thank you for tutorial. i know.. this is old post. But i have some qustions on you and on community. I trying creat TItem.tcd editor for 5.0 Araz files. I am at first part of video. Time 5:20. So if i write wItemID in internal class Item like UInt16 wItemID; and bType like boolean bType...
  7. S

    Compiling TClient File with Visual Studio 2022

    Here is screenshot
  8. S

    Compiling TClient File with Visual Studio 2022

    Hmm idk too, but i randomly installed maybe 10+ versions and now it works... you must trying xD
  9. S

    How to Add New Items in Game

    Hello, Is there any tutorial how to add new items like hell steed or flamingo?
  10. S

    Looking for Usable ID Objects - Send Photos and Numbers

    Hello, i search some usable ID objects. Please if you know some id objects send photos of it with id object number here. Thank you.
  11. S

    How to Edit 4Story Textures

    Hello, Is here somebody who know how to open/edit and save 4S textures?
  12. S

    New Release: 4Story Source Version 5.0 with Improved Security

    Thanks for your answer... but still same error. :/ You must be registered for see element.
  13. S

    New Release: 4Story Source Version 5.0 with Improved Security

    My problem still persists. :/
  14. S

    New Release: 4Story Source Version 5.0 with Improved Security

    But some older files works.... Idk why. How can i use other authentification set ? :o
  15. S

    Setting up 4Story 3.5 Server and Client Guide

    Where i find bat files from your video please?
Back
Top