Jump to content

venomxxvii

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by venomxxvii

  1. Nice scripts.. but They have passwords
  2. if a clown got soul link and cast poem bragi itself his skill Arrow Vulcan will be Spammable is this possible? please help UP
  3. i dont know that can u teach me? what i need? what will i do?
  4. How can i Update SVN without deleting my db/conf edits
  5. Hello, Im using Rathena and its working Fine but how can i make Myzter's Antibot - Botkiller 6 Bot Checker every 5mins / detects a player if farming withing 5mins the npc bot killer will show. because my server is doesn't have a Auto Job Changer or any Uber Free items my server need to level on your own and farm on your own. help me anyone? i want the NPC bot killer show every 5mins
  6. how can i lower the chance? xD
  7. Only the first (WordNum) because the second one (minimap) doesn't work on certain maps. This version provide new plugins, ie: lie2me, fakename hmm how to make it work then? //npc/custom/bk/mods/BK6_Asc2Num.txt //npc/custom/bk/mods/BK6_Asc2Word.txt //npc/custom/bk/mods/BK6_Fakename.txt //npc/custom/bk/mods/BK6_Img2Num.txt //npc/custom/bk/mods/BK6_SMath.txt // npc/custom/bk/mods/BK6_Lie2Me.txt npc/custom/bk/mods/BK6_WordNum.txt ^^do i need add // to other scripts?
  8. then BK6 latest have that BotKiller example i posted?
  9. is this antibot is like on www.eathena.ws/board/index.php?showtopic=120522 ?? like auto pop out on RO and npc will ask to input a random number or word i mean like this.
  10. im using a RATHENA SVN 16797 and i want to have mount on sinx,prof,hw,etc., when i type @mount nothing happens but buffs show and said You Mounted a Peco Peco ( I'm Using a Assassin Cross Job )
  11. MY FEATURE.conf // Item ID for Zeny. Set to 0 if you don't want use Zeny. item_zeny: 20030 << this is the Credits but if i bought the item the credits is still there please help // Item ID for Cash. Set to 0 if you don't want use Cash. item_cash: 30590 << This is the Violet Card or 1 Violet Card = 100x Credits and i sell the +10 Sandstorm to 1x Violet Card and i try to buy shop said "YOU DO NOT HAVE ENOUGH CASHPOINT" < (HOW CAN I MAKE THIS COST AN ITEM? ) i manually put the patch in my rathena svn 16797 and my problem : Help me how can i make this work ( i vend a +10 Sandstorm and It Cost 10x Credits [ ID: 20030 ] then the buyer must have 10x credits and if he buy the +10 Sandstorm from the vendor. The vendor will receive the 10x credits and the buyer will get the +10 sandstorm. ) i changed my feature.conf //-------------------------------------------------------------- // rAthena Feature Configuration File //-------------------------------------------------------------- // Note 1: Value is a config switch (on/off, yes/no or 1/0) // Note 2: Value is in percents (100 means 100%) // Note 3: Value is a bit field. If no description is given, // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun) //-------------------------------------------------------------- // Buying store (Note 1) // Requires: 2010-04-27aRagexeRE or later feature.buying_store: on // Search stores (Note 1) // Requires: 2010-08-03aRagexeRE or later feature.search_stores: on // Extended Vending System [Lilith] // Enable or disable extended vending system? (Note 1) extended_vending: yes // Show currency's name in vending board? (Note 1) show_item_vending: yes // Show more info about buying? (Note 1) ex_vending_info: yes // Item ID for Zeny. Set to 0 if you don't want use Zeny. item_zeny: 20030 << this is the Credits but if i bought the item the credits is still there please help // Item ID for Cash. Set to 0 if you don't want use Cash. item_cash: 30590 << This is the Violet Card or 1 Violet Card = 100x Credits and i sell the +10 Sandstorm to 1x Violet Card and i try to buy shop said "YOU DO NOT HAVE ENOUGH CASHPOINT" < (HOW CAN I MAKE THIS COST AN ITEM? )
  12. Help me please im using a 16797 rathena svn . and i cant find atcommand.inc and atcommand_def.inc and the line on pc.h diff --git a/src/custom/atcommand.inc b/src/custom/atcommand.inc index afb74b2..76fe9c8 100644 --- a/src/custom/atcommand.inc +++ b/src/custom/atcommand.inc @@ -17,3 +17,25 @@ // clif_specialeffect(&sd->bl, 343, AREA); // return 0; //} + +ACMD_FUNC(bst) { + struct map_session_data *pl_sd; + struct s_mapiterator* iter; + char aaa[255]; + nullpo_retr(-1, sd); + if ( !message || !*message ) { + clif_displaymessage(fd, "Please, enter a message (usage: @bst <message>)."); + return -1; + } + if ( sd->bst_delay + 60 > (int)time(NULL) ) { + clif_displaymessage(fd, "There is a 60 seconds delay of using this command again"); + return 0; + } + sprintf( aaa, "[Market] %s : %s", sd->status.name, message ); + iter = mapit_getallusers(); + for ( pl_sd = (TBL_PC*)mapit_first(iter); mapit_exists(iter); pl_sd = (TBL_PC*)mapit_next(iter) ) + clif_broadcast2( &pl_sd->bl, aaa, strlen(aaa) +1 , strtol("0x9999FF", NULL, 0), 0x190, 12, 0, 0, SELF); + mapit_free(iter); + sd->bst_delay = (int)time(NULL); + return 0; +} \ No newline at end of file diff --git a/src/custom/atcommand_def.inc b/src/custom/atcommand_def.inc index 300944c..c739f71 100644 --- a/src/custom/atcommand_def.inc +++ b/src/custom/atcommand_def.inc @@ -9,3 +9,5 @@ **/ //ACMD_DEF(newcommand), + +ACMD_DEF(bst), \ No newline at end of file diff --git a/src/map/pc.h b/src/map/pc.h index 12b36dd..bcf4dd9 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -580,6 +580,7 @@ struct map_session_data { int16 icon; int tid; } bonus_script[MAX_PC_BONUS_SCRIPT]; + int bst_delay; }; enum weapon_type { help me how to add this src by not updating my svn because i changed alot of src on my svn now (
  13. up i got error when i recompile
  14. - script KillCashPoint -1,{ OnPCKillEvent: if (killedrid==getcharid(0)) end; //No Points, killed himself if (lastkilled==killedrid){ set lkcount,lkcount+1; if (lkcount>=5){ set #CASHPOINTS,#CASHPOINTS-3; dispbottom "You have Lose 3 points of Honour. Your Total Points are "+#CASHPOINTS; atcommand "@nuke "+strcharinfo(0); end; } else{ set #CASHPOINTS,#CASHPOINTS+1; dispbottom "You have gained 1 Point of Honour. Your Total Points are "+#CASHPOINTS; end; } } else{ set lastkilled,killedrid; set lkcount,1; set #CASHPOINTS,#CASHPOINTS+1; dispbottom "You have gained 1 Point of Honour. Your Total Points are "+#CASHPOINTS; end; } } Help me someone add if the player get killed lose 1 Cash Point Thanks!!
  15. when i click +20 Refine npc [bestri] at prt_in 90 72 i always gets this error
  16. Golden Thief Bug Card : Nullify all magic spells, including supportive skills, that target the owner at the cost of doubling SP Consumption cost when using skills. High Wizard Card : Ignores MDEF of normal monsters. Slows your casting time by 2x. Reduces SP regeneration rate by 100%. Drain 2000 SP as the headgear is unequipped. I need a Card that counters Golden Thief Bug Card. Example If someone wearing GTB card, magic spells can't hit him but if the caster of magic will wear this Golden Thief Bug Counter Card which has the effect that bypass GTB by 50% Up
  17. /helpI want to create a card that counters the Golden Thief Card effect by 50%.
  18. NPC will add slot item like sunglasses ,dark blinder , elven ears,Evil Wing Ears,Angel Wing Ears.. HELP. Anyone? ^
  19. +20 NPC Refiner when i click the npc Error and Debug show.
×
×
  • Create New...