Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/20/21 in all areas

  1. Time for some good news! The impromptu forum maintenance earlier this evening allowed me to upgrade our forum version to 4.3.1 - with the new version comes some new features! Emojis ???? We've enjoyed Forum Emoticons for years, and as the rest of the world has been integrating Emoji's into their software, it's about time we had some too. The old forum emotes have now been removed and the custom RO specific emotes are now in their own category under the emote icon on the text editor. I've opted to use the Twitter style instead of the EmojiOne style as they are what we're used to seeing as the default Discord Emojis, but if enough members would prefer those instead then we can switch. Github uses a Native style, and we can only pick one. Apple Pay / Google Pay ? Many users have been sending me messages, PMs, hate mail, death threats, etc over the fact that we swapped Paypal for Credit/Debit Card only payment processing. I'm pleased to announce that our updated forum software is compatible with Apple and Google Pay platforms for both mobile devices and supported browsers. Spammers ?? Over the last two to three months we've seen a dramatic increase in spambots posting their topics on how to grow your ? or build some ?. The new update includes several new algorithms that allows spambots to be caught more effectively without Moderator intervention. Searching ? It has been noted that the search method in the older IPB 3.x forum software was much smoother than the recent implementation - so IPS 4.3 has changed it all. We should now* have more accurate search results displaying when searching for more than one word, and don't forget you can encase your phrase in quotes "to search the string as-is". *When the search index has finished re-caching.. will probably take 5-6 hours still. ReCaptcha ?️? Those daft "type the words as you see them" have now been removed in favour of Google's "Invisible ReCaptcha" platform. The forums will now determine whether or not you're human and let you use the forums to one's heart's content without being randomly asked to read unreadable text. There are other improvements but nothing worth mentioning as normal members won't see/interact with them. If you come across something that doesn't work as it should, please let me know by posting as much detail as possible in https://rathena.org/board/forum/224-forum-issues/ ? I think that's enough good news for one day. Akky out~
    1 point
  2. View File bootstrap-zero This is a tiny FluxCP theme for rAthena, inherited from the pre-integrated "bootstrap" theme by Akkarinage. [ Installation ] Download the .zip or .rar file, then extract it to your `[FluxCP's root] > themes`. Since the "bootstrap" theme is inherited from the default theme, this theme also requires the default. So, your `ThemeName` in `config/application.php` should be something like this: 'ThemeName' => array('bootstrap-zero', 'default', 'bootstrap') Not like this: 'ThemeName' => array('bootstrap-zero') [ Configuration ] You can adjust the Jumbotron's content in: `[theme's root] > parts > jumbotron.php`. ______ I know this theme is still small, don't know if I will develop it further or not. My goal is to share, so that it doesn't go to waste on my computer, and hopefully can be used by the community. This theme is provided as is. Use as you wish at your own risk. Submitter Fhaarnius Submitted 06/19/2021 Category Fully Coded Themes Video Content Author Akkarinage, Fhaarnius
    1 point
  3. Hola buenas noches; Para este caso tengo una idea simple para los que no tengan conocimiento metiendo mano al src (No se preocupen todos aprenden en su momento^^) Para este caso tome un item usable(Para este ejemplo Aloe Vera De la carpeta db/pre-re/item_db.txt)y lo modifique de la siguiente manera 606,Aloebera,Aloevera,11,1500,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ if(strcharinfo(3)=="prontera") { message strcharinfo(0),"No Puedes abrir este objeto en este mapa";end; }else{ callfunc "invocador_custom"; }},{},{} Para este caso borre el efecto de la aloe vera(el original) y le inserte mi script. Explicarlo es simple si estas en prontera no te dejara abrir el item y si no estas en mapa que en este caso es prontera haces el llamado a la funcion "invocador_custom". Ahora vamos a crear un archivo en la carpeta custom y le pondremos funciones_customizadas.txt(Le pueden poner el nombre que sea xD) Y dentro de ese archivo le agregan el siguiente codigo: function script invocador_custom { setarray .MVP_List[0],1038,1039,1046,1059,1086,1087,1112,1115,1147,1150,1157,1159,1190,1251,1252,1272,1312,1373,1389,1399,1418,1492,1502,1511,1583,1623,1630,1646,1647,1648,1649,1650,1651,1658,1685,1688,1708,1719,1734,1751,1768,1779,1785,1802,1832,1871,1874,1885,1917,1980,2022,2068,2087,2131,2156,2165; set .Monster,rand(57); atcommand "@monster "+ .MVP_List[.Monster]; end; } Posteriormente vas a el archivo script_custom.conf (carpeta npc) y agregas la siguiente linea: npc: npc/cutom/funciones_customizadas.txt NOTA: Si quieren agregarle delay al item vayan a la carpeta db/pre-re y luego al archivo item_delay.txt y ingresan al final esto. 606,5000 //<-- 5 Seg delay La diferencia de usar este sistema a que menciona los demas que aca no generas la chance de que uno salga mas y otro menos esto es random, se puede modificar para que uno tenga mas chance pero seria mas largo el codigo. Espero que a cualquiera le sirva esta idea un saludo a todos y cuidense.
    1 point
×
×
  • Create New...