C-WebTool

12/02/2020 09:49 lnwnuyhodd#16
.exe contains "TwelveSky"

TwelveSky2.exe = good
TwelveSky-2.exe = good
TwelVesky2.exe = bad
12Sky2.exe = bad
1-TwelveSky-2.exe = good

you can edit "TwelveSky" to other name in file http/server_shm.c
find if( ( strstr( szProcessName, "TwelveSky" ) != NULL ) )
edit > save > restart tcc
12/04/2020 20:19 NeBuR490#17
Quote:
Originally Posted by lnwnuyhodd View Post
C-WebTool : designed for change/update data at runtime on both server(filemapping)/client(writememory)

note: test version( only item )

link : [Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
What Twelve sky game can i use this with?
12/05/2020 13:56 sxe123#18
Quote:
Originally Posted by lnwnuyhodd View Post
C-WebTool : designed for change/update data at runtime on both server(filemapping)/client(writememory)

note: test version( only item )

link : [Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]


fiqsed
05/11/2021 01:08 AsCrew#19
Could someone please post a new link? Thanks.
05/11/2021 07:31 migisenpai#20
Quote:
Originally Posted by AsCrew View Post
Could someone please post a new link? Thanks.
use a time machine to be able to download the tool:lul::kekw:
05/11/2021 18:36 zahter55#21
Quote:
Originally Posted by migisenpai View Post
use a time machine to be able to download the tool:lul::kekw:
@[Only registered and activated users can see links. Click Here To Register...]
05/11/2021 19:21 AsCrew#22
Quote:
Originally Posted by migisenpai View Post
use a time machine to be able to download the tool:lul::kekw:
I found it on my laptop. If I use a time machine, your mom might have trouble with me. :bandit:
09/29/2021 06:33 himura2558#23
May I have some configuration files?
09/29/2021 22:14 kgcwasnl16#24
Quote:
Originally Posted by lnwnuyhodd View Post
C-WebTool : designed for change/update data at runtime on both server(filemapping)/client(writememory)

note: test version( only item )

link : [Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Hello DOS, how can I solve these two problems? The mall in the game does not display any items.
[IMG=expandable: 1]file:///C:/Users/kgc/Desktop/QQ%E5%9B%BE%E7%89%8720210930040650.png[/IMG]
[IMG=expandable: 1]file:///C:/Users/kgc/Desktop/QQ%E5%9B%BE%E7%89%8720210930040832.png[/IMG]
The map file has been reporting errors and stopped working during the operation of my server. Where is the problem?
[IMG=expandable: 1]file:///C:/Users/kgc/Desktop/QQ%E5%9B%BE%E7%89%8720210930040523.png[/IMG]
09/29/2021 22:19 kgcwasnl16#25
Hello DOS, please. How do I fix these two problems? Sorry, I can't find the reason ~!
09/30/2021 14:27 kapgankaan#26
Quote:
Originally Posted by kgcwasnl16 View Post
Hello DOS, please. How do I fix these two problems? Sorry, I can't find the reason ~!
COST_INFO
[TotalItemCount][Version]
[itemSellPrice][itemID][0][itemQuantity][itemPage]
11/13/2021 08:54 lnwnuyhodd#27
ไม่อินบ็อกซ์มานะคะ จะไม่ตอบหรือสนับสนุนอะไร
don't inbox to me, i will not respond or support anything

V2 Updated 13/09/2021

04/06/2022 05:03 477497#28
Why is it so empty
08/03/2022 06:51 titojonee#29
what is wrong with the structure

HTML Code:
#define SHAREMEM_MONSTERSYSTEM "SHAREMEM_MONSTERSYSTEM"
#define SHAREMEM_MONSTERSYSTEM_KEY "10 27 00 00 ?"

typedef struct
{
	int mIndex;
	char mName[25];
	char mChatInfo[2][101];
	char mEmpty[1];
	int mType;
	int mSpecialType;
	int mDamageType;
	int mDataSortNumber3D;
	int mSize[4];
	int mSizeCategory;
	int mCheckCollision;
	int mFrameInfo[6];
	int mTotalHitNum;
	int mHitFrame[3];
	int mTotalSkillHitNum;
	int mSkillHitFrame[3];
	int mBulletInfo[2];
	int mSummonTime[2];
	int mItemLevel;
	int mMartialItemLevel;
	int mRealLevel;
	int mMartialRealLevel;
	int mGeneralExperience;
	int mPatExperience;
	int mLife;
	int mAttackType;
	int mRadiusInfo[2];
	int mWalkSpeed;
	int mRunSpeed;
	int mDeathSpeed;
	int mAttackPower;
	int mDefensePower;
	int mAttackSuccess;
	int mAttackBlock;
	int mElementAttackPower;
	int mElementDefensePower;
	int mCritical;
	int mFollowInfo[2];
	int mDropMoneyInfo[3];
	int mDropPotionInfo[5][2];
	int mDropItemInfo[12];
	int mDropQuestItemInfo[2];
	int mDropExtraItemInfo[50][2];
}
MONSTER_INFO;
08/09/2022 18:12 CodingIsALifeStyle#30
[Only registered and activated users can see links. Click Here To Register...]