Jump to content

V3ct0r

Administrators
  • Content Count

    2,889
  • Joined

  • Last visited

  • Days Won

    519

Everything posted by V3ct0r

  1. Broken pictures on the forum Hello friends! For some unknown reasons, after updating the forum, in some topics the pictures are disappeared: If you notice such missing images then please report to me in PM or in this topic so that I can restore them. It is desirable to attach a link to the topic with broken pictures to the your message. Thanks for the help!
  2. "Битые" изображения на форуме Всем привет! По каким-то неведомым причинам после обновления форума в некоторых топиках пропали картинки: Если Вы заметите такие пропавшие изображения, то прошу сообщать о них мне в ЛС или в данной теме, чтобы я их восстановил. К сообщению желательно прикреплять ссылку на топик с битыми картинками. Спасибо за помощь!
  3. Hello @ahmad! Pictures have been fixed. Thanks to @d3ux!
  4. V3ct0r

    [1.0.0] topCMS

    Fixed! Thanks to @NOX
  5. @nectrouler You can find this program here. Folder 'Tools' and file 'TOP Server Manager.exe'
  6. Открой файл GameServer\resource\skillinfo.txt и найди в нем скилл рубки двумя мечами: 0109 Dual Sword Mastery 1 9,10 1,-1 1,-1 1,-1 -1 2 2 1 -1 84,5 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 Skill_Fsz_Use Skill_Fsz_Unuse 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -1 -1 -1 -1 0 0 -1 0,0 0,0 -1 -1 -1 0 0 -1 -1 0 0 0 0 s0109.tga 0 0 Increases attack of dual wield weapons Increase atk of left handed sword by 8%. Passive 0 4 колонка это требования к профессии персонажа (9 = Crusader, 10 = макс. уровень данного умения) 13 колонка это требования к другим скиллам (84 это берсерк, который должен быть вкачан не менее чем на 5 уровень) Проверь, что у тебя эти требования не отличаются. Также обнови skillinfo в клиенте.
  7. Файл: \Клиент\texture\minimap\EASTGOAF\eastgoaf.pk
  8. Вот скрипт для сундука, который создает заточенный на +27 предмет (автор @Ximboliex) function ItemUse_Example27( role, Item ) local GemSlotAID3 = 15 -- ID самоцвета в слоте 1 ( Из stoneinfo.txt ) local GemSlotBID3 = 29 -- ID самоцвета в слоте 2 ( Из stoneinfo.txt ) local GemSlotCID3 = 22 -- ID самоцвета в слоте 3 ( Из stoneinfo.txt ) local GemSlotALevel3 = 9 -- Уровень самоцвета в слоте 1 - 1 ~ 9 local GemSlotBLevel3 = 9 -- Уровень самоцвета в слоте 2 - 1 ~ 9 local GemSlotCLevel3 = 9 -- Уровень самоцвета в слоте 3 - 1 ~ 9 local ItemID = XXXX -- ID экипировки r13,r23 = MakeItem(role, ItemID, 1, 18) local Equipp3 = GetChaItem(role,2,r23) local param3 = GetItemForgeParam(Equipp3,1) local Item_Stone3 = {} local Item_StoneLv3 = {} param3 = TansferNum(param3) Item_Stone3[0] = GetNum_Part2(param3) Item_StoneLv3[0] = GetNum_Part3(param3) Item_Stone3[0] = GemSlotAID3 Item_StoneLv3[0] = GemSlotALevel3 param3 = SetNum_Part2(param3, Item_Stone3[0]) param3 = SetNum_Part3(param3, Item_StoneLv3[0]) SetItemForgeParam(Equipp3, 1, param3) param3= TansferNum(param3) Item_Stone3[1] = GetNum_Part2(param3) Item_StoneLv3[1] = GetNum_Part3(param3) Item_Stone3[1] = GemSlotBID3 Item_StoneLv3[1] = GemSlotBLevel3 param3 = SetNum_Part4(param3, Item_Stone3[1]) param3 = SetNum_Part5(param3, Item_StoneLv3[1]) SetItemForgeParam(Equipp3, 1, param3) param3 = TansferNum(param3) Item_Stone3[2] = GetNum_Part2(param3) Item_StoneLv3[2] = GetNum_Part3(param3) Item_Stone3[2] = GemSlotCID3 Item_StoneLv3[2] = GemSlotCLevel3 param3 = SetNum_Part6(param3, Item_Stone3[2]) param3 = SetNum_Part7(param3, Item_StoneLv3[2]) SetItemForgeParam(Equipp3, 1, param3) local Socket3 = GetItemForgeParam(Equipp3, 1) Socket3 = TansferNum(Socket3) Socket3 = SetNum_Part1(Socket3, 3) SetItemForgeParam(Equipp3, 1, Socket3) RefreshCha(role) end Его можно взять за основу заточки предметов командами чата.
  9. Привет, @Fomin! Судя по исходникам GameServer - ничем не отличаются: inline int lua_GetChaAttrI(lua_State *L) {T_B return lua_GetChaAttr(L); T_E}
  10. Hello, @nectrouler! Try this program (TOP Server Manager.exe)
  11. Hello, @BlackBarba! You need: 1) Extract models for map objects from original game client. You can use this program for that; 2) Extract textures for terrain and models from original game client. Textures are encrypted, but you can use Gemini.Decompiler to decrypt them; 3) Some models such as Cranes in Argent Harbor are animated. We do not have a program with which you can extract animations for models from client. So, you have to make such program or animate models manually, for example in Blender; 4) Know how .map and .obj formats are arraneged and how to work with them; 5) Create a plugin for 3ds max or blender which will import maps from client and place objects (models) to them.
  12. Привет, @Yahoo! 1) Создай в MSSQL Management Studio пользователя для базы данных AccountServer. Пароль должен быть длиной в 9 символов; 2) Затем с помощью этой программы зашифруй пароль, который использовал на шаге (1); 3) Далее запиши в конфигурационный файл AccountServer.cfg имя экземпляра MSSQL-сервера, логин и зашифрованный пароль пользователя для базы данных AccountServer: [db] dbserver = Имя экземпляра MSSQL-сервера db = AccountServer userid = Пользователь БД AccountServer passwd = Зашифрованный (!) пароль для пользователя БД AccountServer Имя экземпляра можно узнать здесь: 4) В свойствах MSSQL-сервера на странице "Безопасность" установи переключатель "Серверная проверка подлинности" в положение "Проверка подлинности SQL Server и Windows" и перезапусти MSSQL-сервер. Для GroupServer.cfg и GameServer.cfg все точно так же, только пользователя создаешь для базы данных GameDB. А можно создать одного пользователя сразу для двух баз данных.
  13. Hello, @Zay! Specify everywhere the IP address 127.0.0.1 besides section ToClient in GateServer.cfg config file: ... [ToClient] IP = rebirth.zapto.org Port = 1973 ...
  14. Hello, @FapFap! The account security code is stored in database GameDB, table account, field password. USE GameDB; SELECT password FROM account WHERE act_name='Admin' This query gives the code for account with login Admin. Note: the code is encrypted with MD5 algorithm, this means that you can not view it, but you can change it to a hash for code that you know.
  15. Hello, @saa0d! I think you shouldn't press enter, wait until the end of the minimap creating process
  16. Hello, @Edilson! Add some debug messages to your code and check them: local Swing = GetChaItem(role, 2, 0) local Swing_ID = GetItemID(Swing) Notice("Swing_ID = " .. Swing_ID) if Swing_ID == 9137 then local statelv = 1 local statetime = 3600 Notice("Activating...") AddState(role, role, STATE_SWINGSK1, statelv, statetime) else local state_swingsk1 = GetChaStateLv(role, STATE_SWINGSK1) if state_swingsk1 ~= 0 then Notice("Deactivating...") RemoveState(role, STATE_SWINGSK1) end end
  17. Hello, @Brothers! This is not a bug, I made the NPC, taking into consideration the fact that players can not change the profession after receiving it. You can add a simple check to the script, as @mkhzaleh suggests
  18. Hello, @Edilson! Does GameServer.exe continue work normally after this error? As I remember, this message does not affect GameServer work and was shown on older versions of the .exe.
  19. I think this plugin for 3ds Max by @wolfenx can export animations
  20. Hello, @BlackBarba! No, there are no any updates since November 9, 2018 (release date).
  21. The topic has been moved to 'Paid services & Requests' section
  22. What Tales of Pirates on Unity3d would look like Hello friends! In this topic, I want to show the project that I worked on with @BETEP/macs509. We wanted to see what would look like Tales of Pirates on the Unity3D engine and that's what we've got: Download: Google Drive Yandex Drive P.S. The clock on the fountain shows the time of your computer.
  23. Hello, friends! @Adrian says that no one will help you if you are not willing to pay: Do you agree with him? Write the answer below and why you think so. @Adrian I think that you should not answer for everyone. That you do not want to help for free, but not all forum participants. We have created a special section for paid services, but you impose your services in the usual topics:
  24. Привет, @small666! Если есть возможность, удали MSSQL Server 2008 и установи MSSQL Server 2017 Express
×
×
  • Create New...