Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

botka4aet

Members
  • Posts

    211
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by botka4aet

  1. bcs 3003 already used - https://ratemyserver.net/index.php?page=re_mob_db&mob_id=3003
  2. Check herc plugin - https://github.com/HerculesWS/StaffPlugins/blob/master/Yommy/Vend_SQL/Vend_SQL.c Convert it to rathena Good job!
  3. https://rathena.org/board/files/category/159-fully-coded-themes/
  4. You must add new npc var and store lottery number Also you can check other scripts https://github.com/Stolao/Npc_Request/blob/Satan/Lottery/Lottery.txt https://github.com/rathena/rathena/blob/master/npc/custom/etc/lottery.txt
  5. Well, you must remove full block getmapxy .@map1$, .@x1, .@y1, 0; getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; set .@k, 0; while ( .@k < $@partymembercount ) { if ( isloggedin( $@partymemberaid[.@k], $@partymembercid[.@k] ) ) { attachrid $@partymemberaid[.@k]; getmapxy .@map2$, .@x2, .@y2, 0; if ( @ms_b_loading == 0 && .@map1$ == .@map2$ && distance(.@x1,.@y1,.@x2,.@y2) <= 30 && Hp ) { set .@j, 1; while ( .@j <= 4 ) { if ( getd("@ms_b_m_"+ .@j +"[0]") ) { if ( getd("$ms_b_m_"+ getd("@ms_b_m_"+ .@j +"[0]") +"$[0]") == "" ) { dispbottom "Mission Board: Your Mission#"+ .@j +" has deleted because it is no longer available"; deletearray getd("@ms_b_m_"+ .@j); setd "ms_b_m_"+ .@j +"$", ""; deltimer "ms_b_::OnQuest"+ .@j +"TimeUp"; } else { set .@i, 0; set .@size, getarraysize( getvariableofnpc( getd(".ms_b_t_"+ getd("@ms_b_m_"+ .@j +"[0]") ), "ms_b_" ) ); while ( .@i < .@size ) { if ( .@killedrid == getvariableofnpc( getd(".ms_b_t_"+ getd("@ms_b_m_"+ .@j +"[0]") +"["+ .@i +"]"), "ms_b_" ) && getd("@ms_b_m_"+ .@j +"["+( .@i/2 +2 )+"]") < getvariableofnpc( getd(".ms_b_t_"+ getd("@ms_b_m_"+ .@j +"[0]") +"["+( .@i +1 )+"]"), "ms_b_" ) ) { setd "@ms_b_m_"+ .@j +"["+( .@i/2 +2 )+"]", getd("@ms_b_m_"+ .@j +"["+( .@i/2 +2 )+"]") +1; dispbottom "Mission #"+ .@j +". You have killed "+ getmonsterinfo( getvariableofnpc( getd(".ms_b_t_"+ getd("@ms_b_m_"+ .@j +"[0]") +"["+ .@i +"]"), "ms_b_" ), 0 ) +" ["+ getd("@ms_b_m_"+ .@j +"["+( .@i/2 +2 )+"]") +"/"+ getvariableofnpc( getd(".ms_b_t_"+ getd("@ms_b_m_"+ .@j +"[0]") +"["+( .@i +1 )+"]"), "ms_b_" ) +"]"; setd "ms_b_m_"+ .@j +"$", getd("@ms_b_m_"+ .@j +"[0]") +"#"+( ( getd("@ms_b_m_"+ .@j +"[1]") )?getd("@ms_b_m_"+ .@j +"[1]"):"" )+"#"+( ( getd("@ms_b_m_"+ .@j +"[2]") )?getd("@ms_b_m_"+ .@j +"[2]"):"" )+"#"+( ( getd("@ms_b_m_"+ .@j +"[3]") )?getd("@ms_b_m_"+ .@j +"[3]"):"" )+"#"+( ( getd("@ms_b_m_"+ .@j +"[4]") )?getd("@ms_b_m_"+ .@j +"[4]"):"" )+"#"+( ( getd("@ms_b_m_"+ .@j +"[5]") )?getd("@ms_b_m_"+ .@j +"[5]"):"" )+"#"+( ( getd("@ms_b_m_"+ .@j +"[6]") )?getd("@ms_b_m_"+ .@j +"[6]"):"" )+"#"+( ( getd("@ms_b_m_"+ .@j +"[7]") )?getd("@ms_b_m_"+ .@j +"[7]"):"" )+"#"+( ( getd("@ms_b_m_"+ .@j +"[8]") )?getd("@ms_b_m_"+ .@j +"[8]"):"" )+"#"+( ( getd("@ms_b_m_"+ .@j +"[9]") )?getd("@ms_b_m_"+ .@j +"[9]"):"" ); } set .@i, .@i +2 ; } } } set .@j, .@j +1 ; } } } set .@k, .@k +1 ; } Yes, party members willn't get mission mobs.
  6. looks like bug if ( @ms_b_loading == 0 && .@map1$ == .@map2$ && distance(.@x1,.@y1,.@x2,.@y2) <= 30 && Hp ) { Req same map
  7. data/msgstringtable.txt [%s] opened [%s] and awarded with '%s'!!#
  8. Update your rathena - https://github.com/rathena/rathena/pull/4195
  9. Screens? Video? If i try opening site - it's just create 3 process and overload my CPU
  10. 2 and 3 - is's balanced at all 1st - common event Abra. You also can add Taro cards. Coma + Dmg = Death
  11. Lord of god. 1) https://github.com/rathena/rathena/blob/1a1005435fde963124ba2704424f740b016c3392/doc/script_commands.txt#L2825 Use (getequippercentrefinery(.@part,1) < 100) in script 2) Change EnrichedChance in yml
  12. Req: DirectX(installed if windows 10) Also you need Microsoft Visual C ++ 2010(2008 mb?)
  13. https://stackoverflow.com/questions/7832770/how-to-get-certain-commit-from-github-project
  14. Yes No. If you log every death-kill as log with time, skill and so on - you will get big base after some years.
  15. https://rathena.org/board/topic/65005-how-to-add-a-custom-map-the-server/#comment-107499
  16. According changelog - it's from 2014 But it can - Or i just missunderstand
  17. check woe controller and just copy script
×
×
  • Create New...