Leaderboard
Popular Content
Showing content with the highest reputation on 04/29/12 in all areas
-
Summary As of r15982, variables used within scripts can be directly assigned to as you would using another programming language. That is to say, that the following set of predicates will work: @i = 1; @i++; @i *= 2; @i = @j = 1; @i -= @j; for( @i = 0; 10 > @i; @i++ ) { } while( (@i += 1) < 20 ) { } Support for all of the major operator methods have been included (+=, -=, /=, *= etc.) This announcement is to ensure that any and all problems encountered while using this method of accessing variables must be reported, along with any traces you can possibly provide (and a clear example of the script is appreciated.) This comes as a secondary update to the scripting engine to unify the language to conform to standards set by other languages. The scripting engine now supports both the direct invocation of user-defined functions (r15979 and r15981) and variable access systems (r15982.) Notes This does not affect previous scripts at all. The new engine converts patterns that match var = value; to set(var, value); for backwards compatibility. Testing was performed using all of the operator methods, and was tested using loops. However, nested operations have not yet been thoroughly tested.3 points
-
Title: KPatcher Version: 3.1.0.0 Language: Multilingual Supported GRF files: All versions Support for other packers: RGZ and RAR Supports data transfer protocols: HTTP, FTP, support for username and password KPatcher Features: 1) Fast merge GRF/GPF files; 2) Defragment GRF file; 3) Delete files from the GRF on the mask; 4) Deleting files from your client on a mask; 5) Unpack the RGZ/RAR archives; 6) The ability to patch any GRF file in the folder with patcher; 7) Unique auto update; 8) Support for the official patch server; 9) Simple skinning; 10) Remote file settings and auto update; 11) Fully embedded skin; 12) Support the New Login System. Config Tool Features: 1) Embedding the configuration file; 2) Embedding language file; 3) Embedding skin; 4) Change the icons patcher; 5) Getting CRC of any file. ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Instructions: 1) Edit the file Localhost.kpsf; 2) If no language file for your language, create translation using an existing language files; 3) Create your own skin; 4) Place the files from the Web on your Web server 5) Edit the file settings.ini; 6) Make the necessary changes to the file update.ini; 7) Build settings in the patcher using ConfigTool. Each configuration file has comments and explanations for most settings and options! Well, actually everything, wishes, bugs and ask questions only in this topic. KPatcher v3.1.0(rA Downloads)NEW KPatcher v3.0.1(rocrew.net)NEW Thanks to OnPlay for FTP KPatcher v2 Settings Tool Thanks to VgenLife1 point
-
With this diff your guildname and partyname will be shown with fakename too. As example it helps if you write a easy title system that uses fakename. Nothing special but can be useful for someone. I actually made it because the old one was outdated. fakename.diff1 point
-
Original topic and code here: link Idea: link You can enable or disable the cash / item in file db/item_vending.txt Vending title can be looks like: "[ITEM_ID] name" Version 1.8 preview: Changelog conf/battle/feature.conf db/item_vending.txt Modify your client data files: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt Enjoy. New: rAthena only: ExtendedVendingSystem_1.8.1.patch ExtendedVendingSystem_1.8.patch Old:1 point
-
Just notice that every view, reload or visit on rAthena board it increases memory usage...(on Google Chrome not yet tested on other browser) at first it uses about 40,000K memory until such it reaches 500,000K and makes my unit to be laggy.. is anyone also experiencing it??? Note: don't know where to post just trying here to be sure1 point
-
I have seen the @dance command somewhere here at the forums but now it doesn't support the latest SVN revision of rAthena due to the changes of the structure for player commands. Here is the update to support the latest SVN revision for rAthena On your atcommand.c, find the function: ACMD_FUNC(partyrecall) Below its closing brace '}' Add this function /*========================================== * @dance by OnNplay * inspired by Anarchist * Updated by Kaito_Kid to support the latest rev. for rAthena * => Special effects with dance style *------------------------------------------ */ ACMD_FUNC(dance) { nullpo_retr(-1, sd); if (!message || !*message) { clif_displaymessage(fd, "usage: @dance 1-9"); return -1; } if ( atoi(message) == 1 ) { clif_specialeffect(&sd->bl, 413, ALL_CLIENT); } else if ( atoi(message) == 2 ) { clif_specialeffect(&sd->bl, 414, ALL_CLIENT); } else if ( atoi(message) == 3 ) { clif_specialeffect(&sd->bl, 415, ALL_CLIENT); } else if ( atoi(message) == 4 ) { clif_specialeffect(&sd->bl, 426, ALL_CLIENT); } else if ( atoi(message) == 5 ) { clif_specialeffect(&sd->bl, 458, ALL_CLIENT); } else if ( atoi(message) == 6 ) { clif_specialeffect(&sd->bl, 466, ALL_CLIENT); } else if ( atoi(message) == 7 ) { clif_specialeffect(&sd->bl, 501, ALL_CLIENT); } else if ( atoi(message) == 8 ) { clif_specialeffect(&sd->bl, 540, ALL_CLIENT); } else if ( atoi(message) == 9 ) { clif_specialeffect(&sd->bl, 550, ALL_CLIENT); } return 0; } Then find the line ACMD_DEF2("newmount", new_mount), and then place this line of code below ACMD_DEF(dance), Then recompile your source code. NOTE: I didn't create a diff file cause I don't know how to make one ;P, if someone can then it would be helpful1 point
-
Hi! I'm the new head developer of CeresCP and I'm in charge of bringing it back it's glorious days. I've been working on rewriting ceresCP core completely to make it as flexible and performance-efficient as possible. I'll make it a A-class web application. And all this awesomeness will need a new look, and that's what this thread is for. CeresCP Theme Contest Prize Winning theme will be featured as the default theme in the rehash of CeresCP All cerescp users will have your theme as their default Your personal website/portofolio/whatever will be linked to at the footer of the theme, "Designed by <a href="'http://your.portofolio.personal.site.whatever.com'">Your Name</a>", granting you and your work great acknowledgement and exposure. Information I do recommend you to have a open mind on the design, forget how the current cerescp design is and works, let your design skills run free. Theme should work flawlessly in all major browsers (Internet Explorer, Firefox, Chrome, Safari and Opera) How to submit your work: take a screenshot of it on a browser and post here (no psds! only html (aka fully-working theme) accepted) -- use the forum attach file function if you like. There will only be a winner if any of the submissions are actually used (aka I will only have someone win if I like a submission) Be aware that if you're the designer of my chosen submission I might ask you for minor tweaks on the theme before making you the winner. Deadline: There is no damn deadline. I will close the contest when I choose a submission (or when I get tired of waiting a submission) Should there be any new information I'll update this post and post a reply to this topic letting you know about it. If you have any questions post in this topic. footer-note: why this is the "arts & writings" forum? because jman said this topic belongs here. 1st update (17 march) I'd like to remember however that you are not required to run your design over the control panel. you can simply create a html with your theme in any shape or form you design it to look like, since the new ceres panel was completely rewritten I do not require you to have your design adapt to it -- I will have the control panel fit the winning design.1 point
-
This was brought in the past in http://rathena.org/b...-new-gm-system/ by arcenciel, the only concern brought up at that time was made by gepard, which I shall reply to now. So yes, I think we could add this if it's reworked. And we also need to sort out possible license issue with that GeoIP data. A DBMap isn't viable, there are millions of entries in that file and it uses it's own algorithm to go thru them quickly. The GeoIP file is provided free of charge by maxmind.com (its the free type) I'm joining that discussion this late because back then I didn't seem to think it'd be worth, I have changed my mind however and I'm now willing to discuss it. I do think it's a very handy feature and seeing by the amount of times it was downloaded I do think it will be worth having on the svn. The rodeo has started! let me know what you think. share your thoughts, love and cookies.1 point
-
With Firefox my ram consumption is just about the same (more or less) like any other webpage/forum; it averages around 300mb. I leave rathena.org or rathena.org/board open for hours/days/weeks =P Have not tested with Chrome, will do that now. Edit: Tested on both Chrome stable and FF (latest): -Firefox: RAM usage within normal fluctuation. Goes up when you click on a link but goes back down to where it should be after page loads (just like normal). -Chrome: RAM usage permanently increases after clicking on any IPB3 link or reloading the page. RAM does not go down but increases by big margins. -community.invisionpower.com looks to be having the same issue as we are with Chrome (testing it myself); although it increases at a lower rate!1 point
-
I think i have asked Jman about this too this was the response [2012 March 13 06:50:55] <Waeyan> [Jman]-> why is the forum eating so much memory? [2012 March 13 06:51:39] <~Jman> Er? [2012 March 13 06:51:54] <~Jman> how do you know? [2012 March 13 06:51:56] <~Jman> o.O [2012 March 13 06:53:52] <Waeyan> when i idle on the forum for too long the memory it is taking to me goes up now it is around 600MB [2012 March 13 06:54:02] <Waeyan> chrome task manager [2012 March 13 06:54:12] <~Jman> Er, that's a browser issue, Chrome is known to do that [2012 March 13 06:54:27] <~Jman> the longer you keep a tab open, the more memory it seems to consume [2012 March 13 06:54:31] <Waeyan> well it only happens on the forum [2012 March 13 06:54:36] <~Jman> I have the same issue with pages not rAthena [2012 March 13 06:55:11] <Waeyan> i have lots of pages open , but only rA goes up like this [2012 March 13 06:55:39] <Waeyan> ill try firefox [2012 March 13 06:55:40] <~Jman> Well, that would be explained by the ajax on the page, and google Chrome [2012 March 13 06:55:56] <~Jman> ajax causes the page to be refreshed, I believe, every so often [2012 March 13 06:56:12] <~Jman> Everytime the page is refreshed, Chrome uses more memory [2012 March 13 07:06:24] <+O> all browsers suck dick [2012 March 13 07:06:31] <+O> IE being the worst [2012 March 13 07:06:39] <+O> its a tie with chrome and FF [2012 March 13 07:06:47] <+O> cause they both suck too [2012 March 13 07:06:47] <Waeyan> lol [2012 March 13 07:07:01] <+O> trust me, both of them crash [2012 March 13 07:07:05] <+O> and have fucked up problems [2012 March 13 07:07:12] <+O> I've had with both of them [2012 March 13 07:07:19] <Waeyan> ok from now on ill be using netscape navigator [2012 March 13 07:07:32] <+O> And I use BOTH of them everyday, always have 2chrome windows open with many tabs, same with FF [2012 March 13 07:07:37] <+O> So i know [2012 March 13 07:07:57] <+O> I switch back and forth for different sites [2012 March 13 07:10:55] <@trojal-at-work> Waeyan: Probably the ajax calls are creating variables in the global scope [2012 March 13 07:11:03] <@trojal-at-work> and leaving them there1 point
-
Hello I'm currently getting this error when loading nguild event: npc/events/nguild/nguild_ev_agit.txt: [Error]: script error on npc/events/nguild/nguild_ev_agit.txt line 181 parse_line: need ';' 179 : { 180 : OnInterIfInitOnce: * 181 : GetCastleData "nguild_prt",0','"::OnRecvCastleN04"; 182 : end; 183 : OnRecvCastleN04: 184 : RequestGuildInfo GetCastleData("nguild_prt",1); 185 : end; 186 : OnAgitStart: Any help on why this is an issue when it wasnt before would be great ^^ I'd like to state that this is the original untouched script, and yet it errors.1 point
-
1 point
-
conf/battle/skill.conf // Allow use of ES-type magic on players? allow_es_magic_player: no <--- change to yes1 point
-
aw..i experience this also xD i just surfing the forum...and i get this after 5 ~ 10 minutes xD...1 point
-
First I would immediately streathen my passwords with 30+ characters. Then ban that account (iptables). Then start scanning for other harmful files that's known for this stuff (maldet) & (chkrootkit). Mean time I will be reading the database /fixing stuff. This is all assuming you're on Linux. DISABLE ANONYMOUS FTP UPLOADS1 point
-
It is recommended that you back up and check all your tables in the database. It is possible that the person who hacked your database, have modified some table creating an unintentional failure. 1. Keylogger is the most common type of failure and your password may be being captured by it. 2. There are other reasons, such as flaws in managers for databases, like phpMyAdmin outdated, which can be exploited. 3. If you use CeresCP or FluxCP, I advise you to disable in the emulator the special characters for char names, as this may cause a security flaw, generating XSS error and then a SQL Injection. 4. If you do not use a panel, your website may be impaired by a failure like SQL Injection, so it is important that you add "addslashes" or "mysql_real_escape" for strings in fields of login and password. 5.The other way would be to invade through a flaw in its operating system, but this is a bit trickier and I guarantee that anyone here are able to do it. Good luck.1 point
-
maybe a SQL Injection in your homepage ?! Check things like: login, password reset, account deletion, etc.1 point
-
use xampp have a better security, but i think you just need to set it up professionaly1 point
-
in your item_trade.txt find it's ID number and change the restrictions change "0x00080000" to "0xFFFFFFFF" for you to equip it xD any jobs except novice i dunno if i forgot anything, but that's what i do in my Minstrel hat, even other jobs can now equip it.1 point
-
I can confirm this behavior with Chrome, it looks like it has problems with memory leeks. I also tested it with Opera and Firefox and with those two it's working fine.1 point
-
With r15885 rAthena has completed the development of 3.x classes, should you step by any bugs please do report: http://rathena.org/board/tracker/ so we may get it fixed right away. Thank you for your time.1 point