Search results

  1. MasterPeace

    Player Connection

    Hi guys. Apologies for my lack of knowledge. I have some time to spare now sometimes and I have a quick question: Is there way to get into player connection functions? What if I would decide to catch player connection when he get into server and than maintain it? Add full functionality of...
  2. MasterPeace

    Approved Restriction Zones

    MasterPeace submitted a new resource: Restriction Zones - Create zones in Fougerite Rust Legacy Read more about this resource...
  3. MasterPeace

    Someone still have server on fougerite?

    You know, experimental has come. Fougerite has some weird NPC / RPC / Whatever errors what are causing crashes for me. I just moved to Windows server and there is same situation. 2 months ago I had about 20 players at this time, now I have 4. Shit shit shit. I feel I probably wasted my money...
  4. MasterPeace

    Arena by MasterPeace

    Hi. So I'm officialy in development of my Arena plugin for Fougerite. I'll try to make it work with my Economy plugin, but also with DreTax iConomy. I'll name it "Arena by MasterPeace" as all plugin what I'll upload in future, to make you all see difference between others. I didn't saw any...
  5. MasterPeace

    Tracking players

    Hi guys. I want to request some higher programming, probably in C#. I would like to have player tracker. Don't know if all players, maybe just choosed. I want to finally enable PvP, I still have many cheaters and some I banning after maaany days of playing. They just sometimes know who is...
  6. MasterPeace

    Checking if player is on his foundation (proper way)

    Hi. I'm using right now code from Dretax HomeSystem 3.5 plugin, edited it a little bit, but it get looped (and crashing game). Plugin is checking if Victim is in his house, or not, or not inside of any house. def On_PlayerHurt(self, Hurt): attacker = Hurt.Attacker victim =...
  7. MasterPeace

    Wiki and Source needs more examples

    No matter if there are 50 wiki pages or 10, public source or not, it's still can be hard to understand. Sometimes I don't know what object I will receive (like Player object, or Player ID?), what is inside some properties or some other questions. Wiki needs more examples and I'll try to work on...
  8. MasterPeace

    CPU Power / Ping

    Hi. As you know I'm renting server on Linux. Current settings are: CPU - 2 x 2.5 Ghz RAM - 3000 mb HD - 30 GB Current PERFORMANCE: CPU - 30 - 50% usage RAM - 900 mb usage I would like to do whatever I can to make smaller pings and less performance "lags", but next package for me is like 230%...
  9. MasterPeace

    Spawning items, and bases

    Hello. I have 2 questions. 1. I want to make some buildings always lighten up. It could be pretty done if in night server would drop flares always at same places, "life after life". So when they disappear new ones will come. Is it possible? 2. Is it possible to set indestructible bases? I...
  10. MasterPeace

    Adding new objects

    Hello. You can chill a little bit from my errors and crashes on Linux server. Could you guys say me if it's possible to get some environment (I have unity for example, or just clear C#) and add some basic objects/effects? Like I said some day I was trying to make games I have even screenshot...
  11. MasterPeace

    Solved JajahPeace - Linux Errors

    Guys sorry. Here is another report. I think it will better to just write all my problems in one topic. Hope you'll sum this up somehow and find issue. Another day another problem. I found that my server is offline. Checked log... Nothing found, just some errors and bum, no more log, probably...
  12. MasterPeace

    On_EntityHurt

    on-entityhurt
  13. MasterPeace

    On_NPCHurt

    on-npchurt
  14. MasterPeace

    Solved Rad zones and Animals stronger

    Hi again. So I want to make update to server, players wanted harder damage from Radiations and Animals, as we have PvE server, so it's really easy to craft whole game. I would want to make plugin to edit: - Animals HP +50% - Radiation damage about 200% higher because it's just a joke right...
  15. MasterPeace

    [JS] Include libraries/functions

    Hi guys. Your documentation have one big problem, what I passed by until now, because I want to make better /home plugin, so here is the problem. There is nowhere tutorial/forum topic/documentation how to include advanced functions. I want to use Ini file to save positions, but I don't know...
  16. MasterPeace

    Solved Server on Linux OpenVZ

    Hi. I'm trying to set server on VPS Debian (OpenVZ), with vcnserver + wine. My command is: wine rust_server.exe -batchmode -nographics -port 28015 -datadir "serverdata/" It's running not like on my PC with windows. There are so many lines, errors, warnings, etc, that I can't even read...