-
Posts
182 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by HD Scripts
-
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
-
if(#CASHPOINTS >= 1){ warp "map",x,y; end; } else { mes "you can't have Cashpoints."; close; }
-
set .gm_level,100; try this
-
Oh really, i'm sorry '-' But are only this error?
-
set [email protected] = 5; // Heal delay, in seconds
-
Try this prontera,135,74,1<tab>cashshop<tab>Cash Shop<tab>862,30000:100
-
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.
-
Oh thank's (: Reputed +1
-
Well, i need insert a option in this script, to randomic style, between cloths, hair style and hair color, randomically. Is possible? Script:
-
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')";
-
Be sure these script are in correct folder npc/custom/battleground or U can use @unloadnpcfile npc/custom/battleground/bg_emp.txt
-
rAthena Launcher [v013] [Admin Tool]
HD Scripts replied to Nuckelavee's topic in Third Party Releases
I have same problem, any solution? -
Pq aleatório?
-
is not possible any alteration on source?
-
How you do this? Post here plz '-'
-
Something with "deffpatern"?
-
Beauty man, congrats '-'
-
Try this, (not tested) http://upaste.me/273915458532891d7
-
This progressbar is awesome '-' works in Thor? or another? +1 rate 1~10 = 8,5
-
Search this: OnMinute30: Insert in below: OnMinute00: Like this: OnMinute30: OnMinute00:
-
1 sec, 250ms eg: sleep2 5000; = 5sec sleep2 25000; = 25sec
-
/showname
-
This link are off
-
RO2 GOTW: Revival Project (Bringing back the first RO2)
HD Scripts replied to Aeromesi's topic in Abandoned Projects
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 -
Make a equal NPC, but insert this check: if(getcastledata("prtg_cas01",1) == getcharid(2)){ It changes “prtg_cas01” for the castle that to want, and adds buffs below ex: - script GuidBuff::GuildBuff -1,{ if(getcastledata("prtg_cas01",1) == getcharid(2)){ percentheal 100,100; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; sc_start SC_ASPDPOTION2,360000,0; sc_start SC_STRFood,360000,5; sc_start SC_AGIFood,360000,5; sc_start SC_VITFood,360000,5; sc_start SC_INTFood,360000,5; sc_start SC_DEXFood,360000,5; sc_start SC_LUKFood,360000,5; sc_start SC_HitFood,1200000,30; sc_start SC_FleeFood,1200000,30; sc_start SC_BATKFood,1200000,5; sc_start SC_MATKFood,120000,5; switch ( basejob ) { case Job_Alchemist: set [email protected], 445; break; case Job_Monk: set [email protected], 447; break; case Job_Star_Gladiator: set [email protected], 448; break; case Job_Sage: set [email protected], 449; break; case Job_Crusader: set [email protected], 450; break; case Job_SuperNovice: set [email protected], 451; break; case Job_Knight: set [email protected], 452; break; case Job_Wizard: set [email protected], 453; break; case Job_Priest: set [email protected], 454; break; case Job_Bard: case Job_Dancer: set [email protected], 455; break; case Job_Rogue: set [email protected], 456; break; case Job_Assassin: set [email protected], 457; break; case Job_Blacksmith: set [email protected], 458; break; case Job_Hunter: set [email protected], 460; break; case Job_Soul_Linker: set [email protected], 461; break; default: if ( upper == 1 && baselevel < 70 ) set [email protected], 494; } if ( [email protected] ) { sc_start4 sc_spirit, 360000, 5, [email protected],0,0; skilleffect [email protected], 5; } } if(getcastledata("prtg_cas02",1) == getcharid(2)){ percentheal 100,100; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; } end; } //add more duplicates here mellina,74,82,5 duplicate(GuildBuff) Guild Buffer#aldeg_cas01 696 //gefg_cas01,<x>,<y>,0 duplicate(GuildBuff) Guild Buff#gefg_cas01 696 //payg_cas01,<x>,<y>,0 duplicate(GuildBuff) Guild Buff#payg_cas01 696 //prtg_cas01,<x>,<y>,0 duplicate(GuildBuff) Guild Buff#prtg_cas01 696