Jump to content

lastone122

Inactive Member
  • Posts

    38
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by lastone122

  1. It does. At least for me, but im using mine version. Did not try this one, but i was facing the same problem and this was the solution
  2. @Rusef@MentaLL Fix for the shop name should be in PythonApplication.cpp This line is there twice. m_pyGraphic.SetPerspective(30.0f, fAspect, 100.0, fFarClip); You need to replace in void CPythonApplication::RenderGame() and also in void CPythonApplication::UpdateGame()
  3. check uitooltip.py you should have there something like this. item.APPLY_ATTBONUS_STONE : localeInfo.TOOLTIP_APPLY_ATTBONUS_STONE, Check if this matches name of the bonus in source APPLY_ATTBONUS_STONE also check in your locale_game.txt if this TOOLTIP_APPLY_ATTBONUS_STONE matches what you have in uitooltip.py
  4. Running server on hamachi is like fucking with soft dick. I recommend you to directly buy vps. It is not that expensive.
  5. Ah ok but for what would they pay 8mil E just in 1 Q wtf.
  6. If it doesnt appear ingame after your edits in 3dsMax then you are not exporting it correctly. Check versions of granny and correctess of exporting.
  7. I am not 100% sure what is going on there but it seems like a very, very, very small amount of money also when it is calculated as korean wons. 1 KRW is 0.000747Euro but probably I am just dumb af because it makes no sense for company as Webzen is, to pay total operating costs only 8Euro............:D
  8. DSO is dynamic shared object or a shared library so you are missing something there probably a link as it says reference.
  9. You are calling local variable somewhere. Specify variable board as global . Also we cant see your python files.
  10. you are calling function which is not defined in class RefineDialogNew. You need to add function AutoRefine like you have defined in upper class RefineDialog the error is in here lines 329,330 self.checkBox.SetEvent(ui.__mem_func__(self.AutoRefine), "ON_CHECK", True) self.checkBox.SetEvent(ui.__mem_func__(self.AutoRefine), "ON_UNCKECK", False)
  11. Hello guys, I have this problem. [Hidden Content] Sashes are not updating themselves when you unwear them. You need to put on/down armor to update. Sysser is empty tho. Does someone knows where should i look or how to fix it? Thanks for responses.
  12. locale_inc.h in your binary > #define ENABLE_TITLE_SYSTEM
  13. Use things compatible with 40k core . Yes buy vps or if you want to run server just for fun you dont need to. You can download some clean sf and then edit it as you want however it is the best way how to run server
  14. I kinda understand that gf is fighting against p servers. Imagine you develop game sized of metin2 with large community and stable business. You would not be happy if someone came and stole all of your files and made money on it. Even if you were a publisher . I am not defending them btw. The way they are solving things they made incorrectly in past is soo wrong.
  15. @Dobrescu Sebastian lol man u deserve nobel prize for this. Thanks a lot
  16. Have you tried in design table to tick field not null at column name?
  17. Yes it has something to do with proper data saving to db ( if im not right correct me) but i saw it on rubinum and some other servers you can logout and swap char instantly . So there is way how to do it but i know only basics of cpp >.<
  18. Hello guys does anyone know what exactly is the purpose of 10 seconds delay in logout or change character? And file where i can remove it ?
  19. 0626 10:22:15289 :: expected an indented block In python. Be careful with tabs.
  20. this is not the whole quest . But thanks anyway i will try.
×
×
  • 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.