Jump to content

MrQuin

Contributor
  • Posts

    365
  • Joined

  • Days Won

    23
  • Feedback

    0%

Everything posted by MrQuin

  1. Hello devs So i want to disable adding status while the player is in fight and i can't seem to know the way ..
  2. Try changing the vdi version dude you are using v7 while there are 9.2 and 9.3 available ..
  3. After : def __PressFKey(self): make sure there is this def: def __PressGKey(self): if app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL): net.SendChatPacket("/ride") else: if self.ShowNameFlag: self.interface.ToggleGuildWindow() else: app.PitchCamera(app.CAMERA_TO_POSITIVE) If yes check your cmd_general.cpp for do_ride
  4. I am sure no one could help you unless he tried to implent this system I think you have something wrong with the order of function And an advice this system is buges try and look for another version of it (turkish one) .
  5. Hello devs Is there anyway of linking the start_postion.cpp file with CONFIG so it would become easy to change cords.
  6. I did understand your first part of turning true to false but why delete that function (exist twice) And for this part:Also, your fast health recovery bug is in the same file (char_item.cpp) - or db item_proto values When search i do what ? And thank you very much for responding
  7. Dude check the table from navicat player_index Design table and check the collation maybe it is wrong ..
  8. In uiinventory.py Make sure def def RefreshStatus(self): Is enabled Also under: self.RefreshItemSlot() make sure: self.RefreshStatus() exists.
  9. On top of this when using only big elixir(72726) you get plus 1000HP o_O
  10. Hello devs So the problem with me is that the hp recovery when using elixir is fast (like 3k hp per second) I would like to know how to fix this and thanks :3
  11. Hello devs So i want a way to make buying from a specific npc you recive the items in the "mall storage" not your inventory And Thanks
  12. Try changeing the uimessenger by another one ... Check the channel syserr
  13. check the uiaffectshower you'll find the icons hidden just enabale them by deleting the # mark .
  14. in item_proto change the ITEM_GIFTBOX to ITEM_USE with USE_SPECIAL as subtype .
  15. Yeah right! He said i pay for fix and caboom you responded faster than flash :" And like seriously anybody could have core crash hhhh that doesn't mean it is the same problem with you For the topic owner you could debug the core and share what comes from the debug in here !
×
×
  • 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.