

Screwdriver
Members-
Posts
52 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Everything posted by Screwdriver
-
Change the Loc, value into one of these: Since I don't have that item in my item_db I don't know if that headgear is treaten as an accessory, or as an upper headgear or mid lower headgear. I suggest you then to change each value and test in game if it get fixed on. I tried changing the location to middle, but it's the same. 21208,Black_Scarf,Black Scarf,5,0,0,0,0,10,,1,0xFFFFFFFF,7,2,512,0,1,0,1001,{},{},{}
-
How could I fix this, so it looks how it's supposed to look? Is it the SPR/ACT Files?
-
I created the wall after the barricades, so now I can kill them before I walk anywhere, but it's not letting me "Delwall" setwall "2@cata",76,104,8,6,0,"EmpBarr"; monster "2@cata",83,105,"Barricade",1905,1,"EmpEvent::OnBarrierDestroyed"; //24; monster "2@cata",82,105,"Barricade",1905,1,"EmpEvent::OnBarrierDestroyed"; //25; monster "2@cata",81,105,"Barricade",1905,1,"EmpEvent::OnBarrierDestroyed"; //26; monster "2@cata",80,105,"Barricade",1905,1,"EmpEvent::OnBarrierDestroyed"; //27; monster "2@cata",79,105,"Barricade",1905,1,"EmpEvent::OnBarrierDestroyed"; //28; monster "2@cata",78,105,"Barricade",1905,1,"EmpEvent::OnBarrierDestroyed"; //29; monster "2@cata",77,105,"Barricade",1905,1,"EmpEvent::OnBarrierDestroyed"; //30; monster "2@cata",76,105,"Barricade",1905,1,"EmpEvent::OnBarrierDestroyed"; //31; end; OnBarrierDestroyed: set .barrdead, .barrdead-1; if (.barrdead==0) { delwall "EmpBarr"; announce "A wall has been broken!",bc_area; } else { end; { I'm not getting any errors, the wall just won't go away Thanks again Could anyone help me delwall, so I can walk past them? I got everything I needed. SOLVED.
-
2@cata,75,104,0[TAB] script[TAB] barricade[TAB] -1,{ OnWhisperGlobal: if(@whispervar0$ == "START") { OnSpawn: setwall "2@cata",76,104,8,6,0,"barricade"; guardian "2@cata",77,104," ",1905,"barricade::OnBarrierDestroyed"; //24; guardian "2@cata",78,104," ",1905,"barricade::OnBarrierDestroyed"; //25; guardian "2@cata",79,104," ",1905,"barricade::OnBarrierDestroyed"; //26; guardian "2@cata",80,104," ",1905,"barricade::OnBarrierDestroyed"; //27; guardian "2@cata",81,104," ",1905,"barricade::OnBarrierDestroyed"; //28; guardian "2@cata",82,104," ",1905,"barricade::OnBarrierDestroyed"; //29; guardian "2@cata",83,104," ",1905,"barricade::OnBarrierDestroyed"; //30; end; OnDisable: delwall "barricade"; killmonster "2@cata","barricade::OnBarrierDestroyed"; end; OnBarrierDestroyed: end; } } I whisper "NPC:barricade" saying "START", but mapserver says; "mob_spawn_guardian: No castle set at map 2@cata." I set it as a castle in castle_db.txt Thanks for your help! How could I set this map as a castle to stop error?
-
Have you used it or seen a server running Flux/Ceres correctly with their hosting? I'm just being cautious
-
Problem: /EDIT: SOLVED! Downloaded Old Dyes / Palettes GRF.
-
Expectation: Whisper npc:DynaUpper "21120" will change upper look to view id 920 or "21121" will change upper look to view id 921. Script: -[TAB]script[TAB] DynaUpper[TAB] -1,{ setarray @item[0],21120, 21121; setarray @view[0],920, 921; set @items, getarraysize(@item); set @views, getarraysize(@view); OnWhisperGlobal: // == Helm Equipped if(isequipped(21119)) { if(@whispervar0$ == "@item[0], @item[1]") { atcommand "@changelook 1 "+ @views +""; } } } Could anyone lead me in the right direction? I'm probably completely off track in code, but I tried being correct.
-
I apologize if you consider this as spam, but I'm asking for a serious answer. I've had troubles with free webhosts, but decided to get a paid plan instead. Problem is I'm not necessarily sure where I could go without running into problems, then having to look somewhere else. I've been looking at BlueHost right now, does anyone have others that could work for me?
-
I had my patcher working perfectly, patched many things, then I changed webhost, now it's not functioning correctly. Config.ini [Config:Main] RootURL='http://invalidro.netai.net/patch/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='server.dat' DefaultGRF='InvalidRO.grf' ClientEXE='InvalidRO.exe' ClientParameter='-1sak1' FinishOnConnectionFailure=false [Config:Window] AutoResize=true Style='none' Width= Height= DragHandling=true Background='images/bg.bmp' FadeOnDrag=false [Config:BGM] File= Loop=true Volume=20 Directory= [Config:Misc] Title='InvalidRO Patcher' HideProgressBarWhenFinish=true [ProgressBar:bar1] Width=342 Height=10 Left=23 Top=486 BackColorStart=$009DEEEF BackColorEnd=$00C2F1F1 FrontColorStart=$006ED5B0 FrontColorEnd=$0080DDCA FrontImage= BackImage= Hook='ProgressChange' [Label:Status] AutoResize = false Width=369 Height= Left=15 Top=498 Alignment='center' FontColor=$000000 FontName = '' FontSize = Text='' Hook='StatusChange' [NoticeBox:Box0] Width=347 Height=250 Left=21 Top=217 URL='http://invalidro.netai.net/patch/notice.html' Main.ini //Thor Patcher remote config file [Main] //Allow patching or not? allow=true //Should patcher ignore everything else and finish patch immediately? Force_Start=false //if not, what message should appear? policy_msg=Server is taking a nap. //file_url - patch files should ALL put here. // This config entry will override the one in embed config. // o HTTP: // http://domain.com/dir/ // o FTP: // ftp://domain.com/dir/ // o With <Username> [Password] [Port] // ftp://username:[email protected]:port/dir/ // o Note: username is required if want put password, otherwise everything is optional. file_url='http://invalidro.netai.net/patch/data/' [Patch] //use CheckSum tool, hash for client & patcher // used to make sure exe is up to date // (leave empty to disable this feature) ClientSum= PatcherSum= //This is compressed file for patcher & client update // To make these work, ClientSum and/or PatcherSum can't be empty // Note: these files should put same place as patch file (file_url in internal config) //Relative address, not FULL URL! ClientPath= PatcherPath= // Patch list file PatchList=plist.txt [stars] // Shining o.O (Anyways, its for start button clones) // Since orignal client has check sum.. why not for clones? XD //How many? (it should same as amount of start button clone, but of course it's your choice) clients=0 // _sum - checksum, use CheckSum tool. //client1_sum= // _Name - Filename of exe //client1_Name= // _Path - Path for file [Compressed] //client1_Path= [Misc] //Set a limit for fragment, when reach this limit, patcher will ask user to defrag FragmentLimit=50 /Edit: Forgot quotes before a directory. It doesn't get past "Attempt to connect patch server.." It just sits there
-
[FluxCP] Warning: set_time_limit() has been disabled for security reasons
Screwdriver replied to darking123's question in Web Support
Alright, I added root user, All host %.. I believe the error is fixed. Do I input the My SQL Username/Password as stated in servers.php? Alright, everything with Flux is working, but I have one last question; What does this error mean and how would I fix it if I can? Warning: set_time_limit() has been disabled for security reasons in /home/a8882019/public_html/fluxcp/index.php on line 73 -
[FluxCP] Warning: set_time_limit() has been disabled for security reasons
Screwdriver replied to darking123's question in Web Support
If I'm understanding you correctly, then yes. MySQL is ran locally from my computer? I changed the 'Hostname' => '127.0.0.1' --> 'Hostname' => '71.232.6.17' I get this error now... Message: SQLSTATE[HY000] [1130] Host 'srv39.000webhost.com' is not allowed to connect to this MySQL server How could I fix this? I tried creating a new user with all privileges and host '71.232.6.17' with phpMyAdmin, but it gives me the same error. I'm sorry for the repetitive errors. 'ServerName' => 'InvalidRO', // Global database configuration (excludes logs database configuration). 'DbConfig' => array( //'Socket' => '/tmp/mysql.sock', //'Port' => 3306, //'Encoding' => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is. 'Convert' => 'utf8', // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available. // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8) 'Hostname' => '71.232.6.17', 'Username' => 'master', 'Password' => '*************', 'Database' => 'ragnarok', 'Persistent' => true, 'Timezone' => null // Example: '+0:00' is UTC. // The possible values of 'Timezone' is as documented from the MySQL website: // "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'." // "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!) // **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated." ), // This is kept separate because many people choose to have their logs // database accessible under different credentials, and often on a // different server entirely to ensure the reliability of the log data. 'LogsDbConfig' => array( //'Socket' => '/tmp/mysql.sock', //'Port' => 3306, //'Encoding' => null, // Connection encoding -- use whatever here your MySQL tables collation is. 'Convert' => 'utf8', // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available. // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8) 'Hostname' => '71.232.6.17', 'Username' => 'master', 'Password' => '*************', 'Database' => 'ragnarok', 'Persistent' => true, 'Timezone' => null // Possible values is as described in the comment in DbConfig. ), // Login server configuration. 'LoginServer' => array( 'Address' => '71.232.6.17', 'Port' => 6900, 'UseMD5' => false, 'NoCase' => true, // eA account case-sensitivity; Default: Case-INsensitive (true). 'Level' => 0, // Default account level during registration. //'Database' => 'ragnarok' ), 'CharMapServers' => array( array( 'ServerName' => 'InvalidRO', 'BaseExpRates' => 200, 'JobExpRates' => 200, 'MvpExpRates' => 200, 'DropRates' => 20, 'MvpDropRates' => 20, 'CardDropRates' => 20, 'MaxCharSlots' => 9, 'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones) //'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names. //'Database' => 'ragnarok', // Defaults to DbConfig.Database 'CharServer' => array( 'Address' => '71.232.6.17', 'Port' => 6121 ), 'MapServer' => array( 'Address' => '71.232.6.17', 'Port' => 5121 ), -
[FluxCP] Warning: set_time_limit() has been disabled for security reasons
Screwdriver replied to darking123's question in Web Support
MySQL databases are on my PC though? Would I change it to "invalidro.co.nf"? Should I import my MySQL Databases from my localhost to my free webhost? -
[FluxCP] Warning: set_time_limit() has been disabled for security reasons
Screwdriver replied to darking123's question in Web Support
I tried updating the files this time and I get the same error. Am I supposed to link my SQL files with Flux? I'm not really sure what's going on. Does using a Free Webhost matter in this situation? Could this be the cause of the error? -
[FluxCP] Warning: set_time_limit() has been disabled for security reasons
Screwdriver replied to darking123's question in Web Support
MySQL Workbench is running, I really don't understand what happened. It was working, but now it isn't. If I go to the "serverRO.com/fluxcp" on my phone it allows me to enter the installer password. It won't allow me on my PC though.. -
[FluxCP] Warning: set_time_limit() has been disabled for security reasons
Screwdriver replied to darking123's question in Web Support
It was working fine, I put in my installer password, but forgot to change some things, so I edited servers.php, then reuploaded the files, which is when I got this error. Would anyone know how I can fix this by any chance? ~~Thank you! -
What version of wamp do you have, because I've tried wamp too, but it doesn't work for me. I could be configuring it wrong though, I'm not very familiar with it. Thanks for writing back though If I go to myro.com/phpinfo.php.. I get this info. Would I be able to run the Pdo Extensions with this version? I'm not quite sure what I'm supposed to do here.
-
Still not sure how I can fix this.. Is it because of the webhost, which my site/docs are located under?
-
I don't believe I have CentOS Not sure if this is of any help, but I use xampp on Windows 7. This is inside the php-devel folder I had found.. It was in a rar file, so I extracted it. Does anyone know how I can fix my problem stated in the first post? Does anyone know how I can fix this?
-
ERROR: Message: The PDO_MYSQL driver for the PDO extension must be installed to use Flux. Please consult the PHP manual for installation instructions. PHP.INI: ;extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pdo_sqlite_external.dll phpinfo(); enabled: sqlite, sqlite2 I'm not understanding my problem. I have it listed in the .INI, and the file is in the EXT folder. I have also restarted Apache many times. Could anyone give me some advice? ~Thank you
-
It fixed it perfectly, thank you very much.
-
I don't understand what I did wrong. It patched a single file correctly, but not a directory into my GRF? Will Thor Patcher merge patch into my GRF file or no? I'm not sure how I can patch custom items without a merge into my GRF. I'm not sure what I'm doing wrong, but the Dowry doesn't show and I can't equip it, which are the files in the patch. It says it patches, then "saving resources".. It doesn't repack the GRF?
-
I tried that, but it's still not merging into my RO.GRF file..
-
I followed the steps correctly on how to add a custom item, I've added many of them without a patcher. I just recently got a patcher working and when I create the data/texture, data/sprite, data/luafiles514 folders I create the thor file selected to the data directory, then chose RO-GRF and my RO.GRF It connects fine, gets the patch fine and loads it fine, but it doesn't merge it into my GRF. It leaves a RO file and a RO.dat file next to the patcher in my client folder. I'm using thor patcher.. Does anyone know how I could fix this problem? Thank you for your time and help!
-
It worked, thank you!
-
I've tried looking for the texture files in all of my GRF's, but I can't seem to find them. I tried downloading and adding Prontera Map Textures into all of my GRF's, along with my Map_Cache.Dat. Logged in and It doesn't seem to want to leave. I also already updated the Kro-Rag-Lite, along with Renewal. Anyone else have any ideas on how I could remove the Xmas theme? ~ Thank you!