Jump to content

hendra814

Members
  • Posts

    1211
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. i think the configuration at conf\battle\item.conf at this part // Do produced items have the maker's name on them? (Note 3) // 0x01: Produced Weapons // 0x02: Produced Potions // 0x04: Produced Arrows // 0x08: Produced Holy Water/Ancilla // 0x10: Produced Deadly Potions // 0x80: Other produced items. produce_item_name_input: 0x03
  2. 2018 client read sclientinfo.xml change or rename your clientinfo.xml into sclientinfo.xml and change langtype into 0
  3. i Think the problem because packet size Try change your client into 2018-06-21
  4. Sure, i will reply it when i'm not bussy at office
  5. sorry i'm at office now, but are you already put the patched file in KRO folder because without KRO client this ragexe client can't be open.
  6. you can check this thread https://github.com/rathena/rathena/wiki/Max-Level https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b
  7. I think your problem at conf\inter_athena.conf // MySQL Login server login_server_ip: 127.0.0.1 login_server_port: 3306 login_server_id: ragnarok login_server_pw: ragnarok login_server_db: ragnarok login_codepage: login_case_sensitive: no ipban_db_ip: 127.0.0.1 ipban_db_port: 3306 ipban_db_id: ragnarok ipban_db_pw: ragnarok ipban_db_db: ragnarok ipban_codepage: // MySQL Character server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok char_server_pw: ragnarok char_server_db: ragnarok // MySQL Map Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok map_server_pw: ragnarok map_server_db: ragnarok // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok log_codepage: log_login_db: loginlog Are you already set Your sql ID and password in this part?
  8. try use client before july because of this http://herc.ws/board/topic/15348-kro-unpacked-clients-releases/?do=findComment&comment=88544 i'm suggest use 20180307 , 20180530 or 20180621 RagexeRE client. could be download at here http://herc.ws/board/topic/15348-kro-unpacked-clients-releases/ after that use nemo patcher to pick option what you want. and then edit at src\custom\defines_pre.hpp like this // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP #define CONFIG_CUSTOM_DEFINES_PRE_HPP /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #define PACKETVER 20180621 #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */ after that recompile your server and last don't forget to put sclientinfo.xml in your custom grf or data folder (If you pick read data folder first on NEMO) copy from clientinfo.xml, but change the langtyoe into 0
  9. First, What client are you use?
  10. please see at the description 0 mean not show any announces at all try look at you server configuration, how your mvp card drop rate try using command @mi example @ mi maya / @mi phreeoni then change o into the value what you want. I'm using 2 mean, all drop item below or same rate 0.02% will be announce // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** // This can be set to any value between 0~10000. // Note: It also announces STEAL skill usage with rare items // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 2
  11. Here, i'm already make it for my own //===== rAthena Script ======================================= //= Healer //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Basic healer script. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Aligned coordinates with @go. //============================================================ prontera,151,187,5 script Healer 742,{ mes "[Healer]"; mes "I have amazing healing powers!!"; mes "You look like a person who needs them"; mes "Want some?"; next; if (select("Heal:No thanks") == 2) { mes "[Healer]"; mes "Allright, come back if you need a heal."; end; } set .@Price,0; // Zeny required for heal set .@Buffs,0; // Also buff players? (1: yes / 0: no) set .@Delay,0; // Heal delay, in seconds if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Healing costs "+callfunc("F_InsertComma",.@Price)+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; set Zeny, Zeny-.@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; end; } // Duplicates //============================================================ alberta,25,240,6 duplicate(Healer) Healer#alb 742 aldebaran,135,118,6 duplicate(Healer) Healer#alde 742 amatsu,200,79,4 duplicate(Healer) Healer#ama 742 ayothaya,207,169,6 duplicate(Healer) Healer#ayo 742 comodo,184,158,6 duplicate(Healer) Healer#com 742 einbech,57,36,6 duplicate(Healer) Healer#einbe 742 einbroch,57,202,6 duplicate(Healer) Healer#einbr 742 geffen,115,72,6 duplicate(Healer) Healer#gef 742 gonryun,156,122,6 duplicate(Healer) Healer#gon 742 hugel,89,150,6 duplicate(Healer) Healer#hug 742 izlude,121,150,6 duplicate(Healer) Healer#izl 742 //Pre-RE: (125,118) jawaii,250,139,4 duplicate(Healer) Healer#jaw 742 lighthalzen,152,100,6 duplicate(Healer) Healer#lhz 742 louyang,226,103,4 duplicate(Healer) Healer#lou 742 manuk,272,144,6 duplicate(Healer) Healer#man 742 mid_camp,203,289,6 duplicate(Healer) Healer#mid 742 moc_ruins,72,164,4 duplicate(Healer) Healer#moc 742 morocc,153,97,6 duplicate(Healer) Healer#mor 742 moscovia,220,191,4 duplicate(Healer) Healer#mos 742 niflheim,212,182,5 duplicate(Healer) Healer#nif 742 payon,179,106,4 duplicate(Healer) Healer#pay 742 rachel,125,116,6 duplicate(Healer) Healer#rac 742 splendide,201,153,4 duplicate(Healer) Healer#spl 742 thor_camp,249,74,4 duplicate(Healer) Healer#thor 742 umbala,105,148,3 duplicate(Healer) Healer#umb 742 veins,217,121,4 duplicate(Healer) Healer#ve 742 xmas,143,136,4 duplicate(Healer) Healer#xmas 742 yuno,164,45,4 duplicate(Healer) Healer#yuno 742 // Duplicates (Renewal) //============================================================ brasilis,194,221,6 duplicate(Healer) Healer#bra 742 dewata,195,187,4 duplicate(Healer) Healer#dew 742 dicastes01,201,194,4 duplicate(Healer) Healer#dic 742 ecl_in01,45,60,4 duplicate(Healer) Healer#ecl 742 malangdo,132,114,6 duplicate(Healer) Healer#mal 742 malaya,227,204,6 duplicate(Healer) Healer#ma 742 mora,55,152,4 duplicate(Healer) Healer#mora 742
  12. - script #mvp_drop -1,{ OnNPCKillEvent: set .itemrew, 7539; if (getmonsterinfo( killedrid, MOB_MVPEXP )) {// If mob has MOB_MVPEXP, it's an MVP. if (rand(100) < 50) {//chnage % as your needs getitem .itemrew,1; // your item id here announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got "+getitemname(.itemrew)+" at "+ strcharinfo(3),0; } end; } end; }
  13. Ops sory, change this announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got Apple at "+ strcharinfo(3),0,0x00FF00; } into this announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got Apple at "+ strcharinfo(3),0; }
  14. try this - script #mvp_drop -1,{ OnNPCKillEvent: if (getmonsterinfo( killedrid, MOB_MVPEXP )) // If mob has MOB_MVPEXP, it's an MVP. if (rand(100) < 50) //chnage % as your needs getitem 512,1; // your item id here announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got Apple at "+ strcharinfo(3),0,0x00FF00; } end; }
  15. I think you must put item detail in sql database (item_db2_re), because roulette item read from db too (db_roulette)
  16. try this put at data\sprite\Àΰ£Á·\¸öÅë\³² folder Ãʺ¸ÀÚ_³²_1.act Ãʺ¸ÀÚ_³²_1.spr btw, what job is this, on my data.grf default without _1
  17. try this - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1) { dispbottom "The hourly badge rewards has stopped because you were vending . Please relog if you wish to start again."; stopnpctimer; end; } //Check if Idle getmapxy( .@map$, .@x, .@y, 0 ); if(@map$ == .@map$ && @x == .@x && @y == .@y) { set @afk, @afk + 1; } //If move timer resets else { set @afk, 0; } set @map$, .@map$; set @x, .@x; set @y, .@y; //Idle Check for 5 Minutes if(@afk == 10) { dispbottom "The hourly points event stopped because you were idle for 5 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; getitem 7859,1; dispbottom "You received 1 "+getitemname( 7859 )+" by staying ingame for 1 hour."; set @consecutive_hour, @consecutive_hour + 1; } //Check for 12 hours consecutive if(@consecutive_hour == 5) { set @consecutive_hour,0; getitem 7859,5; dispbottom "You received 5 "+getitemname( 7859 )+" by staying ingame for consecutive of 5 hours."; } stopnpctimer; initnpctimer; end; }
  18. ok, thanks for the info, i will patch it too after this.
  19. yes i already tried, same with you got crash when at hairstyle 30 and so on. but nemo by @4144 already fix this option https://gitlab.com/4144/Nemo/commit/0cebc71eef2f50478d6fcb8d7619ccbec851b510 and https://gitlab.com/4144/Nemo/commit/cd058bebee00e893a1d3ddee0b064f7a75cdf741 So i will try it later go to your src\custom\defines_pre.hpp change into like this // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_CUSTOM_DEFINES_PRE_HPP_ #define _CONFIG_CUSTOM_DEFINES_PRE_HPP_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #define PACKETVER 20180307 #endif // _CONFIG_CUSTOM_DEFINES_PRE_HPP_
  20. In indonesia ragnarok official server to change trans job you must buy "Heroic Stone" at item mall (cash shop) how about give zeny cost into player when he/she want rebirth their char.
×
×
  • Create New...