Jump to content

Kakaroto

Members
  • Posts

    638
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Kakaroto

  1. Kakaroto

    Rename

    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.
  2. 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; } },{},{}
  3. On my server it works but if the RK has with Bragi buff, the crash of the server in map_server
  4. Kakaroto

    Script

    unfortunately not solved ... but the error has changed.
  5. Kakaroto

    Script

    Hello good afternoon, someone could help me with this script? thank you very much from now anyone who can help me ....
  6. Kakaroto

    Help

    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.
  7. 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.
  8. Hello good night, I wonder if the emulator is supporting the hexed 2015?
  9. Kakaroto

    Help

    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; }
  10. Kakaroto

    Help

    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; }
  11. 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.
  12. Kakaroto

    Mac Ban

    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.
  13. Kakaroto

    Mac Ban

    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.
  14. eAmod...adivinha onde você DEVE pedir suporte...? No fórum do eAmod, lógicamente. Agora se você usa um eAmod retail...só lamento.
  15. 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.
  16. 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?
  17. 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 ...
  18. 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 ^^
  19. 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!
  20. 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 ...
  21. 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 '-'
  22. Try: 21338,ob127,Asas Anjo Caido Vermelha,5,1,1,0,0,0,0,4,0xFFFFFFFF,7,2,1,0,1,1,2823,{},{ atcommand "@dye 407"; },{ atcommand "@dye 0"; }
×
×
  • Create New...