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!

STARGATE ONLINE (SGO ReNew Link)

Initiate Mage
Joined
Jan 5, 2021
Messages
22
Reaction score
2
Doraemon i being try to fix friend friend system why is alway say login requested ? something to do with ( ICQ ) dbo.loginlog ?
The ICQ database is incomplete, and no hints to provide.
You need to try it by yourself.
 
Initiate Mage
Joined
Jan 5, 2021
Messages
22
Reaction score
2
Dat/Item/Attack.itd

The file size is 0KB, means this type is empty
 
Initiate Mage
Joined
Jan 4, 2021
Messages
11
Reaction score
0
Helo Doraemon. Just curios, is there a file CDTeam.cfg? If so what the variable on that file?

Last week i try to look the dll files on plugins folder.
 
Initiate Mage
Joined
Jan 5, 2021
Messages
22
Reaction score
2
Helo Doraemon. Just curios, is there a file CDTeam.cfg? If so what the variable on that file?

Last week i try to look the dll files on plugins folder.
Server originally did not have this file.
if it exist, CDTeam.dll will read it.
You can try to create one.
If failed, server maybe crash when start.
I haven't tried it, so I don't know what variables should be included in it.
 
Initiate Mage
Joined
Jan 4, 2021
Messages
11
Reaction score
0
Server originally did not have this file.
if it exist, CDTeam.dll will read it.
You can try to create one.
If failed, server maybe crash when start.
I haven't tried it, so I don't know what variables should be included in it.

Okaay thanks Master, i 'll try make one.
 
