Search results

  1. F

    Origins Server?

    Hero LVL 2 House Variables: CLASSNAME: small_house_lvl_2 HITPOINTS: [["stage_1",0],["stage_2",0],["stage_3",0],["stage_4",0],["stage_2_hide",1],["OWNERS_NAME",1.0e07],["passwordtut",####]] Hero LVL 3 House Variables: CLASSNAME: big_house_lvl_3 HITPOINTS...
  2. F

    Origins Server?

    I haven't had that problem yet. Could try re-installing the files again to see if that clears it up.
  3. F

    Origins Server?

    I had that problem at one point in time. Make sure that the damage is set to 0 and the Hitpoints are 0 as well. If memory holds, that fixed it. If not, try setting the hitpoints for every piece to 0.03 as well as the damage to 0.03 and try that.
  4. F

    Origins Server?

    Right, I know. When pMain() is ran, it further calls pCleanup (which is what the current problem is), and while the DB only has 340 active vehicles, when it's called it drops the whole count to 315, EVERY time now. Baffled as to why. The vehicles aren't a damage of 1 that are getting deleted...
  5. F

    Origins Server?

    Here's a good interesting one for ya. When I finally decide to place this on my server and go live after all of this testing, when I execute pCleanup, it's now deciding to delete perfectly good vehicles, namely all Helo's. WTF?
  6. F

    Origins Server?

    Which is fine and dandy if you give the user superuser status, then run whatever you want to your hearts desire. It's just that many things will only run/execute properly as Root, such as the import of the DB and certain other proceedures. But whatever, I'm lazy.
  7. F

    Origins Server?

    Always make sure you're running it as user $ROOT
  8. F

    Origins Server?

    I've had problems with custom and local time settings. I haven't gotten to test it yet but since I've been doing server tests I placed it as static at 8. In theory whenever the server restarts it should start at 8a, with the time acceleration it should run through the proper day cycle...in theory.
  9. F

    Origins Server?

    Yep that's why I posted it like that :D I've even had errors with the server starting because it wasn't structured right with either the fuel or other variables not set properly. Later ill post the other two hero houses and their variables. Also i should probably note that my server files come...
  10. F

    Origins Server?

    ObjID 999 ObjUID 1234512345 Instance 1 Classname large_shed_lvl_1 Damage 0 CharacterID #YOUR_PLAYER_UID# WorldSpace ########## Inventory NULL Hitpoints [["stage_1",0],["stage_2",0],["YOUR_PLAYER_NAME",1.0e07],["passwordtut",1111]] Fuel 0 Timestamp NULL The 1.0e07 in the hitpoints STAYS THE...
  11. F

    Origins Server?

    The files I posed are the Server, MPmission, and something else, but not the DB. You need the DB files.
  12. F

    Origins Server?

    @Drew_Reid: >
  13. F

    Origins Server?

    I was bored so figured I'd throw up this easy DB dump. Throw it into a .bat or .cmd and simply run it or link it into your BEC Scheduler (if linked, take out the "C:\Windows\System32\timeout /t 3000" and "goto start" lines.) ::Made by FireFlightMedicX ::Updated 05/28/2013 @echo off :start...
  14. F

    Origins Server?

    In your database, run 'call pMain()' or atleast 'call pCleanup()'. The Urals are spawned per these procedures
  15. F

    Origins Server?

    For those interested, I know that for some reason or another - the Procedures and Functions do not always write correctly; so here are the majority of them. -- ---------------------------- -- Procedure structure for `pCleanup` -- ---------------------------- DROP PROCEDURE IF EXISTS...
  16. F

    Origins Server?

    @SanKen: Did you ever get this working? If not, lemme know and I might be able to help.
  17. F

    Origins Server?

    Can someone please post their full DB procedures and functions routines? Or PM them to me
  18. F

    Origins Server?

    @Arjs: Yes, too many Ivan's spawning. I haven't had the problem of the items wiped from houses. @malforce & all: Apologies for missing the one }
  19. F

    Origins Server?

    Unfortunately no, i haven't been able to find a way to fix that one.
  20. F

    Origins Server?

    .rar file linked https://anonfiles.com/file/ee786909f0010ae9032abbce3c3bfce8
Back
Top