Jump to content

jcgt85

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    México
  • Server
    ShurritoRO

Recent Profile Visitors

2221 profile views

jcgt85's Achievements

Poring

Poring (1/15)

0

Reputation

  1. jcgt85

    Colosseum

    Hi c: This is an idea taken from RO2, I dunno if its possible or someone likes it. At a certain time 2 times a day (3pm & 8pm for example), the server makes an announcement and a npc appears in prontera to invite the players to join the Colosseum, when you accept it takes you to a map, say guild_vs4 ... In there, when a certain number of players are there (15-20 maybe?), pvp is activated to start with the 1st round (there's a total of 5 rounds). Each round is about 3 minutes... after the 1st minute aggro mobs appears to attack the players... The players that gets more points (if we suppose that each player kill is 2 points and each mob kill is 1 point) advance to the next round, the last places (from 3 to 5 maybe?) return to prontera. At the end of each round the script evaluates the players that advanced (with the points obtained from the kills), and gives them a certain quantity of "pvp points" or "blood points" or whatever you wanna call them... This points can be exchanged for prizes with some npc shop. The 5th round winner obtains an item for winning the Colosseum. In the map: - To the low level players, their HP increases so they can participate (I dunno if the hp can be raised depending on the level, so everyone has more less the same hp). When going out of that map, the hp returns to normal. - The names of the players in the Colosseum are hidden (fakename at entering maybe?) - Players cannot talk in that map ( I dunno if this can be done though ) - When someone kills you, 5 secs pass and then you are automatically resurrected in some place in the map (not in the same place, to avoid farming), until the round ends. - Between rounds there are 20secs of waiting - In the last round mobs doesn't appear, so you have to kill players. This is the Colosseum in RO2 I dunno if someone's interested in making this script of if its possible to make something like this c: but it would be awesome if it can be done and someone wants to :3 , I think it would help a lot of servers lol. Thanks!
  2. Solo preguntaba para poder saber como explicarlo ya que no entendia bien eso de los niveles, pero esta perfecto. Gracias c: !!
  3. Ya lo puse y va excelente :3 gracias por ponerlo *-* Solo una pregunta, como funciona lo de la diferencia de niveles?
  4. Love it! <3 Me gustan las pandora del RO2 jaja Nadamas que termine de ver que ver que items pondré para testearlo y ponerlo Gracias!~
  5. I already tried changing the case 1 lines areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager",getarg(2))+"::OnMobDead"; for either areamonster getarg(1),91,349,137,375,"Fabre",1007,20,"EC_Manager::OnMobDead"; areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager")+"::OnMobDead"; areamonster getarg(1),91,349,137,375,"Fabre",1007,20,instance_npcname("EC_Manager", instance_id())+"::OnMobDead"; But nothing works, for everything was the event not found message, I even tried changing the label OnMobDead to OnmyMobDead, but didn't work either. I really ran out of ideas... can somebody help me with this plz? I'll attach the script. Thanks. EndlessCellar.txt
  6. Hi, I was trying this script Endless Cellar from Chilly / Jezu http://rathena.org/b...ower-by-chilly/ I can create the instance and enter the tower Ok, the mobs are there, but when I kill the mobs, nothing happens, no warp, no announcement, nothing Here's the error that shows up in the console I dunno why it says dup_1 ... I restarted the server, didn't use @loadnpc , neither @reloadscript to load this one. Help? Thanks!
  7. Is it posible for pets to attack other players? Or am I missing some conf..? Sorry, didn't really if the thread goes here or in source. Thanks!
  8. Ya, a ver si puedo traducirlo ahora. Gracias! c:
  9. Hola, una pregunta.. ya que baje el script, lo abro y en lugar de salir texto en koreano, sale todo gibberish... como puedo hacer para ke se vea koreano y poder traducirlo? Gracias ._.
  10. Works like a charm. Didn't knew about that escape. Thanks AnnieRuru!
  11. Hi, I was making a script for a Guild Master castle, so he can change the color of their guildmember's chat through the @faction command... But I have a problem with it, it works fine when the character has 1 name, but when their name has 2 or more words, it doesn't work... This is the script. schg_cas03,289,193,3 script Colorful Rainbow 444,{ set .@GIDF,GetCastleData("schg_cas03",1); if (.@GIDF == 0) { mes "[Colorful Rainbow]"; mes "Tu no eres de esta guild."; mes "Fuera de aqui antes de que llame a los guardias."; close; end; } if (GetGuildMaster(.@GIDF) != strcharinfo(0)) { mes "[Colorful Rainbow]"; mes "No molestes, yo solo hablo con ^ff0000"+GetGuildMaster(.@GIDF)+"^000000."; close; end; } mes "[Colorful Rainbow]"; mes "Bienvenido, ^ff0000"+strcharinfo(0)+"^000000..."; mes "¿Que necesitas?"; next; switch (select("Poner color a un miembro:Quitarle color a alguien:Nada")) { case 1: mes "[Colorful Rainbow]"; mes "¿A quien le quieres poner color?"; next; mes "[Colorful Rainbow]"; mes "Recuerda que tiene que la persona debe estar ONLINE para poder ponerle el color"; next; input .@nombre$; if (!isloggedin(getcharid(3,.@nombre$),getcharid(0,.@nombre$))) { mes "[Colorful Rainbow]"; mes .@nombre$ + " no esta conectado"; close; end; } else if (getcharid(2,.@nombre$) != .@GIDF){ mes "[Colorful Rainbow]"; mes .@nombre$ + " no es de tu guild"; close; end; } attachrid(getcharid(3,.@nombre$)); atcommand "*faction " + .@nombre$ + " " + 1; mes "[Colorful Rainbow]"; mes "Listo, eso fue todo."; close; end; case 2: mes "[Colorful Rainbow]"; mes "¿A quien le quieres quitar color?"; next; mes "[Colorful Rainbow]"; mes "Recuerda que tiene que la persona debe estar ONLINE para poder quitarle el color"; next; input .@nombre$; if (!isloggedin(getcharid(3,.@nombre$),getcharid(0,.@nombre$))) { mes "[Colorful Rainbow]"; mes .@nombre$ + "no esta conectado"; end; } attachrid(getcharid(3,.@nombre$)); atcommand "@faction " + .@nombre$ + " " + 0; mes "[Colorful Rainbow]"; mes "Listo, eso fue todo."; close; end; case 3: mes "[Colorful Rainbow]"; mes "Vuelve pronto"; close; end; } } When the character's name that the GL put has 2 or more words, it says "Faction not found, use @faction <faction ID>"... And its because when a character has 2 names I have to use "" ... But I have no idea how to put them in the script D: Need help u.u' PS. Yeah, the * in my server is the #...
  12. Hola Ziu, molestandote de nuevo si puedes subir la version 1.1 c: Gracias!
  13. Hola Ziu, Podrias re-subir estas quest de nuevo?, te lo agradecere mucho C: Gracias!
×
×
  • Create New...