Jump to content

Kakaroto

Members
  • Posts

    638
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Kakaroto

  1. I am getting error messages in the horror script toy factory, can anyone help me? Follow script: 1@xm_d,1,5,3 script #bssk03 CLEAR_NPC,{ end; OnStart: .@event$ = instance_npcname( strnpcinfo(0) ) + "::OnMyMobDead"; killmonster 'xm_d_map$, .@event$; while (1) { getunitdata 'celene_id, .@data; .@x = .@data[UMOB_X] + rand(1,20) - 10; .@y = .@data[UMOB_Y] + rand(1,20) - 10; monster 'xm_d_map$,.@x,.@y, "#f_w_1",3038,1, .@event$;// HIDDEN_MOB7 .@mon_num++; if (.@mon_num > 20) break; sleep2 200; } sleep 6000; killmonster 'xm_d_map$, .@event$; end; OnMyMobDead: end; OnInstanceInit: hideonnpc instance_npcname( strnpcinfo(0) ); end; } Print: I appreciate who can help me.
  2. I got the packages but I have a problem, how do I use these 2 packages in the old packet_db? parseable_packet(0x0AC0,26,clif_parse_Mail_refreshinbox,2,10); parseable_packet(0x0AC1,26,clif_parse_Mail_refreshinbox,2,10);
  3. The problem with the current emulator is that it is getting random crash on the map_server and I do not know how to get the core dump, simple.
  4. Hello, I would like to know if anyone has the packets for the 2017-05-31 client, but for the old packet_db of rathena, thank you very much who can make it available.
  5. 20307,C_Beginner_Cap,Costume Beginner Cap,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1348,{ if (BaseLevel < 100) { bonus bHit,30-(3*(BaseLevel/10)); bonus bMaxHP,1000-(100*(BaseLevel/10)); bonus bMaxSP,200-(20*(BaseLevel/10)); bonus bVariableCastrate,-10+(BaseLevel/10); bonus bHealPower,150-(10*(BaseLevel/10)); bonus bHealPower2,10*(BaseLevel/10); bonus bAddItemHealRate,10*(BaseLevel/10); } },{},{} Use this script.
  6. Do not use eAmod, it is outdated and full of absurd bugs.
  7. You are turning off too many functions and they can cause problems, you just need to work with this line, it disables all the others. //quick option to disable all renewal option, used by ./configure //#define PRERE #ifndef PRERE
  8. Can you give a description of how this happens? A step by step how to cause the problem.
  9. Fica difícil ajudar sem ver o erro, não da pra adivinhar, poste um print.
  10. Did you get the image on my server's forum? O.O
  11. This is not done in the client, but in the data folder, just go to the file: data/num2cardillustnametable.txt
  12. It did not work, if adding 'resize font' on the client does not work, does it have any way to work?
  13. Go in:: data/num2cardillustnametable.txt In this file are the settings of the card view.
  14. Hello, does anyone know if I can open 'Booking' groups with a script? Thank you for answering me.
  15. Completely fake, contact the Functor here at rathena's forum.
  16. Honestly I did not like the dark version much, I prefer the same white, cleaner, more beautiful and more interesting.
  17. You do not have any updates on this topic, you can not use the color palette.
  18. I'm going to test and I'll give you a return in a moment.
  19. Go to: emulator/conf/channels.conf { name: "#main" alias: "[main]" color: "White" type: "CHAN_TYPE_PUBLIC" delay: 1000 autojoin: false leave: false }, Use delay: 1000, the time setting is in milliseconds.
  20. [Error]: script error on db/re/item_db.txt line 11919 parse_simpleexpr: unexpected character * 11919 : { autobonus3 "{ bonus bMatk,50; }",60000,PF_DOUBLECASTING,'{'} u.u
×
×
  • Create New...