Jump to content

covfefe

Banned
  • Posts

    122
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About covfefe

Core X

  • BAN_NOTICE
    Yes
  • HIDE_PILLORY
    No

Informations

  • Country
    Romania
  • Nationality
    Romanian

Social Networks

  • Discord
    Angels In The Sky#4967

Recent Profile Visitors

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

covfefe's Achievements

Rising Star

Rising Star (9/16)

  • One Year In
  • Collaborator
  • Dedicated
  • One Month Later
  • Week One Done

Recent Badges

31

Reputation

  1. care to explain? the if condition seems rather redundant.
  2. Interestingly, I don't have this issue. Here is one thing though, if you pick up an item you already have in inventory, it won't have the new item effect. edit for clarification: I mean stacked Items already In your Inventory.
  3. Looks more like an item/mob proto size mismatch issue, did you change anything related to that recently?
  4. Alchemy shows different values than what is in BaseApplys, anyone else noticed this?
  5. N.B. if you first wanna make sure whether this problem exists for your or not, do this: in uiinventory.py inventorywindo class, go to _del_ function and add this below: import dbg dbg.Logbox("Deleted") then rewarp ingame. if you don't get this message then congrats you have this problem. My "fix" should make this dbg appear.
  6. I noticed a few days ago that the inventory class was not getting freed upon rewarp. Circular dependency was causing the garbage collector to fail. The fix was fairly simple, so I fixed it and decided to share it with you. So here it is:
  7. Thanks for the nice release, ive been thinking about this.
  8. Most are scammers, don't buy. You can find some good files on the web for free. DM me if you want to know more.
  9. Wow, we got a Subject Matter Expert here. Pure misinformation. Sources with compatible packets are: mainline (for server) + novaline (for client). Just use TMP4 sources, though.
  10. Thanks for your help, you will laugh, i figured it out on my own within 5 min after creating the post. But thank you brother!
  11. Hi, I wonder if anyone knows how to get the count of an inventory item in C++, like the C++ equivalent of LUA's pc.count_item() function. I've spent a lot of time looking around in the source before asking here, I couldn't figure it out. Would definitely appreciate any help. Thank you to the non haters and non bullies.
×
×
  • 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.