Search results

  1. AnnieRuru

    map_zone_db.conf allows to restrict an ITEM TYPE

    ok ... its my turn to give suggestion time .. http://rathena.org/board/topic/77088-certain-map-weapon-restriction/?p=239342 noitem mapflag meant for rathena when compare my code and hercules map_zone_db.conf hercules can already restrict items by ID but my modifications can allow to...
  2. AnnieRuru

    help me improve this merge sort algorithm

    ok I just recently cracked @KeyWorld's merge sort algorithm in this topic http://www.eathena.ws/board/index.php?s=&showtopic=180080&view=findpost&p=1293102 here is the script http://rathena.org/board/pastebin/jdsshuef1ic/ I have 2 questions 1. why is that comb sort runs faster...
  3. AnnieRuru

    getserverdef

    https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L3525 I want this *getserverdef script command in hercules I used it quite intensively during rathena now I move here I want to use them again they are just a simple script command that just read a variable from the...
  4. AnnieRuru

    [Suggestion] displaybottom & message colors

    OMFG !!totally forgotten about channel system you are right, NO LIMITATION I used rathena emulator to get this working fine BUILDIN_FUNC(dispbottom) { TBL_PC *sd; if ( script_hasdata(st,4) ) { if ( data_isstring( script_getdata(st,4) ) ) sd = map_nick2sd( script_getstr(st,4) ); else sd...
Back
Top