Author Topic: Force's Beginner Scripts - Release 1  (Read 16190 times)

Force

  • Developer
  • Full Member
  • *****
  • Posts: 204
  • Karma: +6/-2
    • View Profile
Force's Beginner Scripts - Release 1
« on: October 22, 2010, 03:54:57 pm »
LU FBS R1

This is the first release of my base scripts for Liberty Unleashed, it provides all the basic commands that you would need for a simple deathmatch server with accounts, spree detection and all the needed commands such as /heal and /wep. You are also able to save your stats and toggle whether or not they get saved. There is also /goto, once again with the option of turning off the ability for players to teleport to you. Lastly there is an inbuilt /report command that will alert all in-game admins of any trouble makers, full list of commands which require a certain level can be changed in 'CommandsList.ini'.

Read the included readme.txt!

Download

The download is available at LU FBS 01 R1

(For Firefox users, you may have to right click the link and then select 'Save link as' and then select 'All types' under the 'Save as type' list and then add .rar onto the end of the file name.)

Notes

These scripts have been tested to the best standard possible within the LU testing team and are being released in a working state. If you do encounter any problems then let me know so that they can be sorted out as quickly as possible.

Release History

1.0 - Initial Release
« Last Edit: October 26, 2010, 03:07:24 am by Force »
Quote
[Tue - 20:09:35] <&VRocker> CRAP!
[Tue - 20:09:43] <&VRocker> i think i just followed through...
Quote
[Sat - 22:11:56] <~Smapy> [R3V]breSt12 killed [R3V]Jack_Bauer. (Splat)

BooMario

  • Newbie
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #1 on: October 26, 2010, 09:31:06 pm »
server is not loading FBS.nut  :-[

Force

  • Developer
  • Full Member
  • *****
  • Posts: 204
  • Karma: +6/-2
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #2 on: October 26, 2010, 09:37:02 pm »
Like I said earlier, read the instructions carefully and make sure your directories are named exactly as it says.
Quote
[Tue - 20:09:35] <&VRocker> CRAP!
[Tue - 20:09:43] <&VRocker> i think i just followed through...
Quote
[Sat - 22:11:56] <~Smapy> [R3V]breSt12 killed [R3V]Jack_Bauer. (Splat)

BooMario

  • Newbie
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #3 on: October 26, 2010, 10:20:13 pm »
i do all carefully
gives a error in line 39.

Force

  • Developer
  • Full Member
  • *****
  • Posts: 204
  • Karma: +6/-2
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #4 on: October 26, 2010, 10:47:41 pm »
Obviously not doing something right, thats where it's trying to load the rest of the script files. Make sure all the script files and the Script.xml are in <LU Server>/Scripts/LU_FBS_01_R1. Then make sure that LU_FBS_01_R1 is in the content.xml's <script folder="bleh"/>.
Quote
[Tue - 20:09:35] <&VRocker> CRAP!
[Tue - 20:09:43] <&VRocker> i think i just followed through...
Quote
[Sat - 22:11:56] <~Smapy> [R3V]breSt12 killed [R3V]Jack_Bauer. (Splat)

BooMario

  • Newbie
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #5 on: October 27, 2010, 02:08:31 am »
i rename the folder name and worked thanks

NewUsr

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #6 on: October 28, 2010, 07:36:39 pm »
Hi, thanks for script, but i have some trouble - server crashes, when you spawn, with that script loaded.
I use Linux server, so i think - this is the reason. Couse when i try this with Windows one - it works normal.
Can you help me with that?

Force

  • Developer
  • Full Member
  • *****
  • Posts: 204
  • Karma: +6/-2
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #7 on: October 28, 2010, 07:40:07 pm »
Hmm that's interesting, not tried the scripts on Linux so can't really comment. All I can suggest is commenting out different parts from the spawn event until it doesn't crash.

EDIT: This seems to be a known problem on the Linux server, the devs are looking into it.
« Last Edit: October 28, 2010, 10:22:56 pm by Force »
Quote
[Tue - 20:09:35] <&VRocker> CRAP!
[Tue - 20:09:43] <&VRocker> i think i just followed through...
Quote
[Sat - 22:11:56] <~Smapy> [R3V]breSt12 killed [R3V]Jack_Bauer. (Splat)

Force

  • Developer
  • Full Member
  • *****
  • Posts: 204
  • Karma: +6/-2
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #8 on: November 04, 2010, 02:33:56 am »
Update

Just uploaded a new version to fix a bug with no being able to register/login etc.

All I did was add the following to onScriptLoad() (FBS.nut)

Code: (squirrel) [Select]
LoadModule( "lu_hashing" );
« Last Edit: November 05, 2010, 04:12:24 am by Force »
Quote
[Tue - 20:09:35] <&VRocker> CRAP!
[Tue - 20:09:43] <&VRocker> i think i just followed through...
Quote
[Sat - 22:11:56] <~Smapy> [R3V]breSt12 killed [R3V]Jack_Bauer. (Splat)

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #9 on: November 04, 2010, 12:20:47 pm »
nub *runs fast*

Jancis71

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #10 on: November 04, 2010, 06:50:00 pm »
function CheckCmdLevel( cmd )
{
   local list;
   list = ReadIniInteger( "CommandList.ini", "COMMANDS", cmd.tostring() );
   
   if ( list ) return list;
   else return 0;
}

This function isn't working for me...

Force

  • Developer
  • Full Member
  • *****
  • Posts: 204
  • Karma: +6/-2
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #11 on: November 04, 2010, 06:53:26 pm »
Ahh yeh, I'm a noob lol.

You need to also LoadModule( "lu_ini" ); under onScriptLoad();

That should be the last module that you need. :P

Note for Linux users:

Apparently the modules are called sq_* so change this in the script if you are on Linux.
« Last Edit: November 04, 2010, 07:46:05 pm by Force »
Quote
[Tue - 20:09:35] <&VRocker> CRAP!
[Tue - 20:09:43] <&VRocker> i think i just followed through...
Quote
[Sat - 22:11:56] <~Smapy> [R3V]breSt12 killed [R3V]Jack_Bauer. (Splat)

Windlord

  • Guest
Re: Force's Beginner Scripts - Release 1
« Reply #12 on: November 05, 2010, 03:31:30 am »
Update

Just uploaded a new version to fix a bug with no being able to register/login etc.

All I did was add the following to onScriptLoad() (FBS.nut)

Code: (squirrel) [Select]
LoadModule( "lu_hasing" );

lu_hasing? Really?
Did you mean, lu_hashing?

Megamanolo34

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #13 on: November 14, 2010, 03:15:22 am »
Hey,Help me D:
 
When i load the scripts and the server,and enter to my server
 
says this
 
Error.Incorrect build.Please update you installation
 
 :-[

Force

  • Developer
  • Full Member
  • *****
  • Posts: 204
  • Karma: +6/-2
    • View Profile
Re: Force's Beginner Scripts - Release 1
« Reply #14 on: November 14, 2010, 03:28:17 am »
Thats nothing to do with my scripts, get the latest Windows server download from the downloads page. Then make sure you have the latest version of LU installed.
Quote
[Tue - 20:09:35] <&VRocker> CRAP!
[Tue - 20:09:43] <&VRocker> i think i just followed through...
Quote
[Sat - 22:11:56] <~Smapy> [R3V]breSt12 killed [R3V]Jack_Bauer. (Splat)

 

© Liberty Unleashed Team.