iraciz Posted October 27, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted October 27, 2013 (edited) Poring Slots Custom minigame with some cutins! Depending on your luck, you can recieve prizes, die, and fight monsters. https://www.youtube.com/watch?v=Shnz0CElWO4 << Any Upper Headgear random enchanter NpC >> This is a NpC that will enchan any Top hat the player wear, in change player must have a certain amount of a required item in the inventory, and the gear equiped. Main idea taken from Hammer Time mid gear enchant, but this is upper, and the enchant is any random +1 stat! traduced script attached easy to edit item amount, and random enchants http://www.youtube.com/watch?v=bdUDOEie8J8 << PvP with board message and number of users inside room >> 2 in 1 NpC that will teleport player to a pvp map, or the Battleground Room, this one is for beginners, NpC have a chart showing current users inside the room, also announces in all the server the entrance of any char to the mentioned room. << Item with Endower Function >> Cansado de los Scrolls? Cansado de Ocupar todas las barras con ellos? les hago entrega de una maravilla vanguardista, una de mis creaciones, patentada Endower Catalyzer! - Que es? El Endower como su nombre lo indica es un artefacto que cambia el elemento del arma! -en que se diferencia? a diferencia de los scrolls de elemento, el Endower marcara el elemento con un icono de estado, cosa que permitira al usuario conocer, que propiedad lleva actualmente el arma que se equipa. otra diferencia grande y notable, es que el objeto no se consume con ser usado, osea que es infinito, pero la intencion del mismo es ser utilizado como un objeto rental, que bien podria tener desde 1 a 3 dias de duracion. - Como funciona? Para encender el catalyzer es necesario un jellopy (id 909), un encendido permite al usuario activar el objeto por un ciclo! Para iniciar un ciclo se consumira un<jellopy> y se cambiara a Fuego posteriores usos del objeto cambiaran elementos en el siguiente orden: -Viento -Agua -Tierra -Shadow - En shadow termina el ciclo, y si se activa nuevamente el objeto se volvera al Fuego, cada vez que se reinicie el fuego sera consumido otro Jellopy. Usarlo sin jellopy! Usarlo sin jellopy, hara inservible el catalyzer, ya que necesita quemar algo para cambiar el elemento del arma. ademas cada intento de uso sin jellopy causara daño al user! Si se insiste demasiado existe el riesgo de que explote, destruyendo el item y matando al usuario y todo a su alrededor recibira daño, se perdera el objeto definitivamente, y es una llave al suicidio. Video del uso El archivo tiene sus Sprites, Texturas, Script de item y Script de funcion << @cashpoint command >> Source Edit Guide to create a custom command for users in which you can view your current cashpoints, making it to display the info in the bottom (chat bar) << Make Every MvP Monster drop a Specific Item >> This is a Simplified method to get a certain Item --> straight to your inventory when owning a MvP, and being the MvP The diference of this one is that, the item don´t goes to the floor. Original idea was taken from this site, but the item was dropped in the floor, and the ids of every simple boss were required to be added in that script. http://rathena.org/board/topic/83519-please-help-urgent/?hl=%2Bmvp+%2Bdrop+%2Bgold+%2Bcoin my version, don't need to add any mvp ids, it just read when a char gets the MvP, and send the item to the inventory. easy edit of item id, drop chance, and amount of items headchant.txt playervsplayer.txt Cashpoint Command Guide.patch gcoin.txt catalyzer.rar Edited May 19, 2014 by iraciz 2 Quote Link to comment Share on other sites More sharing options...
Chiaki Posted October 27, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 72 Reputation: 11 Joined: 10/17/13 Last Seen: May 24, 2017 Share Posted October 27, 2013 Awesome! that PVP teleporter looks cool 1 Quote Link to comment Share on other sites More sharing options...
krashdragon Posted November 13, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 56 Reputation: 4 Joined: 06/20/13 Last Seen: August 31, 2021 Share Posted November 13, 2013 hi,head enchant work in hercules? Quote Link to comment Share on other sites More sharing options...
iraciz Posted November 17, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted November 17, 2013 hi,head enchant work in hercules? I don't Know, try it, I only learned to do everything here in rathena. Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted December 2, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted December 2, 2013 about the headenchant, i saw it's adding an additional name (STR+1) on the item. i did try it but it's not adding any "(STR+1) itemname" Quote Link to comment Share on other sites More sharing options...
iraciz Posted December 4, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted December 4, 2013 (edited) about the headenchant, i saw it's adding an additional name (STR+1) on the item. i did try it but it's not adding any "(STR+1) itemname" HEY BRO! you must edit the cardprefixnametable and add the enchant id to the list just like that: 4700#(Str+1)# 4701#(Str+2)# 4702#(Str+3)# 4710#(Int+1)# 4711#(Int+2)# 4712#(Int+3)# 4720#(Dex+1)# 4721#(Dex+2)# 4722#(Dex+3)# 4730#(Agi+1)# 4731#(Agi+2)# 4732#(Agi+3)# 4740#(Vit+1)# 4741#(Vit+2)# 4742#(Vit+3)# 4750#(Luk+1)# 4751#(Luk+2)# 4752#(Luk+3)# Edited December 4, 2013 by iraciz 1 Quote Link to comment Share on other sites More sharing options...
caizercafe Posted December 5, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 62 Reputation: 1 Joined: 10/09/13 Last Seen: December 20, 2013 Share Posted December 5, 2013 thanks for sharing icariz Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted December 10, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted December 10, 2013 hi, how did you change the color font in your waiting room? that "12" ? Quote Link to comment Share on other sites More sharing options...
iraciz Posted December 12, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted December 12, 2013 hexcode Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted December 13, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted December 13, 2013 you mean this? ^FF0000 12 ^000000? darn , it doesn't seem to work for me haha.. how exactly did you put it... Quote Link to comment Share on other sites More sharing options...
iraciz Posted May 19, 2014 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted May 19, 2014 changelog in catalyzer, improved Sprite, and improved collection bmp, new functions. Quote Link to comment Share on other sites More sharing options...
MelMel Posted June 24, 2014 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 114 Reputation: 1 Joined: 01/22/12 Last Seen: December 10, 2017 Share Posted June 24, 2014 your poring slot cannot be download >.< Quote Link to comment Share on other sites More sharing options...
iraciz Posted June 24, 2014 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted June 24, 2014 your poring slot cannot be download >.< thanks! working on it Quote Link to comment Share on other sites More sharing options...
MelMel Posted June 25, 2014 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 114 Reputation: 1 Joined: 01/22/12 Last Seen: December 10, 2017 Share Posted June 25, 2014 your poring slot cannot be download >.< thanks! working on it looking forwards to be able to download it >.< can i request 1 in english >.< thanks in advance Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted June 25, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted June 25, 2014 (edited) really cool scripts , did they all go testing but pity the Slots.rar does not go can you please the slots.rar new uploading ? Edited June 27, 2014 by EL Dragon Quote Link to comment Share on other sites More sharing options...
krafz Posted July 31, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 05/09/13 Last Seen: February 19, 2015 Share Posted July 31, 2014 Porfabor mandame el slot pleas no se puede descargar gracias Quote Link to comment Share on other sites More sharing options...
pukay Posted August 30, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 05/10/14 Last Seen: March 3, 2015 Share Posted August 30, 2014 cant download the poring slot.rar not yet approve by administrator =_= why slot.rar cant download =_= please fix the download link.... maybe it is not yet approve by admin Quote Link to comment Share on other sites More sharing options...
n0stalgia Posted August 31, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 47 Reputation: 0 Joined: 01/16/12 Last Seen: Friday at 09:25 AM Share Posted August 31, 2014 pease fix the DL link of Slots.rar. we can't access the link .. TIA Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.