Initiate Mage
Joined
Jan 4, 2021
Messages
11
Reaction score
0
Hello master Doraemon. I liked to ask, about programming language on Dat/Quest/*txt Dat/Skil/*txt. Using what language, and how to know the function works on that file. Like if i want to make NPC to summon Monster.



Server originally did not have this file.
if it exist, CDTeam.dll will read it.
You can try to create one.
If failed, server maybe crash when start.
I haven't tried it, so I don't know what variables should be included in it.

Hello master Doraemon. I liked to ask, about programming language on Dat/Quest/*txt Dat/Skil/*txt. Using what language, and how to know the function works on that file. Like if i want to make NPC to summon Monster.
 
Initiate Mage
Joined
Jan 5, 2021
Messages
22
Reaction score
2
Hello master Doraemon. I liked to ask, about programming language on Dat/Quest/*txt Dat/Skil/*txt. Using what language, and how to know the function works on that file. Like if i want to make NPC to summon Monster.





Hello master Doraemon. I liked to ask, about programming language on Dat/Quest/*txt Dat/Skil/*txt. Using what language, and how to know the function works on that file. Like if i want to make NPC to summon Monster.
The language call LUA.
You can find all the function in plugin dll by searching "lua_" .
Have no function can summon monster.



i see thank



One more Question how do you make spr file . like how to converter image for background to spr ? use 3ds Max 2021 ? are Photoshop for this game ?
spr file for this game is a custom format, so no tool is work on it.
The only way is create your own tool to do it, provided that you have fully understood the format of spr.
That is how i do.
 
Initiate Mage
Joined
Jan 4, 2021
Messages
11
Reaction score
0
The language call LUA.
You can find all the function in plugin dll by searching "lua_" .
Have no function can summon monster.




spr file for this game is a custom format, so no tool is work on it.
The only way is create your own tool to do it, provided that you have fully understood the format of spr.
That is how i do.

Thanks for the answer Master ????????????
another question
1. what application can open DLL file so i can search all the lua function?

2. If its no function on summoning monster, how you can summon monster on your video
=O=

3. How to open mininshop? When i try open the mini shop it cant. Or it is just disabled by default? o_O
 
Initiate Mage
Joined
Jan 5, 2021
Messages
22
Reaction score
2
Thanks for the answer Master ������������
another question
1. what application can open DLL file so i can search all the lua function?

2. If its no function on summoning monster, how you can summon monster on your video
=O=

3. How to open mininshop? When i try open the mini shop it cant. Or it is just disabled by default? o_O
1. notepad
2. it is not the same server, v1 server do not have summon function.
3. v1 server do not have minishop system, or you can say that the minishop dll is missing.

v1/v2 server : http://forum.ragezone.com/f857/stargate-online-sgo-renew-link-1120167-post9060245/#post9060245



Oh, you mean summon Pet.
Try this , AddItem(5000)
 
Initiate Mage
Joined
Jan 4, 2021
Messages
11
Reaction score
0
1. notepad
2. it is not the same server, v1 server do not have summon function.
3. v1 server do not have minishop system, or you can say that the minishop dll is missing.

v1/v2 server : http://forum.ragezone.com/f857/stargate-online-sgo-renew-link-1120167-post9060245/#post9060245



Oh, you mean summon Pet.
Try this , AddItem(5000)

Helo Master, i dig to all DLL files on plugins folder

CDBank :
Lua_OpenBank

CDEmotion :
Lua_GetTargetEmotion

CDGiftSystem :
Lua_AddGift

CDItem :
Lua_AddItem
Lua_RemoveItem
Lua_CheckItem
Lua_ItemListCountLeft
Lua_CountItem
Lua_RandDropItem

CDQuest :
Lua_GetFlag
Lua_SetFlag
Lua_RemoveFlag
Lua_GetTargetFlag
Lua_SetTargetFlag
Lua_RemoveTargetFlag
Lua_GetWorldFlag
Lua_SetWorldFlag
Lua_RemoveWorldFlag
Lua_Say
Lua_Ask
Lua_GetChoice
Lua_Color
Lua_QuestEnd

CDRank :
Lua_RankQuery

CDTeam :
Lua_GetTeamList_First
Lua_GetTeamList_Next
Lua_DistLastHitExp

SGOBattleSys :
Lua_GetDefendRate
Lua_CheckKillingArrange
Lua_CheckPKAttack
Lua_PostSkillKill

SGOCareerSys :
Lua_SetCareer
Lua_AddJob
Lua_DelJob
Lua_ChangeJob
Lua_HasJob
Lua_ResetExp

SGOEnemyDist :
Lua_OnLastHit
Lua_OnHurt
Lua_CalHurt_ForDropItem
Lua_Pull_Enemy

SGOEquip :
Lua_DamageArmor

SGOGeneralItem :
Lua_GetCountItemCount
Lua_AddItemByRandRace
AddGift
Lua_AddItemByRandCareer
Lua_AddItemByRandLevel

SGOHorseEquipMgr :
Lua_GetHorseEquipCountLeft

SGOMapServices :
Lua_MovePlayer
Lua_GetEntityLocation
Lua_IsWithRange
Lua_GetEnemyList
Lua_SetRebornLocation
Lua_GetType Lua_GetTargetType
Lua_GetVisEnemyList_First
Lua_GetVisList_Next
Lua_GetTargetXY
Lua_GetMapPlayerCount

SGOMix :
Lua_OpenMix

SGOPet :
Lua_CheckPetExist
Lua_GetPetName
Lua_GetPetLevel
Lua_CheckActivePetSkill
Lua_CheckPetEquip
Lua_GetPetStatus
Lua_AddPetExp

SGOPKMap :
Lua_MPKJoin
Lua_MPKGet
Lua_MPKSet

SGOPlayer :
Lua_DoNoDie

SGORepair :
Lua_OpenRepair
Lua_OpenHorseEquipRepair

SGORidingSys :
Lua_GetSummonedHorse
Lua_HasSummonedHorse
Lua_GetHorseCountLeft

SGORobotComplex :
Lua_StartRobotComplex
Lua_GetComplexPtr

SGOSkillSys :
Lua_GetSkillHitCount
Lua_GetSkillData

SGOTitleSys :
Lua_AddTitle
Lua_DelTitle
Lua_HasTitle

Is that all the function??

For mini shop i cant make it works coz i didn't have the plugins dll? Can you share it? :p

So you have the v2 file, thats the source code or same as the v1 file?



Oyeaa i've try summon the pet, thanks for code..
 
Initiate Mage
Joined
Jan 5, 2021
Messages
22
Reaction score
2
Yes. If it is all function you found, then it is all the function.

To be precise, v1 and v2 are different server programs.
The v1 and v2 dlls cannot be used interchangeably.
SGOSaellingSys.dll(minishop), SGOClubsys.dll, etc... do not exist in v1.

The v2 server will not be shared.
 
Initiate Mage
Joined
Jan 4, 2021
Messages
11
Reaction score
0
Yes. If it is all function you found, then it is all the function.

To be precise, v1 and v2 are different server programs.
The v1 and v2 dlls cannot be used interchangeably.
SGOSaellingSys.dll(minishop), SGOClubsys.dll, etc... do not exist in v1.

The v2 server will not be shared.

Woo so thats different v1 and v2.

How much the server v2, i want to buy it Master.
 
Initiate Mage
Joined
Jan 5, 2021
Messages
22
Reaction score
2
When you not selling it, and others sell it.

So in other word, that V2 not just Master Doraemon who have the file :?: :scared:
Yes, I am not the only one who owns the V2 server, I also bought it from other people.
But in people who have V2 servers, may be i am the only one successfully to fix it to work.
 
Last edited:
Back
Top