Jump to content

Hyoru

Members
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Hyoru

  1. sir Brynner do you have that script? Please share with us Thanks Adv.
  2. Hyoru

    Menu Ceres CP

    hello, someone knows how to add a menu in Ceres CP? I need 2 menu, one that appears without login and another if you are loged. Thanks Adv.
  3. Hyoru

    Shop

    Hello, I have a invasion event, player gets a custom points i mean, when a mob is killed: set pointo,pointo+50; its possible make a Shop like Cash shop, but using those points to buy stuffs?? Thanks Adv. I solved with Emistry Shop. Thanks
  4. Someone have it? Or know how to show my ranking on ceres, please help me. Thanks Adv.
  5. Hello! I'm trying to add a new armor, Green Valkyrie Armor. But i'm noob in this part... 20280,gva,Armadura das Valquírias,5,0,,2800,,6,,1,0xFFFFFFFF,7,2,16,,0,1,0,{},{},{} gva is the drop.spr and then i added id2num2itemdisplaynametable: 20280#Green Valkyrie Armor# idnum2itemdesctable: 20280# Description # idnum2itemdisplaynametable: 20280#Green Valkyrie Armor# idnum2itemresnametable: 20280#gva# I miss something? The item is a apple Please help me. Thanks Adv, Hyoru.
  6. Hi, just want to ask if is possible to give purple or another color to GM names, not adm. Before RagexeRE on sclientinfo i could put [purple] [/purple] something like that, but no longer works. what I want is this: (not chat color) ADM: yellow names and ADM spr. GM: purple names and normal spr. Its possible? Thanks Adv.
  7. Think im dumb or maybe just happy...

  8. Hyoru

    Blade Stop

    thanks a lot!
  9. Hyoru

    Blade Stop

    Hi, I need to block the use of itens when a player is using Blade Stop, like when frenzy is on. Thanks Adv.
  10. Hyoru

    Host Security

    Thanks guys. guess i fixed thanks all.
  11. Hyoru

    Host Security

    Hello, this morning someone entered my host Easyphp, he give him level 99 and give itens for everybody, that part I already fixed. what happened: I forgot to delete the test login. Id: ragnarok, pass: ragnarok... yeah, i know im dumb. but i changed the password, GM's accounts too, and I said to everyone to change they own account password, i deleted the ragnarok ragnarok of course... and today the person that did it, said the server still vulnerable... What he could possibly do to I still be vulnerable? and how I can fix it? Please help me guys =/ thanks adv.
  12. Hi, I found this event here in rathena "Cluck! Cluck! Boom", but its too hard to win, i want raise the chances to win. Here is the script: //===== Athena Script ===================================== //= Cluck! Cluck! Boom! //===== By Keale of VoidRO ================================ //= http://voidro.com //===== Description ======================================= //= Click the chicken and try retrieve the item at a low //= chance. If you fail he will nuke, freeze, stone, //= stun, or make you fall asleep. //= The prize is configurable and triggered by the NPC. //===== Credits =========================================== //= LuTze for his 'Chicken of Punishment' script. //= BrianL for suggesting the 'switch' command. //===== Version =========================================== //= v1.1 //========================================================= //= v1.0 - First release. //= v1.1 - Using 'switch rand' instead. //========================================================= prontera.gat,147,173,4 script Cluckers 800,{ if ($@startcluck == 1) goto L_playcluck; cluckcluck: if (getgmlevel() >= 80) goto cluckadmin; mes "[Cluckers]"; mes "Cluck cluck! Cluuuuuck?"; mes "Cluck...."; close; cluckadmin: mes "[Cluckers]"; mes "Cluck cluck! Cluuuuuck? ^FF0000~Hi GM " + strcharinfo(0) + ", Wanna play today?~^000000"; mes "Cluck cluck... CLUCK! ^FF0000~Just tell me what to do!~^000000"; switch(select("Start Event:Check Prize:Set Prize:Not today Cluckers")) { case 1: next; mes "[Cluckers]"; mes "CLUCK! ^FF0000~Sure thing!~^000000"; emotion 33; close2; goto L_cluckannounce; case 2: next; mes "[Cluckers]"; mes "Cluck, cluck cluck... Cluck! ^FF0000~The current prize is^000000 ^008000"+ $cluck_item_amount +" "+ getitemname($cluck_item_id) +".^000000"; next; goto cluckadmin; case 3: next; mes "[Cluckers]"; mes "Cluck cluck? Cluck??? ^FF0000~What should the prize for winning be? Please input the ID.~^000000"; input $cluck_item_id; next; mes "[Cluckers]"; mes "Cluck? cluuuck? ^FF0000~How many if this item should I give away?~^000000"; input $cluck_item_amount; next; mes "[Cluckers]"; mes "Cluck cluck..? Cluck. ^FF0000~So, the prize is^000000 ^008000"+ $cluck_item_amount +" "+ getitemname($cluck_item_id) +"^000000? ^FF0000Great.~^000000"; emotion 33; next; goto cluckadmin; case 4: next; mes "[Cluckers]"; mes "Cluck cluck cluck..."; close; } L_cluckannounce: announce "[Cluck! Cluck! Boom!] Akan Di mulai Di Kota Prontera!!",bc_blue; initnpctimer; end; OnTimer10000: announce "Tolong Cepat Permainan Ayam Gila Akan Segera Di mulai Di Prontera!",bc_blue; end; OnTimer20000: announce "Bagi Pemenang Akan Mendapatkan Aloe 500 Buah Lho!",bc_blue; end; OnTimer30000: announce "Cara Bermain nya sangat mudah Lho, Kalian Tinggal Klik Npc Ayam nya Setelah itu Jika Kalian Hoki Maka Kalian akan menjadi Pemenang, Berminat??",bc_blue; end; OnTimer40000: announce "Ayooo Teman - Teman Semua Hadiah nya Aloe 500 buah Lumayan Lho!",bc_blue; set $@startcluck,1; end; L_playcluck: specialeffect2 2; switch( rand(15) ) { case 0: npctalk "CLUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 1: npctalk "Cluuuuuck!~"; break; case 2: atcommand "@nuke "+strcharinfo(0); break; case 3: sc_start SC_Freeze,10000,0; break; case 4: npctalk "CLUUUUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 5: sc_start SC_Sleep,10000,0; break; case 6: emotion 29; sc_start SC_Stone,10000,0; break; case 7: npctalk "CLUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 8: npctalk "Cluck! CLUUUCK!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 9: sc_start SC_Stun,10000,0; break; case 10: emotion 29; sc_start SC_Sleep,10000,0; break; case 11: npctalk "Cluck! Cluck!"; break; case 12: sc_start SC_Stun,10000,0; break; case 13: atcommand "@nuke "+strcharinfo(0); break; default: if( rand(50) < 3 ) { npctalk "WOOF!..........."; specialeffect2 72; announce "[Cluck! Cluck! Boom!] " + strcharinfo(0) + " Squeezed out the prize! Well done!",0; getitem $cluck_item_id,$cluck_item_amount; set $@startcluck,0; } else { npctalk "Cluck! CLUUUCK!!"; atcommand "@nuke "+strcharinfo(0); } break; } } Thanks Adv.
  13. OnPCDieEvent: for (set @i,5; @i > 0;set @i,@i-1 ){ dispbottom "You gonna respawn in "+@i+" Seconds"; sleep2 5000; } atcommand "@warp PVPMAP"; //<< warp to a random coords. atcommand "@alive"; // Ressu if you server is blocked to ressu when warp. end; } Got a big problem... everywhere when you die ressu x_x, how can i fix that? Fixed.
  14. Hyoru

    Poring Event

    Thanks a lot guys!
  15. Hyoru

    Poring Event

    Nameless2you he is saying that another player won. and he isnt hide too.
  16. Hyoru

    Poring Event

    Shikka, last thing, promisse (: the npc isn't hide... just after i won he desappear.
  17. Hyoru

    Poring Event

    yeah, just one more thing, when i win, he says: sorry but one player already won. wow... you've won! and give me prize
  18. Hyoru

    Poring Event

    Thanks a lot! but how I can make this event start all days 4PM ? and i got this error
  19. Hyoru

    Poring Event

    pushback or a low chance to get the prize.
  20. Hyoru

    Poring Event

    no... its a NPC, when you click him, you have a chance to win and lose, if you lose you are warped some steps away from him, and if you win he disappear and you get the prize. With a low chance to win... look how this works: If you fail, you'll back some steps away from him and run to "talk" again.... first lucky person, wins.
  21. Hyoru

    Poring Event

    I remember a event like this: Its a Poring NPC, with a small chance to win, if you fail you are warped few steps away from the Poring. The first player that hits correct wins. Someone have something like that? or can give me instruction how to do it? Thanks Adv. (sorry for my bad english)
  22. Hi, there's some way to give colors to GM name without the Admin Spr.? The <yellow> no longer works with RagRE.
  23. Hyoru

    atcommand

    guess its impossible, cause need to pm !ranking#pvp for npc:cmd :/ sorry i'm noob with script.
  24. Hyoru

    atcommand

    Hi, I have a pvp ranking that players can acess typing !ranking#pvp , and I'm trying to put into a npc, when someone select Rank, use !ranking#pvp. I failed trying this: atcommand "!ranking#pvp"; close; someone can help me? Thanks Advanced.
×
×
  • Create New...