-
Posts
309 -
Joined
-
Last visited
-
Days Won
14
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Haikenz
-
Solved in Source script.cpp //Updated client view. Base, Weapon and Cloth Colors. clif_changelook(&sd->bl,LOOK_BASE,sd->vd.class_); clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon); to: //Updated client view. Base, Weapon and Cloth Colors. clif_changelook(&sd->bl,LOOK_BASE,sd->vd.class_); //clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon);
-
@gstoreall - Store all inventory items to guild storage
Haikenz replied to Cydh's topic in Source Releases
Which one is more functional? the one you posted, or the one from your site? at_gstoreall.txt -
I've already looked at the grRO of bRO, iRO, kRO and did not find
-
When I use the item to change the look of the class, for summer or Christmas, it give this error of missing sprite 30502,Poção_do_Ilusionista_Noel,Poção do Ilusionista Noel,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ changebase 26; },{},{} 30503,Poção_do_Ilusionista_Verao,Poção do Ilusionista Verão,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ changebase 27; },{},{}
-
How to make the "Holy Water" ability work on maps with water? already tried to use in several standard maps with water and it does not work, it is only working in the skill of the Sage (Deluge)
-
It's the same with me.
-
I'm not finding the 2017-09-13bRagexeRE client download, does anyone have it?
-
Can you increase the skill damage rate at once? Skill damage is taking 4 ~ 5k, I want to double damage. ex: 8 ~ 10k (pre-re)
-
No, I added everything right, I'm using the current commit.
-
Sorry, ty now
-
@NakedWolf https://www.youtube.com/watch?v=DMLEE8GJjdg Ignore the sound, hahah... fan
-
I have a small problem, I can open the stores normally, but you can not click to open the store, I click several times and it does not open.
-
When you reach a total of $250 in donations, you already have $100 donated. https://rathena.org/board/crowdfunding/project/10-equipment-switch-feature/
-
the recommended for new clients 2018 is 1024x768
-
o iteminfo.lub você pegar a do bRO ( lembrando que no bRO não tem a Raça doram, então se for usar o RE vai ficar itens em falta. ) e sobre o item_db se ta pensando em importar a do brAthena pro rAthena não vai dar certo. tem que traduzir a do rA mesmo.
-
A descrição e nome dos itens é no System/iteminfolub Sim pode linkar, esse sistema já foi implementado a muito tempo. Agora para linkar o item com texto traduzido precisa traduzir também o item_db.txt ou item_db.sql
-
1 pic = msgstringtable.txt line 3262 ~ 3265 2 pic = lua files/signboardlist.lub
-
Problemas com o sistema ExtendedVendingSystem_1.9.4
Haikenz replied to Israel's topic in Suporte a Configurações
Use esse: https://rathena.org/board/topic/116245-release-extended-vending-20/ -
Please, add more prints of pages, Download, Register, Panel Player, Info, Database...
-
Release: Soul Link Modification - Script-based
Haikenz replied to Secrets's topic in Source Releases
Try In status.cpp find: void status_read_soullink_db(char* file_name) { change to: void status_read_soullink_db(const char* file_name) { -
Use this NEMO https://gitlab.com/4144/Nemo and select patch "Change minimal screen resolution limit" in NEMO
-
Hi guys, I'd like some help from you guys who understand SQL and PHP. I'm using Stolao's PvP, and would like to add it to my fluxcp. In my theme uses the pvp dota (https://pastebin.com/3iphSgrr), then I would get to know how it is for the Stolao PvP PvP Stolao: https://github.com/Stolao/Npc_Release/blob/master/PvP_Ladder/Pvp_Ladder.txt FluxCP: $sqlpvp = "SELECT `pvpladder`.`kills`, `pvpladder`.`streaks`, `pvpladder`.`deaths`, `char`.`name`, `char`.`class`, `char`.`base_level`, `char`.`job_level`, `char`.`account_id`, `char`.`online`, `login`.`sex` FROM `pvpladder` LEFT JOIN `char` ON `char`.`char_id` = `pvpladder`.`char_id` LEFT JOIN `login` ON `login`.`account_id` = `char`.`account_id` WHERE `login`.`state` = '0' ORDER BY `pvpladder`.`kills` DESC, `pvpladder`.`streaks` DESC, `pvpladder`.`deaths` DESC, `char`.`base_exp` DESC LIMIT 0, 3";
-
Use this: https://github.com/Asheraf/Translation