Search results

  1. K

    Guild Prize Giver

    //===== rAthena Script =======================================//= Guild Prize Giveaway//===== By: ==================================================//= AnnieRuru / Mysterious / Joseph//===== Current Version: =====================================//= 1.7//===== Compatible With...
  2. K

    Advertise Video

    Hello I don't know if this this the correct area to post this one, but I am looking for a service that will make a Highlight for my Server (Video). I found a post before but I cannot find it anymore. If you know what I need please add me on facebook for further and faster details...
  3. K

    Black Shiba Inu Hat

    The effects are working but it will not transform me to Atroce, what do u think is the mistake? 2959:18756,{ set .@i,3+(3*getequiprefinerycnt(EQI_HEAD_TOP)); autobonus "{ /* Active_Montransform ATROCE, SetDisappearSPAmount COMBIITEM_Shiba_Set 1 5 */ bonus bBaseAtk,30; }",.@i,5000,0,"{...
  4. K

    item_combo_db.txt of Rathena and hercules same Content?

    Hello I did check the "item_combo_db.txt" of rathena and found some combos doesnt exist in the hercules, Is it ok that I will use the "item_combo_db.txt" of rathena here in Hercules?
  5. K

    Soul Linker Bug (no additional effect)

    Linker's skill are working fine But I dont know about this script. It will cast Soul Link on you but the effect is not there.   prontera,148,190,5 script SOul Linker 775,{mes "^0000FF[ "+strnpcinfo(1)+" ]^000000",    "Hello "+strcharinfo(0)+",do",    "You want me to Soul Link...
  6. K

    Additional Buff make me stoned

    // Food Buffs //specialeffect2 EF_FOOD01; sc_start SC_STRFood, 360000, 10; //specialeffect2 EF_FOOD03; sc_start SC_AGIFood, 360000, 10; //specialeffect2 EF_FOOD02; sc_start SC_VITFood, 360000, 10; //specialeffect2 EF_FOOD02; sc_start SC_INTFood, 360000, 10; //specialeffect2 EF_FOOD04...
  7. K

    Healer NPC (like VIP)

    Hello! How can a Healer NPC check a specific item in the inventory and if the player has that specific item in the inventory he will give the player an additional buff, but this item will not be consumed? Anyone can give me or build a script for me like that please?  
  8. K

    Advance Stylist will not automatically close after clicking Confirm

    // credits to Annierurufunction script ValueConvert { set .@num, atoi(""+getarg(0)); if ( .@num == 0 || .@num >= 2147483647 ) return getarg(0); set .@l, getstrlen(""+.@num); for ( set .@i,0; .@i < .@l; set .@i, .@i + 1 ) { set .@num$, .@num % pow(10,.@i+1) / pow(10,.@i) + .@num$; if (...
  9. K

    Debug I cant find the cause..

    Hello, Can anyone help me with this. I cannot find any error in the map server. and I don't know what is also the reason why is this showing.  
  10. K

    Maya to 3Ds max to Granny (I cant make the Animation to work)

    I am Just going to show this simple Import but no animation yet since Its hard for me.. I am just noob. Anyways anyone can help me Import Maya to 3Ds Max with animation? If you have any Idea please help me.  
  11. K

    Warp Scroll

    Is it possible to make an Item that if you click it you are allowed to choose what location do u want to warp to.. Just like warp portal of priest but the different is you can change the coordinates and the MAP Via script.
  12. K

    Dota Runes Will make me Stoned

    //http://rathena.org/board/topic/57784-request-dota-runes/page__fromsearch__1dota01,1,1,5 script Runes 802,2,2,{dispbottom "Walkthrough to get Runes.";end;OnTouch: switch( .Runes ){ Case 1: sc_start SC_INCATKRATE,( .Duration * 1000 ),100; sc_start SC_INCMATKRATE,( .Duration * 1000 ),100...
  13. K

    bHPVanishRate and bSPVanishRate

    I just saw this post in rathena,   /*=========================================== * Perform battle drain effects (HP/SP loss) *-------------------------------------------*/void battle_drain(TBL_PC *sd, struct block_list *tbl, int64 rdamage, int64 ldamage, int race, int boss){  struct...
  14. K

    Warper with payment(item) and Menu

    Hello I found several scripts already with payment but it will only warp in 1 map If its ok I would like to request to put menu in it. like when u click it and u have the item it will warp you to the map. the menu is like prontera payon geffen and so on.
  15. K

    Disable all Healing items except Certain Healing items.

    Is this possible in script? like all the healing items in this map are disable but their is only 1 that can be used? like red potion,white,blue is disable while green pots is ok?
  16. K

    delete certain items when entering the map.

    Hello is it possible to delete some items when entering/warping in this specific map? like when I have a Red Potion and Blue Potion in my Inventory or Cart  and then I will enter in that map those items are  automatically deleted?  
  17. K

    Cart Tornado Over Power Damage.

    meI know where to find the formula of this skill..?? this skill is very over power, it can do 150k damage with a geared character... anyone confirm? 
  18. K

    cell_basilica

    cell_basilica available in Hercules?
  19. K

    Temp fix for Magnetic Field

    anyone has a temp fix for that skill? the report in the bug tracker was already a few months old and still no answer.
  20. K

    use item_db.txt

    can i still use that txt in latest revision? i really prefer that compare to the new
Back
Top