Leaderboard
Popular Content
Showing content with the highest reputation on 09/01/14 in all areas
-
2 points
-
File Name: Flux CP CMS Addon File Submitter: CalciumKid File Submitted: 26 Feb 2012 File Category: Web Resources Features: Integrates directly into FluxCP as an Addon. Designed to comply with FluxCP PDO programming techniques. WYSIWYG Editor (TinyMCE), you may change that with some tweaks. Designed to be skinned further for Integrated website designs via FluxCP CSS edits. Public sections are SQL injection protected. Simple administration user interface. "Last modified" functions. Ability to link a "read more" url. Planned Features: Automatically load news from IPB RSS Feed Download: Password: "RAthena" Installation: Basic Setup: Download the ContentManagement1.0.zip and extract it. Open the addons folder it extracted. Copy the content_management folder inside it to your webserver's FluxCP addons folder (or write over the addons folder with the extracted addons folder) Visit your FluxCP installation. You will be redirected to the installation system. Provide it with your details and allow it to install. You should be redirected to the home page of your FluxCP. If this goes without error, we're almost there. On your webserver, visit themes\default\main and open index.php for editing. Replace everything inside the file to contain this: <?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?> Save the file and close. Upon visiting the home page of your site you should now be presented with the News System. Job done. Celebrate having a free CMS? Adding Content: Login as an account with Admin (level 99) access. In the admin menu, either click News or Pages. Then add or edit as required. Adding/Editing links on the CMS: Visit addons\content_management\config and open addon.php for editing. Edit the array entries under "// Sample items for pages function." as required making sure to edit the "path=" section to what you defined when you created content on the CMS. Known Issues: When using CleanURLs, you must change the addon.php file to use ExtURL on it's URLs. Example: // Sample items for pages function. 'Downloads' => array('module' => 'pages','action'=>'content&path=downloads'), Becomes: // Sample items for pages function. 'Downloads' => array('exturl' => 'http://<your FluxCP Install URL>/?module=pages&action=content&path=downloads'), If you like my work, please rate the topic and give reputation! Thanks! Click here to download this file1 point
-
En este post voy a ir poniendo los dos archivos que voy traduciendo de los servidores coreanos del ragnarok online que es el mismo que yo uso cuando juego al kRO para facilitarme las cosas. ¡¡¡¡Solo traduzco los artículos de los main servers!!!! Aunque estén en inglés pueden contener errores de traducción porque lo interprete mal o bien algunas descripciones las traduje literal al ingles por falta de ganas o tiempo. Vamos que puede ser que en inglés no estén del todo bien Solo tengo traduccido desde kRO 16-07-2012 Share rev //ziu share data rev.-- @ 14/09/2017 18:53 Private rev //ziu private data rev.5?? @ ??-??-2016 ??:?? idnum2itemdesctable.txt idnum2itemdisplaynametable.txt Mi recomendación es que a medida que iRO/pRO/fRO vayan actualizando sus client side se vaya mejorando la traducción tanto de los nombres como de las descripciones. PD: Mantener los creditos ^^.1 point
-
Actually as follow up of my Pull: 86 and some idea from rAthena Guild Conf Request Config Updates: Changes 'emblem_woe_change' to 'disable_change_emblem' & added some options Added 'create_guild' to enable/disable guild creation by player. Added 'break_guild' to enable/disable break a guild by player. Added 'disable_invite' to enable/disable guild invitation by player. Added 'disable_expel' to enable/disable guild expulsion by player. Script Command Updates Added 'guild_info' to retrieve specified guild information from a given guild (name or ID). The available info by type are: Get guild information by given 'type': GINFO_NAMEID :If guild_id used, returns "guild name" or "" if not found. If "guild name" used, returns guild_id or -1 if not found GINFO_LEVEL : Guild level GINFO_ONLINE : Connected member GINFO_MAX : Max members GINFO_AVERAGE : Average member level GINFO_ALLY : Allies number, also returns .@ginfo_ally_id[] Ally Guild IDs .@ginfo_ally_name$[] Ally Guild Names GINFO_ENEMY : Enemy number, also returns .@ginfo_enemy_id[] Enemy Guild ID .@ginfo_enemy_name$[] Enemy Guild Name GINFO_CASTLE : Castles, also returns .@ginfo_castle_id[] Castle ID .@ginfo_castle_name$[] Castle Name Added 'guild_create' to create a new guild. (Ignore 'create_guild' config value) Added 'guild_addmember' to add new member to a guild. (Ignore 'disable_invite' config value) Added 'guild_delmember' to remove/kick/expel a guild member from a guild. (Ignore 'guild_expel' config value) Added 'guild_changegm' to change guild master from a guild. Added 'guild_break' to break a guild. Like @breakguild or /breakguild, guild must be empty first. (Ignore 'break_guild' config value) Download: Git Hash: 870273e : script_guild-rA-870273e4.diff1 point
-
Since nobody really want to search in the forum before ask how to make it compatible with eAthena emulator ... I will just split the topics and PIN it ... Random Questions : Please help me convert the Script to eAthena / 3CEAM !!!! rAthena script doesnt work in eAthena ... HELP!!!! Variables error / not recognized !! Your Solution : Example : in latest rAthena /Hercules or other latest emulators .@value = 12345; .@value++; .@value += 123; .@string$ = "ABC"; for( .@i = 0; .@i < .@size; .@i++ ) for( .@i = 0; .@i < .@size; .@i += 3 ) When converted back to eAthena / 3CeaM / etc : set .@value,12345; set .@value,.@value + 1; set .@value,.@value + 123; set .@string$,"ABC"; for( set .@i,0; .@i < .@size; set .@i,.@i + 1 ) for( set .@i,0; .@i < .@size; set .@i,.@i + 3 ) ** Did you noticed the pattern ?? it's the same for everywhere ... Just Find and Replace these lines. ** To be honest, I really don't see what's the points of still using eAthena when it's already outdated.1 point
-
@Ginji download the one from rathena repo https://raw.githubusercontent.com/rathena/rathena/3c24f458ce077cf7d1351110b73e758a8db4daaf/npc/custom/quests/hunting_missions.txt mine are meant for hercules @Euphy ok now I understand +1 rep1 point
-
Ich denke nicht, dass jeder spezielle E-Mail/Passwort Kombinationen für RO verwendet - im Gegenteil, die Versuchung ist groß, die selben Daten überall zu benutzen. Wenn zudem aufgrund von Unwissenheit seitens des Admins die Passwörter nichtmal als MD5-Hash (inkl. Salt) o. Ä. gespeichert sind, kann das unangenehm werden.1 point
-
ahh great, the problem now is, mmo_charstatus limit. I tried with add unsigned int 'cardval0 ~ cardval3' to store time limit or bound type reduced MAX_STORAGE from 600 to 3001 point
-
About rentitem2, rAthena already have that feature: http://rathena.org/wiki/Rentitem21 point
-
src/map/pc.h #define MAX_PC_BONUS 10 Increase that value a littlebit and recompile your server.1 point
-
I use ragexe 2012-04-10 putty is show [Warning]: Player 150000 sent incorrect cash shop buy packet (len 20:10)! when buy itemshop and can't not buy item in cashshop I use packetver 30 //2012-04-10aRagexeRE packet_ver: 30 0x01fd,15,repairitem,2:4:6:7:9:11:13 0x089c,26,friendslistadd,2 0x0885,5,hommenu,2:4 0x0961,36,storagepassword,2:4:20 0x0288,-1,cashshopbuy,2:4:8:10 0x091c,26,partyinvite2,2 0x094b,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083c,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0945,-1,itemlistwindowselected,2:4:8:12 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x0886,6,ticksend,2 0x0871,5,changedir,2:4 0x0938,6,takeitem,2 0x0891,6,dropitem,2:4 0x086c,8,movetokafra,2:4 0x08a6,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x0889,6,getcharnamerequest,2 0x0884,6,solvecharname,2 0x08e6,4 0x08e7,10,bookingsearchreq,2:4:6:8:12 0x08e8,-1 0x08e9,2,bookingdelreq,0 0x08ea,4 0x08eb,39,bookingupdatereq,2 0x08ec,73 0x08ed,43 0x08ee,6 0x08ef,6,bookingignorereq,2 0x08f0,6 0x08f1,6,bookingjoinpartyreq,2 0x08f2,36 0x08f3,-1 0x08f4,6 0x08f5,-1,bookingsummonmember,2:4 0x08f6,22 0x08f7,3 0x08f8,7 0x08f9,6 0x08fa,6 0x08fb,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08d7,28,battlegroundreg,2:4 //Added to prevent disconnections 0x08cf,10 //Amulet spirits 0x0977,14 //Monster HP Bar 0x0916,26,guildinvite2,2 0x091d,18,bookingregreq,2:4:6 0x08cb,10,ZC_PERSONAL_INFOMATION,2:4:6:8:10:11:13:15 //Still need further information 0x0844,2,cashshopopen,0 0x084a,2,cashshopclose,0 0x08c9,4,cashshopitemlist,0 0x0848,-1,cashshopbuy,2:4:6:101 point