Jump to content

Adrian1428

Inactive Member
  • Posts

    221
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Adrian1428

  1. fatal error RC1015: cannot open include file 'resource.h'. check resource.h if is in include folder
  2. uiinventory.py , search lines for belt inventory and delete
  3. I try this a long tine ago and I have big problems with player hp after mount/unmount , hp has increased to all players. edit: I try only with if (GetHP() > GetMaxHP()) PointChange(POINT_HP, GetMaxHP() - GetHP()); if (GetSP() > GetMaxSP()) PointChange(POINT_SP, GetMaxSP() - GetSP());
  4. You have to make a new entry in the source like deposit open or item-shop I think.
  5. Use XP? Are you really recommending using Windows XP? Please say no Btw why just not use google? Here you go: [Hidden Content] A virtual machine with windows xp , maybe? I try to install vs2008 on my windows 7 ultimate and don't work and I make a vdi with xp and everything works ok.
  6. visual studio 2008 not support this windows , use xp
  7. He sells the source I don't think he can help me for free. Can someone give me a hit here.
  8. I need function in c ++ for target level. Like this but for level: char * CPythonExchange::GetNameFromTarget() { return m_victim.name; } I tried this: DWORD CPythonExchange::GetLevelFromTarget() { return m_victim.level; ( and m_victim.dwLevel ) } I defined all stuff needed( in PythonExchange.cpp /PythonExchange.h and PythonExchangeModule.cpp) for this new exchange function but not work. In exchange dialog appear 0 .
  9. This is not used in game source , so how can it work? It's not working. Read above. I understand , last night when I read the topic seemed strange to just add a variable. I see now he edited the subject, and it may work.
  10. This is not used in game source , so how can it work?
  11. Try to coding python file in notepad++ with korean or ansi, dont put # -*- coding: x-*- in file.
×
×
  • 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.