Jump to content

WhatFT

Members
  • Posts

    511
  • Joined

  • Last visited

Everything posted by WhatFT

  1. WhatFT

    EDP Sacrifice ?

    Oh yeah I forgot, Manabeast is right lol
  2. WhatFT

    EDP Sacrifice ?

    I only did that and my Emperium got 7m HP. Try using @reloadmobdb
  3. WhatFT

    EDP Sacrifice ?

    To change the emperium HP, you'll just need to change it in your mob.db.txt
  4. If people kills another player, they will not earn points instead they will earn coins(custom coins) PvP Coins... 1. PvP Stat Foods 2. Enhanced Healing Pots.. 3. Customized potions (Can use different skills, ex : Storm Gust Scroll, Amplify...etc)
  5. Thansk for adding the rounds Neblim ! I don't know how to make global announcement before the Fast-Type Event starts... Here is the script, I fixed some of text you forgot to remove... It's working fine together with the rounds, but I don't know how to add Announcement before the event starts and how to make codings like Round 1 start, Round 2 Start until the Last Round..It keeps on saying "Round Started" belagio,84,95,5 script Fast-Type Event 421,{ if(getgmlevel() >= 90) callsub L_GM; if( !.Event ) { mes "There is no Event right now."; } else if ( .String$ == "" ) { announce "Round already ended, wait for the next round..",0; } else { mes "Type the Correct Sentences."; mes "^FF0000" + .String$ + "^000000"; input .@Type$; if( .String$ == "" ) { announce "Sorry, " + strcharinfo(0) + " is a bit slow..",0; close; } if ( .String$ == .@Type$ && .Event ) { getitem 673, 5; announce "Fast-Type Event: " + strcharinfo(0) + " typed the correct string!",0; set .String$, ""; set .Round, .Round + 1; donpcevent "Fast-Type Event::OnStart2"; } else { announce "" + strcharinfo(0) + " mispelled some strings XD",0; } } close; OnMinute00: if(.Event) end; donpcevent "Fast-Type Event::OnStart"; end; OnStart: L_Begin: set .Event, 1; set .String$, ""; while( getstrlen( .String$ ) < .Length ){ set .String$,.String$ + .List$[ rand( getarraysize( .List$ ) ) ]; } announce "Round Started !",0; end; OnStart2: sleep2 5000; if(.Round == .Rounds) { if(!.Event) end; announce "Fast-Type Event: Event is over!",0; set .Event, 0; set .Round, 0; end; } if(!.Event) end; announce "Fast-Type Event: Next round starts in 5 seconds...",0; sleep2 5000; if(!.Event) end; goto L_Begin; L_GM: mes "Fast-Type event is" + (.Event?"^00FF00 ON^000000":"^FF0000 OFF^000000"); if(select((!.Event?"^00FF00Start":"^FF0000End") + " Event^000000","Normal Player") == 2) return; switch(.Event) { case 1: set .Event, 0; set .Round, 0; set .String$, ""; announce "Fast-Type Event: A GM has ended the event.",0; break; default: donpcevent "Fast-Type Event::OnStart"; } close; OnInit: set .Length,25; set .Rounds,7; setarray .List$,"A","B","_","D","E","F","=","H","I","J","/","L","M","N","6","P","Q","R","S","T",","; end; }
  6. Thanks Lighta ! Okay, Only problem is the ROUNDS... =/
  7. Thanks Neblim, It works now... I wanted to make this script work every hour with rounds just like the Disguise Event NPC... Can anyone edit tihs one and add ROUNDS on it? and GM Panel also for Starting and Ending the event... THANKS !
  8. Sir Emistry, and others... Can anyoen help me work this script? I requested this script and Emistry made this... The script is working when I loaded but when the event started, it only says when you click the npc... "Type the Correct Answer"... Nothing is showing... only that.. What's wrong with the script? Is this working properly? belagio,84,95,5 script Fast-Type Event 421,{ if( .String$ == "A" ){ mes "There is no Event right now."; }else{ mes "Type the Correct Sentences."; mes "^FF0000"+.Strings$+"^000000"; input .@Type$; if( .String$ == .@Type$ ){ mes ""+strcharinfo(0)+" typed the correct string."; getitem 673,5; set .String$,"A"; }else{ mes "Sorry there is a winner already"; } } close; OnClock0130: OnClock0230: OnClock0330: OnClock0430: OnClock0530: OnClock0630: OnClock0730: OnClock0830: OnClock0930: OnClock1030: OnClock1130: OnClock1230: OnClock1330: OnClock1430: OnClock1530: OnClock1630: OnClock1730: OnClock1830: OnClock1930: OnClock2030: OnClock2130: OnClock2230: OnClock2330: OnClock0030: //etc.. set .String$,"A"; while( getstrlen( .String$ ) < .Length ){ set .String$,.String$ + .List$[ rand( getarraysize( .List$ ) ) ]; } announce "Fast-Type Event has started !",0; end; OnInit: set .Length,6; setarray .List$,"A","B","C","D","E","F","G"; end; }
  9. Ohh okay okay, I don't know that sorry.. Thanks I'll test it.. Okay, done editing it. Thanks guys !
  10. WhatFT

    Fail Chii Ears

    Maybe you put the Drop Sprite in the wrong folder. You forgot to put the .spr and .act files for (gender) sprites. data/sprite/¾Ç¼¼»Ç¸®/ ¿© (Female Sprites) or ³²(Male Sprites) Example : ¿©_Chi_Ears.spr & ¿©_Chi_Ears.act - Female Sprite ³²_Chi_Ears.spr & ³²_Chi_Ears.act - Male Sprite or you can refer on the rAthena Wiki, http://rathena.org/w..._on_Data_Folder
  11. I changed that from (18,28) to (4500,11500)... but everytime I use it, it heals more than 11500...
  12. How to edit or What is the item script for healing items? Example, the description says 1. White Potion Item Description : Heals 4500 ~ 11500 HP 2. Blue Potion Item Description : Heals 450 ~ 750 SP
  13. Okay, I'll follow this, THANKS !!
  14. Sorry, didn't see it while checking awhile ago. Thanks !
  15. Where can I put the .spr and .act of the Custom Hairstyles? Can anyone tell me where are the Exact file locations.. Status Edit By Staff: Resolved
  16. Can you post the screenshots of the steps you've made, Maybe I can help you x) "I'm your old server police staff, "BANNED" is my GM Account name before, I think you'll be remembering me in your server"
  17. Where can I put the BGM for the Main Town? What are the exact file locations XD
  18. Can you give us a screenshot. Try following these steps carefully... http://rathena.org/wiki/Custom_Items#Item_Placement_on_Data_Folder If you do not have that folder names, just copy the name and make a folder of it.
  19. Thanks guys ! I'll do what you've said.
  20. I didn't install the SQL yet because I don't have any idea how to use it in RO. Is there any guides? I use TXT instead of SQL for my test server, but I wanted to use SQL in my Test Server but I don't have any idea, how can I do it? x(
  21. where can I see their Job IDs?
  22. Hey, what is this script all about? Can I ask? XD
  23. It's nothing, when someone is logging in, it always says "close connection", I got doubt with that too but once I get used to it, it has nothing to bother... I GUESS
  24. WhatFT

    Bow

    If I wanted to make the bow 1-handed, where will I change it? Is it in Item_db?
×
×
  • Create New...