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.

Messages - edwardthefma

1
RMXP Script Database / Re: [XP] Blizz-ABS
November 01, 2017, 11:02:42 pm
 :facepalm: :facepalm: :facepalm:
2
RMXP Script Database / Re: [XP] Blizz-ABS
November 01, 2017, 03:47:51 pm
i feel like such a noob i havnt used rpgmaker in so long i hit a few old road bumps that i forgot existed
and now im stuck hear
---------------------------
Project1
---------------------------
Script 'BlizzABS part 2' line 2222: NameError occurred.

uninitialized constant BlizzABS::Processor::Map_Actor
---------------------------
OK   
---------------------------

3
RMXP Script Database / Re: [XP] Blizz-ABS
October 30, 2017, 07:50:00 pm

seems we have a error in the latest version of blizzabs
--------------------------l-
Project1
---------------------------
Script 'blizzabs2' line 5623: NameError occurred.

uninitialized constant BlizzABS::Config
---------------------------
OK   
---------------------------

4
RMXP Script Database / Re: [XP] Blizz-ABS
July 01, 2014, 05:02:39 pm
ill make my project downloadable for you how about that :)

EDIT:
sent https://www.dropbox.com/s/9pjerzl5ght7mz9/Project1.rar
5
RMXP Script Database / Re: [XP] Blizz-ABS
July 01, 2014, 04:59:38 pm
nothing its a new project with a blank slate
6
RMXP Script Database / Re: [XP] Blizz-ABS
July 01, 2014, 04:51:11 pm
did that  allredy i have used older versions of this script before
7
RMXP Script Database / Re: [XP] Blizz-ABS
July 01, 2014, 04:36:06 pm
im getting this error

---------------------------
Project1
---------------------------
Script 'Blizz2' line 5622: NameError occurred.

uninitialized constant BlizzABS::Config
---------------------------
OK  
---------------------------
8
RMXP Script Database / Re: [XP] RMX-OS
July 23, 2010, 05:46:37 pm
 :^_^': thanks  :^_^':
9
RMXP Script Database / Re: [XP] RMX-OS
July 23, 2010, 05:07:29 pm
uninitialized constant Action_Handler::USE_IP_BANNING
./Data/Action_Handler1.rb:70:in `try_login'
/home/gruadon/RMX-OSServer/Data/Client.rb:111:in `check_connection'
/home/gruadon/RMX-OSServer/Data/Client.rb:47:in `handle'
/home/gruadon/RMX-OSServer/Data/Server.rb:275:in `block in run'

im getting this every time 1 of my users trys to login

im using the newst ver of rmxos
10
lol you dint hear me wen i sayed ill just have a bot fix the acounts wen the server dosent notice som 1 diced
right away
11
then i would need to add a section whare it changes the online table to 0 wen a server is just being started
also i can make a bot command
!cantgetin user-name password
and the bot just puts the 0 where it belongs
12
how did this simple script request get into talking about linux :???:
also i relised i was going about it all wrong XD with the user log
why not just make it stop the users with a logged in table 

XD hear is what i have so far
module RMXOS

#------------------------------------------------------------------
# Passes the extension's main module to RMX-OS on the top
# level so it can handle this extension.
# Returns: Module of this extension for update.
#------------------------------------------------------------------
def self.load_current_extension
return Server_States
end

end

#======================================================================
# module ExtensionSkeleton
#======================================================================

module Server_States

# extension version
VERSION = 1.0
# required RMX-OS version
RMXOS_VERSION = 1.14
# whether the server should update this extension in an idividual thread or not
SERVER_THREAD = true

# :::: START Configuration
# - YOUR CONFIGURATION HERE
# :::: END Configuration

#------------------------------------------------------------------
# Initializes the extension (i.e. instantiation of classes).
#------------------------------------------------------------------
def self.initialize
end
#------------------------------------------------------------------
# Calls constant updating on the server.
#------------------------------------------------------------------
def try_login

        return RMXOS::RESULT_DENIED if hash['online'] != '1'
user_id = hash['user_id'].to_i
        RMXOS.server.sql.query #needs to add 1 digit in online in users table


end
def ????
        #wen the user loggs out it needs to put a 0 in in online in users table

   
  end

end
13
Quote from: Blizzard on May 26, 2010, 03:18:19 pm
Why don't you just increase the setting on the server to allow more connected users? -_-

as i said
Quote from: edwardthefma on May 26, 2010, 02:53:05 pm
the servers i have have to have small limits on them prventing a certen number of users per server
to i dont eat up the resources of the server
to prevent eating up the resources i lmit it to 20 users per server i plan to get 2 servers that run at the same time so if 1 goes offline the other is still up
14
the servers i have have to have small limits on them prventing a certen number of users per server
to i dont eat up the resources of the server
15
well i guess ill have to warn my users that doing that will risk damaging their acct and i wont restore them
XD
16
well i don't want to have to set up another sql
17
i need a script that can prevent 1 user from logging on to 2 servers at the same
i have a idea but i dont  know how to wright it is whare

you have that script reads a .php file that is displaying users logged into a server
and it takes the names and dose not allow them to log into the server while already
being logged into 1 i want to prevent messing up the sql
18
awsom it works now thx blizzard
19
ok kool well ill check it out later now i need to copy both scripts on just the rb portion
20
im getting this error


2010-05-24 05:00:22 UTC; false - Extension:
Error: 'false' caused an error.
Connection reset by peer - send(2)
./Data/Sender.rb:20:in `send'
./Data/Sender.rb:20:in `send'
./Data/Client.rb:873:in `send'
./Extensions/GlobalDNS.rb:64:in `send_time'
./Extensions/GlobalDNS.rb:48:in `block in server_update'
./Extensions/GlobalDNS.rb:46:in `each_key'
./Extensions/GlobalDNS.rb:46:in `server_update'
./Extensions/GlobalDNS.rb:37:in `main'
./Data/Server.rb:214:in `block (2 levels) in run'