Jump to content

boasfesta

Contributors
  • Posts

    85
  • Joined

  • Last visited

  • Days Won

    23

boasfesta last won the day on December 15 2022

boasfesta had the most liked content!

2 Followers

About boasfesta

  • Birthday 06/05/1996

Contact Methods

  • Discord
    boasfesta#8721

Profile Information

  • Location
    Brazil

Profile Fields

  • Steam ID
    https://steamcommunity.com/id/boasfesta/

Recent Profile Visitors

3,793 profile views
  1. Bumping this cause i added the feature to the shop again. Hope that this feature can help you and your project.
  2. PM me on discord bro, can help you there Nick: boasfesta#8721
  3. I thought about that, but future merge conflicts were the problem. XD Creating a new entity/editor inflicts in more merge conflicts with future updates, so i would update this every week basically. So i just choose for creating the system more basic as i can. And yea, each player can only redeem a code once per character. And usage limit is optional per redeem code
  4. A very useful system for you who want to promote your game!. With this system you can create custom reward codes with many items you like and use in your social links promotion, or even unique codes for streamers and youtubers to advertise your game into their community!. Also, you can use this codes as a delivery for your cash shop. Redeem codes in game by typing /redeem YOUR-CODE-HERE. The items will be delivered instantly into the player inventory. How to use Copy/Paste the rewards.json example into your server resources folder. Create how many codes you want following the example model Reload rewards by typing reloadrewards command into your server console. Requirements Intersect Engine v0.7+ Read the readme.txt file for more info. If you enjoy this system, consider leaving a donation. Hope you guys like it! Download here. Check out my other systems here. Yea i just CTRL+C CTRL+V my post at Itch.io
  5. UPDATE Added support for Intersect v0.7.1 Price temporarily reduced for $25
  6. Bumping this one here. Dont know if i can do this, sorry mods if i dont. Just to say that i'm getting back with Intersect works, any interested person contact me at discord. tnx
  7. Its just the red flash at the enemy when it got hit It works by custom code
  8. As it name suggest, here is a camera shaking system attached to animations for Intersect. Embedded Video Link How it works Animations now got a property called "Camera shake" in editor, which provides a duration in miliseconds for the shaking effect. This allows you make small shakes for light hits such like earthquakes for big ones. Videos got really big at AGD posts so, here is a example of a long duration shake and a smaller one. Requirements Intersect version v0.7.1+ Git installed Support For any problems or doubts with this system, add me on discord: boasfesta#8721. Click here to see this in the shop!
  9. Embedded Video Link Testing some features together: -Fluid movement -Fluid knockback -Flashing hit -AoE basic attack -Camera shake
  10. I don't know exactly but you could start by checking if there is any PlayerData migration pending. Start by making an upgrade. Also, check server logs searching for any evidence about database errors that can help us to figure out whats happening. At last, try to set breaking points at saving player lines to check if everything is working ok. And use SQLite manager to check if only specific tables are not being saved. We can get more info about the issue this way. Just a question, it works okay this whole time? Do you know where the problem start to happening? I mean because there is an deleted migration at your diffy and thats a little strange, dont know if EF got problems with that.
  11. Nice bro! Just care a little about the details mentioned by Weylon and that project can be great! For sure will help a lot of people. Its nice to see more Brazilians in the community. Be welcome!.
  12. {@“\command”, string.Join(Environment.NewLine, topList.Select(x => x.Name).ToList())} should work
  13. You can. But that method seems to be called at every event command, so even if you're not asking for a toplist, the system will check the database for a ordered list. Consider making a cache if that becomes laggy. Just do that string.Join in a topList.Select(x => x.Name).toList(), it should world.
  14. Try to select all projects in a row just by pressing SHIFT Right click and select "Clean", after that do "Rebuild". Lets see if it works.
  15. Function public void HandlePacket(Client client, ChatMsgPacket packet) in PacketHandler.cs at Intersect.Server its a good place. And yup, you can show the player name since the list only order players by exp, but his whole data is returned.
×
×
  • Create New...