Jump to content

thelittlemarkus

Inactive Member
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

About thelittlemarkus

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

thelittlemarkus's Achievements

Apprentice

Apprentice (3/16)

  • One Year In
  • Collaborator Rare
  • One Month Later
  • Dedicated
  • First Post

Recent Badges

1

Reputation

  1. I have successfully installed the sash and cheque system. The game then ran for a very long time until I installed the title system, it must be because of that. I looked through everything again, every file, and only found one or two parts where I'm not sure if it's right. Can you take a look via VNC? I think this is the faster way. Of course you'll get something if we're successful
  2. Thank you again. You are helping me a lot. I have installed the sash and cheque system and have now also entered these in the query. This worked and the game tried to load. After the loading bar has reached 100%, the UI appears but the loading screen remains. This is the text from the client/syserr.txt (image is in the right folder, just not loading, I can fix that myself). What are the other errors? I don't know where the commands are set that it reported as errors. Hopefully anyone can help me.
  3. Thank you for your help. I have added the TXT code to the Items_proto.txt which is on the server. then I edited the Title.cpp and changed “std::auto_ptr” to “std::unique_ptr”. 3x as you said I had the same error with “auto_ptr” in the ClientManagerBoot.cpp because I added a mod where I can determine whether it should read the TXT or SQL variant of the proto files and “auto_ptr” was also used there. In the ClientManagerLogin.cpp also changed and now I can compile everything. Now I only have an error in the .py files of the client. -> name “TITLE_1” is not defined (localeInfo.py) I have added my localeinfo.py. Is that correct? [Hidden Content] Ok, i fixed this too. I must add in in the DE Language Folder too, not only EN. Now my Client starts, i can login but every character in all accounts are broken. They only show the Values 0. When i create a new char the client don't load the game, the loading bar is empty. Syserr.txt too. Can you show me your working "ClientManagerLogin.cpp"?. I think there is an error. DB/syserr.txt (SQL Error) SYSERR: Mar 1 02:30:58 :: Start: TABLE_POSTFIX not configured use default SYSERR: Mar 1 02:31:17 :: ChildLoop: AsyncSQL: query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM player WHERE id=6' at line 1 (query: SELECT id,name,job,voice,dir,x,y,z,map_index,exit_x,exit_y,exit_map_index,hp,mp,stamina,random_hp,random_sp,playtime,gold,level,level_step,st,ht,dx,iq,exp,stat_point,skill_point,sub_skill_point,stat_reset_count,part_base,part_hair,part_sash,skill_level,quickslot,skill_group,alignment, prestige, mobile,horse_level,horse_riding,horse_hp,horse_hp_droptime,horse_stamina,UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(last_play),horse_skill_point,FROM player WHERE id=6 errno: 1064) SYSERR: Mar 1 02:31:17 :: RESULT_COMPOSITE_PLAYER: null MYSQL_RES QID 0
  4. @Luffy can you help me with one problem? i don't know how to add the file from "02-Server -> Item Protos -> "item_proto_sql"" to the database. I have the same serverfiles like you. TMP4. EDIT: Ok, i have added the SQL Query to Navicat without "vnum_range" and it works. Now i have another errors with the ClientManagerLogin.cpp and the Title.cpp. Booth say "use of undeclared identifier `pMsg`
  5. ive installed the block system and don't know what to do with the "messenger_block_list.sql". Can anyone explain me?.
  6. Thanks, that helped me too. I am a beginner in Python and am learning by doing. Now I understand a little bit more. I've added the code syntax, hopefully it is ok. @Interfacemodule.py #Find if self.wndExpandedTaskBar: del self.wndExpandedTaskBar.Hide() #Add if app.__BL_CHEST_DROP_INFO__: if self.wndChestDropInfo: self.wndChestDropInfo.Hide() del self.wndChestDropInfo
  7. can anyone explain me how to add the code in "desc_manager.cpp". Should i copy the whole code at all or split into parts? The ifdef let me think i must complete copy it. I have this error now:
  8. Hi. Thanks i integrated this and it worked. Can you say me how to add your map?. I want replace this with standard.
  9. Hey, thanks for this but i have an problem. In VS2022 i getting this error messages. I have added the two functions who are required. The identifier “”c_Slot_Time_Info_Cooltime_Color“” is not defined. The identifier “”c_Slot_Time_Info_Instance_Color“” is not defined. “c_Slot_Time_Info_Instance_Color": undeclared identifier “c_Slot_Time_Info_Instance_Color": undeclared identifier “c_Slot_Time_Info_Instance_Color": undeclared identifier “c_Slot_Time_Info_Instance_Color": undeclared identifier “CGraphicImageInstance::SetDiffuseColor": Function does not accept 1 arguments “c_Slot_Time_Info_Cooltime_Color": undeclared identifier (FIIXED) but don't work. Slot always standard
  10. have the same problem that the function is not available (TMP4 Files). Can i add the "def RefindBindAffectShower"? or can i rename the function to match the "AppendMaterialToRefineDialog" FIXED - all works now. Thanks.
  11. Hi. Thanks for that. I have the original TMP4 .vdi and modified the code a little bit. can i setup this .vdi from you and copy the backup from game+src and db to the 14.1.vdi to upgrade the FreeBSD Version?.
  12. m_dwLastPlay is not in my char.cpp. How i add the code now? This is the text from my client syserr. Client close self after login when he should choose the char. I am very interested in python but a beginner. Please can anyone help me?. 1212 09:04:10360 :: networkModule.py(line:208) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:30) <module> system.py(line:130) __pack_import system.py(line:110) _process_result interfaceModule.py(line:25) <module> system.py(line:130) __pack_import system.py(line:110) _process_result uiSystem.py(line:1) <module> networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'app' is not defined 1212 09:04:10360 :: ============================================================================================================ 1212 09:04:10360 :: Abort!!!!
  13. i have made changes to the interfacemodule.py because i added the MiniMap Smooth Zoom. How can i integrate them into your coding? Can you help me?. I am very new to python and try my best to improve the skills.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.