Jump to content

HD Scripts

Members
  • Posts

    183
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HD Scripts

  1. Hi guys '-' i have a problem, in my scripts, some arquives apeears an error like this: 'Assistente Kafra#prtg_cas03' is too long (len=27) in file 'npc/gde/prtg_cas03.txt', line'114'. Truncating to 24 characters. my mmo.h: #define NAME_LENGTH (23 + 1) #define NPC_NAME_LENGTH 37 for now, when i set NPC_NAME_LENGHT to 37, don't change anything '-' some reason? what more arquives i do to change? waiting '-' @edit Solved! https://rathena.org/board/topic/71004-how-to-change-the-max-npc-name-length/ Follow this support post, and now my emulator is ok! thank's for all, #close
  2. HD Scripts

    Warper

    if(#CASHPOINTS >= 1){ warp "map",x,y; end; } else { mes "you can't have Cashpoints."; close; }
  3. Oh really, i'm sorry '-' But are only this error?
  4. set .@Delay = 5; // Heal delay, in seconds
  5. Try this prontera,135,74,1<tab>cashshop<tab>Cash Shop<tab>862,30000:100
  6. But is just correct.. OnDay1119: Event ends 19/11 -> OnDay11 = month 11 / OnDay1119 = month 11 day 19 OnDay1103: Event starts 04/11 OnMinute00: Check if is 00 (24hrs) onclock.
  7. Well, i need insert a option in this script, to randomic style, between cloths, hair style and hair color, randomically. Is possible? Script:
  8. Something like this, can edit with ur infos query_sql "INSERT INTO `storage` (`id`, `account_id`, `nameid`, `amount`, `identify`, `refine`, `attribute`, `card0`, `card1`, `card2`, `card3`, `expire_time`) VALUES (NULL, '"+getcharid(3)+"', '"+$PackGuild3[@i]+"', '"+$PackQnt3[@i]+"', '"+getcharid(2)+"', '0', '0', '0', '0', '0', '0', '0')";
  9. Be sure these script are in correct folder npc/custom/battleground or U can use @unloadnpcfile npc/custom/battleground/bg_emp.txt
  10. is not possible any alteration on source?
  11. How you do this? Post here plz '-'
  12. Try this, (not tested) http://upaste.me/273915458532891d7
  13. This progressbar is awesome '-' works in Thor? or another? +1 rate 1~10 = 8,5
  14. Search this: OnMinute30: Insert in below: OnMinute00: Like this: OnMinute30: OnMinute00:
  15. 1 sec, 250ms eg: sleep2 5000; = 5sec sleep2 25000; = 25sec
  16. Someone have a tutorial about compile emulator RO2, and how to configure emulator? Link to RO2 Client compatible? Plz, i have a projet RO2 personal. Can be open to rAthena. ps: sorry my bad english, i'm brazilian
×
×
  • Create New...