-
Posts
611 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Kakaroto
-
woww, nice man. Already has a release date?
-
Hello good night, I wonder if anyone could provide the script instance: Faceworm Nest, thank you very much.
-
Hello .. good evening, I would like to know if I can rename a column emulator from the database without running the risk of giving problem ... I would like to rename the following: in the table: acc_reg_num rename the column: `key` varchar (32) NOT NULL default binary '' to ` str` varchar (32) NOT NULL default binary '' after that just have to change the char.c, but this can cause a problem? You have any other file that needs to be edited? I thank anyone who can help me.
-
Hello... The Temporal Boots Dex, is reducing the casting time of varying abilities, even using this script, someone could tell me what's wrong? I thought this way would only reduce the cast time of fixed skills. 22004,Temporal_DEX_Boots,Temporal DEX Boots,4,0,,500,600,13,20,0,0xFFFFFFFF,18,2,64,,1,1,0,{ bonus bMaxHP,300+((getrefine()/3)*100); bonus bMaxSP,30+((getrefine()/3)*10); bonus bDex,(getrefine()/3)*3; if(readparam(bDex)>=120) { bonus bFixedCast,-500; bonus bLongAtkRate,5; } },{},{}
-
How to convert English > Korean > ASCII Codes in NOTEPAD++.
Kakaroto replied to Pantheon's question in General Support
use notepad++ v 6.2 -
Rune Knight Skill: Lux Anima (rune item)
Kakaroto replied to OscarScorp's question in Source Support
On my server it works but if the RK has with Bragi buff, the crash of the server in map_server -
unfortunately not solved ... but the error has changed.
-
Hello good afternoon, someone could help me with this script? thank you very much from now anyone who can help me ....
-
Hello good night ... I would ask some with two simple problems for some but are breaking my head. First, I wonder if it is possible in some easily, display the amount of the variable #cashpoints credits fluxp panel on credit balance part. Second, I wonder if you can change the level of a standard server without generating problems with the amount of skill points ... I thank you very anyone who can help me, and I apologize for my bad English.
-
The only bug that really disturbs is the unidentified items in the stores of merchants, has been fixed in Hercules, I will wait correct here too.
-
Hello good night, I wonder if the emulator is supporting the hexed 2015?
-
this? BUILDIN_FUNC(pcblockmove) { int id, flag; TBL_PC *sd = NULL; id = script_getnum(st,2); flag = script_getnum(st,3); if(id) sd = map_id2sd(id); else sd = script_rid2sd(st); if(sd) sd->state.blockedmove = flag > 0; return SCRIPT_CMD_SUCCESS; }
-
hello good night, someone could tell me where I am going wrong in this script? I thank you very much. for(set @i,0; @i < 5; set @i,@i+1) if(@nome$[@i] == strcharinfo(0)){ mapwarp "ordeal_1-1","ordeal_1-1",150,150; pcblockmove getcharid(3),1; sleep2 2000; announce "Test.",bc_self; pcblockmove getcharid(3),0; end; }
-
Nice!
-
Hello good evening to all and all ... I have a problem with the client 2014-10-22 whenever use @go, not the digit map take customer's crash ... could someone please help me? Thank you in advance anyone who can help me.
-
In fact, I got using this same little patch now, just put a diff on the client for this, then adapted this patch there to store this information .. it worked.
-
Hello good evening, someone could help me convert this patch, which takes the Mac player, so I can use here in rathena? 27f31914574c138e2_paste.patch I thank very much the same.
-
Mudar de emulador e usar meu antigo banco de dados.
Kakaroto replied to cumbe11's topic in Suporte a Configurações
eAmod...adivinha onde você DEVE pedir suporte...? No fórum do eAmod, lógicamente. Agora se você usa um eAmod retail...só lamento. -
I tested the problem only happens if you have more than one food for the pet in inventory ... if you have only one not of crash, but displays the following message from msgstringtable.txt: #Edit: To fix open your msgstringtable.txt, and change the line: Feeding the pet. %d '%s' remaining# for: Feeding the pet. %s %d remaining# Finished.
-
Look at Hercules has a sql file that allows the conversion of rathena emulator for Hercules himself, unfortunately searched and found this file in rathena you please have this file to provide?
-
Sure u can. But if u have a source mod, it might be difficult. rA and hE to many different. But you can ask someone that can help u with this. If u dont have any source mod, well that is easy, just modified your SQL table. I'll try ...
-
Sure u can. But if u have a source mod, it might be difficult. rA and hE to many different. But you can ask someone that can help u with this. If u dont have any source mod, well that is easy, just modified your SQL table. tnks ^^
-
Hello good evening everyone and all .... I wonder if you can convert the hercules for rathena. this clear and not run the risk of having problems with the source, I believe it is only a change in the base hit, right? Thanks in advance!
-
It did not work ... just the monster not appear ... The idea is to tell the monster for example 1005, or better, see if it is alive on the map in a specific map, if the monster is dead he invokes this monster in this same map ...
-
Hello good night ... I wonder if someone would have a scrip do count a certain monster in a certain map every 1 hour, and if the monster is dead, he invokes the monster .... I thank you enough to help '-'