Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


  Show Posts
Pages: [1]
1  Scripting / Script Releases / Liberty Unleashed Spectate System on: July 24, 2013, 05:46:53 am
Liberty Unleashed Spectate System

Description
This script give you a view of the player selected of 360 degrees.

Installation
Unzip the .zip folder into your "Scripts" folder. Then add the following line to your content.xml:
Quote
<script folder="LUSS" />


Download:
Spectate System
2  Liberty Unleashed / Support / What does this means? on: August 07, 2012, 12:46:19 am
Server.bin: malloc.c:4636: _int_malloc: Assertion `victim->fd_nextsize->bk_nextsize == victim' failed.
Aborted

i get this error when this function:

Quote
    local q = sqlite_query( aDB, "SELECT ID, Name, RedFlagPos, BlueFlagPos, RedBasePos, BlueBasePos, Area, Portals FROM Arena" );
   while ( sqlite_column_data( q, 0 ) )
   {
       local id = sqlite_column_data( q, 0 ).tointeger();
      AreasData[ id ] <- {};
       AreasData[ id ].Name <- sqlite_column_data( q, 1 );
      AreasData[ id ].RedFlagPos <- sqlite_column_data( q, 2 );
      AreasData[ id ].BlueFlagPos <- sqlite_column_data( q, 3 );
      AreasData[ id ].RedBasePos <- sqlite_column_data( q, 4 );
      AreasData[ id ].BlueBasePos <- sqlite_column_data( q, 5 );
      AreasData[ id ].Area <- sqlite_column_data( q, 6 );
      AreasData[ id ].Portals <- sqlite_column_data( q, 7 );
      sqlite_next_row( q );
   }
   sqlite_free( q );

is executed, that's all i know about it, thanks.

Edit (i also got):
Code: [Select]
*** glibc detected *** ./Server.bin: free(): invalid pointer: 0xb7e5c588 ***
======= Backtrace: =========
/lib32/libc.so.6(+0x6bff1)[0xb7d83ff1]
/lib32/libc.so.6(+0x6d868)[0xb7d85868]
/lib32/libc.so.6(cfree+0x6d)[0xb7d8894d]
/usr/lib32/libstdc++.so.6(_ZdlPv+0x21)[0xb7f5ea31]
/usr/lib32/libstdc++.so.6(_ZdaPv+0x1d)[0xb7f5ea8d]
Modules/sq_irc.so(_ZN4CIRC13DelIRCCmdHookEP14IRCCommandHook+0x2e)[0xb7289d1e]
Modules/sq_irc.so(_ZN4CIRC17DelAllIRCCmdHooksEv+0x27)[0xb7289d67]
Modules/sq_irc.so(_ZN4CIRCD1Ev+0x1b)[0xb728a34b]
Modules/sq_irc.so(_ZN11CIRCManager9RemoveAllEv+0x23)[0xb728a413]
Modules/sq_irc.so(SQUnload+0xb)[0xb7291d8b]
./Server.bin[0x81cc0f6]
./Server.bin[0x81cc156]
./Server.bin[0x81cb916]
./Server.bin[0x81cbb49]
./Server.bin[0x81c6a77]
./Server.bin[0x81c6d59]
./Server.bin[0x81dfef8]
./Server.bin[0x80ba042]
/lib32/libc.so.6(+0x2f5bf)[0xb7d475bf]
/lib32/libc.so.6(+0x2f62f)[0xb7d4762f]
./Server.bin[0x80b9b52]
/lib32/libpthread.so.0(+0x5955)[0xb7fa2955]
/lib32/libc.so.6(clone+0x5e)[0xb7de66be]
======= Memory map: ========
08048000-08256000 r-xp 00000000 09:02 48439399                           /home/CTF-LU/Server.bin
08256000-0825c000 rw-p 0020e000 09:02 48439399                           /home/CTF-LU/Server.bin
0825c000-08368000 rw-p 0825c000 00:00 0
08ec7000-08fbc000 rw-p 08ec7000 00:00 0                                  [heap]
b6500000-b6521000 rw-p b6500000 00:00 0
b6521000-b6600000 ---p b6521000 00:00 0
b6674000-b6675000 ---p b6674000 00:00 0
b6675000-b6875000 rw-p b6675000 00:00 0
b6875000-b6876000 ---p b6875000 00:00 0
b6876000-b6a76000 rw-p b6876000 00:00 0
b6abf000-b6ac0000 ---p b6abf000 00:00 0
b6ac0000-b6cc0000 rw-p b6ac0000 00:00 0
b6cc0000-b6cc1000 ---p b6cc0000 00:00 0
b6cc1000-b6ec1000 rw-p b6cc1000 00:00 0
b6ec1000-b6ec2000 ---p b6ec1000 00:00 0
b6ec2000-b70c2000 rw-p b6ec2000 00:00 0
b70c2000-b70d5000 r-xp 00000000 09:02 38995509                           /usr/lib32/libz.so.1.2.3.4
b70d5000-b70d6000 rw-p 00013000 09:02 38995509                           /usr/lib32/libz.so.1.2.3.4
b70d6000-b711c000 r-xp 00000000 09:02 44995624                           /usr/lib32/i686/cmov/libssl.so.0.9.8
b711c000-b7120000 rw-p 00046000 09:02 44995624                           /usr/lib32/i686/cmov/libssl.so.0.9.8
b7120000-b725d000 r-xp 00000000 09:02 44995623                           /usr/lib32/i686/cmov/libcrypto.so.0.9.8
b725d000-b7275000 rw-p 0013c000 09:02 44995623                           /usr/lib32/i686/cmov/libcrypto.so.0.9.8
b7275000-b7278000 rw-p b7275000 00:00 0
b7283000-b7294000 r-xp 00000000 09:02 48439373                           /home/CTF-LU/Modules/sq_irc.so
b7294000-b7295000 rw-p 00010000 09:02 48439373                           /home/CTF-LU/Modules/sq_irc.so
b7295000-b7296000 ---p b7295000 00:00 0
b7296000-b7a96000 rw-p b7296000 00:00 0
b7b15000-b7b16000 ---p b7b15000 00:00 0
b7b16000-b7d18000 rw-p b7b16000 00:00 0
b7d18000-b7e58000 r-xp 00000000 09:02 38995453                           /lib32/libc-2.11.3.so
b7e58000-b7e59000 ---p 00140000 09:02 38995453                           /lib32/libc-2.11.3.so
b7e59000-b7e5b000 r--p 00140000 09:02 38995453                           /lib32/libc-2.11.3.so
b7e5b000-b7e5c000 rw-p 00142000 09:02 38995453                           /lib32/libc-2.11.3.so
b7e5c000-b7e5f000 rw-p b7e5c000 00:00 0
b7e5f000-b7e7c000 r-xp 00000000 09:02 38995493                           /usr/lib32/libgcc_s.so.1
b7e7c000-b7e7d000 rw-p 0001c000 09:02 38995493                           /usr/lib32/libgcc_s.so.1
b7e7d000-b7ea1000 r-xp 00000000 09:02 38995466                           /lib32/libm-2.11.3.so
b7ea1000-b7ea2000 r--p 00023000 09:02 38995466                           /lib32/libm-2.11.3.so
b7ea2000-b7ea3000 rw-p 00024000 09:02 38995466                           /lib32/libm-2.11.3.so
b7ea3000-b7f8c000 r-xp 00000000 09:02 38995504                           /usr/lib32/libstdc++.so.6.0.13
b7f8c000-b7f90000 r--p 000e9000 09:02 38995504                           /usr/lib32/libstdc++.so.6.0.13
b7f90000-b7f91000 rw-p 000ed000 09:02 38995504                           /usr/lib32/libstdc++.so.6.0.13
b7f91000-b7f99000 rw-p b7f91000 00:00 0
b7f99000-b7f9b000 r-xp 00000000 09:02 38995465                           /lib32/libdl-2.11.3.so
b7f9b000-b7f9c000 r--p 00001000 09:02 38995465                           /lib32/libdl-2.11.3.so
b7f9c000-b7f9d000 rw-p 00002000 09:02 38995465                           /lib32/libdl-2.11.3.so
b7f9d000-b7fb2000 r-xp 00000000 09:02 38995448                           /lib32/libpthread-2.11.3.so
b7fb2000-b7fb3000 r--p 00014000 09:02 38995448                           /lib32/libpthread-2.11.3.so
b7fb3000-b7fb4000 rw-p 00015000 09:02 38995448                           /lib32/libpthread-2.11.3.so
b7fb4000-b7fb6000 rw-p b7fb4000 00:00 0
b7fbf000-b7fc3000 rw-p b7fbf000 00:00 0
b7fc3000-b7fdf000 r-xp 00000000 09:02 38995449                           /lib32/ld-2.11.3.so
b7fdf000-b7fe0000 r--p 0001b000 09:02 38995449                           /lib32/ld-2.11.3.so
b7fe0000-b7fe1000 rw-p 0001c000 09:02 38995449                           /lib32/ld-2.11.3.so
bfb46000-bfb5b000 rw-p 7ffffffe9000 00:00 0                              [stack]
Aborted
3  Servers / Advertise your server! / Capture the Flag LU on: August 06, 2012, 07:21:20 am

IP:  tba
Hosted by:  I'll post it later
Number of players slots:  30
Scripts:  [ CTF LU v1.0 ]
IRC Server:  irc.liberty-unleashed.co.uk
IRC Server Echo Channel:  #MK.CTF.LU

Original CTF Scripts were made by [MK]X_94 and [TZ]Shadow


Since the interest on LU is increasing, i decided to modify the vcmp server code and add to it some features LU has, also make the server a lot of faster than VCMP one is, since some processes will run by the client and not by the server so in theory this should be A LOT OF times lighter and we'll be able to offer a better gameplay experience without lagg, also simple DM/TDM is a bit boring so, this is a great opportunity to announce my proyect that will be completed in some days and will have a lot of arenas to get fun for hours 8).

I'll put some important details here:

  • Your passwords will be encryted using STORM256 so your password will be sure.
  • We will use a web rank page to let the people query their information like captured flags, kills, deaths, etc...
  • We have a well chosen staff so you'll be sure in our server.
  • You will love our GUI elements also that are perfectly synced with the server 8).

Look some pics if this info is not enough for you:




<-- This pic was taken when there was a bug so ignore the double red marked elements in the votation window :S

Remember, this server is in progress yet so wait even more from this, that's all.

With love, [MK]X_94.
4  Liberty Unleashed / Support / i have a question on: February 24, 2011, 05:59:05 am
i can run a lu server with 128 slots on my vps with 0.6 ghz?
5  Scripting / Script Help / help on: February 19, 2011, 08:09:20 am
how i can put a player in some vehicle?
6  Liberty Unleashed / Support / i need HELP :C on: January 04, 2011, 07:04:21 pm
why lu_sqlite.so don't runs in my vps with debian lenny 5.0, when i tried to execute the server.bin it works but when the script loads the module the server crashes, is a compatibility problem or what?
7  Scripting / Script Help / how? on: November 29, 2010, 01:32:49 am
hi, i wanna know how get the gmt time because date() don't works :ZZZZZ
Pages: [1]
© Liberty Unleashed Team.