-
Content Count
526 -
Joined
-
Days Won
22
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Emistry
-
http://rathena.org/board/topic/83415-tbox-summon/
-
it's animated!!!!!!!!!!!!!!!!!!!!!!! "Proud to be Hercules Member" xP
-
http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/ A zone may enforce an unlimited number of mapflags on all its maps, by using this sample all maps under My Zone will have Fire Bolt damage increased by 2.5x and Sanctuary will have its duration halved.
-
Requesting For >>> Derefiner And Custom Refiner
Emistry replied to Nash's question in Script Requests
try for( .@i = 1; .@i <= 10; .@i++ ) .@menu$ = .@menu$ + getequipname( .@i )+":";.@equip = select( .@menu$ );.@refine = select( "Refine","De-refine" );mes "how many time ?";input .@amount,0,100;for( .@i = 0; .@i < .@amount; .@i++ ) if( .@refine == 1 ) successrefitem .@equip; else downrefitem .@equip;mes "Done";close; -
change item type to 11 ....
-
change OnPCDieEvent:if(.System){if(getgmlevel() >= .GMLevel){ end; }if(.PvPMap$[0] != "All"){ for(set .@i, 0; .@i < (getarraysize(.PvPMap$) - 1); set .@i, .@i + 1){ if(strcharinfo(3) != .PvPMap$[.@i]){ end; } set Death, Death + 1; }}} end; to OnPCDieEvent:if( .System ){ if(getgmlevel() < .GMLevel) if(.PvPMap$[0] != "All"){ set .@size,getarraysize(.PvPMap$); set .@map$,strcharinfo(3); for(set .@i, 0; .@i < .@size; set .@i, .@i + 1) if( .@map$ == .PvPMap$[.@i]){ set Death, Death + 1; break; } }else{ set Death, Death + 1; }}end; actually ... if you wanna use DotA sound + PVP ... i would recommend to use http://www.eathena.ws/board/index.php?showtopic=237765
-
@Jabote you dont need this if (!.init) { donpcevent strnpcinfo(3)+"OnInit"; sleep2 10; // This way the OnInit event has time to load completely } all npc will now execute OnInit label when the npc is loaded into the server. beside...you are missing this if you want to run above statement otherwise the statment above will run everytime player touch the npc set .init,1;
-
+100 refine Guys Please Help Me Asap i cant understand this
Emistry replied to Nash's question in Database Support
add in the column required until you reach total of 104 column for refine rate.. -
try this ? http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/ not sure if this able to disable the Discount Skill ...
-
i think it would be kinda easier for you to add back those custom in Hercules...especially when Hercules have a system called "Plugin/Hook" ..forget what it called..i think is "Hercules Plugin Manager" .... and ya..rathena is just down ... not dead .... still hope it can be back soon since alot of useful guide is there ....hopefully still there ... >.< all google result pointed to rAthena instead of eAthena / Hercules.. >.<
-
actually ..if you just wish to track error mesages...you can remove / disable these console from displaying those "general status/information" .. you can remove all these information too ... which you rarely take a look on it or ignored it. most of the time the console will just display saving information ... for your idea displaying tabbing these console... just get another launcher that have GUI... like powlauncher..and etc.. there are a few of these obtainable through the webs. personally i would rather open these console separately ... having another launcher to launch these will just consume a little bit more of my laptop memory ~
-
load these logs sql into ur sql machine you can find it inside logs/log.sql
-
they moved here http://www.zephysoft.com/eamod/
-
// Old Tuxedo and Wedding Dress, will display the outfit when worn.//==================================================================//2338,Wedding_Dress,Wedding Dress,5,43000,,500,,0,,0,0xFFFFFFFE,7,0,16,,0,1,0,{},{ setoption Option_Wedding,1; },{ setoption Option_Wedding,0; }//7170,Tuxedo,Tuxedo,5,43000,,10,,0,,0,0xFFFFFFFE,7,1,16,,0,1,0,{},{ setoption Option_Wedding,1; },{ setoption Option_Wedding,0; }
-
bonus bAtkEle,n; Gives the player's attacks element n n: 0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead
-
have you reload the data/settings after you edit it ?
-
that's why i said dont use itemskill.... use this instead.. 501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ warp strcharinfo(3),0,0; },{},{} a red potion that can teleport you unlimited time...
-
1 thing that rAthena dont have... Hercules support custom ideas / suggestions .....
-
make sure you didnt added any NOEXP mapflag into these maps.
-
// Item drop rates (Note 2)item_drop_common_max: 10000item_drop_heal_max: 10000item_drop_use_max: 10000item_drop_equip_max: 10000item_drop_card_max: 10000item_drop_mvp_max: 10000item_drop_add_max: 10000item_drop_treasure_max: 10000 dont touch these if you are unsure with these....these will limit the drops rate...
-
the sample show by napster work exactly like what you want... getmapusers( "mapname" ) will return -1 if the map isnt exist.
-
bonus bMaxHP,( 5 * BaseLevel );
-
the idea of item type 11 is not refer to unlimit usage....it's originally set for those item that used as skill ...like skill scrolls and etc.. i am trying to tell you that the concept in your mind about item type 11 = unlimit usage is WRONG... if you want to create unlimited fly wing...use "warp" command instead of "itemskill"
-
item type 11 doesnt refer to "Unlimit Usage" doc/item_db.txt 11 Usable with delayed consumption (item is lost from inventory after selecting a target, for use with skills and pet lures)