Jump to content

WhatFT

Members
  • Posts

    511
  • Joined

  • Last visited

Everything posted by WhatFT

  1. Use this site, This will help you Just rip the GRF then your done ! http://rathena.org/tools/login_background/
  2. What is the current item script for this? #20001 All Stats +1 [Refine 5~7] Increase damage to Demi-human by 5% [Refine 8~10] Max HP +20% #20002 All Stats +1 Each +1 refine will increase their damage to Demi-human by 2%. THANKS IN ADVANCE !
  3. /rathena/trunk/conf/atcommand_athena.conf https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/atcommand_athena.conf
  4. Okay sir, I don't know the format in No Pots.. Item ID - 547 Map : deathmatch Zone : 1 I did this.. item_noequip.txt 547,1 restricted.txt //Deathmatch PvP deathmatch restricted 1
  5. Hmm okay, how about adding a new map sir Emistry, means instead of 2 pvp map, I 'll use 3 pvp map..
  6. Can anyone help me edit this script and add NO POT PVP ROOM? /* Written by Nameless2you Script is allowed to be re-configured and used in parts or whole. Please credit if used. Uploaded to http://upaste.me Details: -Enable & Disable PvP Rooms 1 & 2. -GM Menu for the 2 above and to kick a player. -Kick a player -GVG On/Off switch */ - script PvP-Controller -1,{ mes "[PvP Warper]"; mes "What would you like me to do?"; if(getgmlevel() >= .gmaccess) select( ((.pvp_1 && getmapusers("deathmatch") < 129)?"Warp to Room 1 [^0000FF"+getmapusers("deathmatch")+"^000000/^FF0000128^000000]":""), ((.pvp_2 && getmapusers("pvp_y_1-2") < 129)?"Warp to Room 2 [^0000FF"+getmapusers("pvp_y_1-2")+"^000000/^FF0000128^000000]":""), ((!.pvp_1)?"^00FF00Enable Deathmatch^000000":"^FF0000Disable Deathmatch 1^000000"), ((!.pvp_2)?"^00FF00Enable Izlude PvP^000000":"^FF0000Disable Izlude PvP 2^000000"), "Kick a player", ((!.gvg_1)?"^00FF00Enable GvG on Room 1^000000":"^FF0000Disable GvG on Room 1^000000"), ((!.gvg_2)?"^00FF00Enable GvG on Room 2^000000":"^FF0000Disable GvG on Room 2^000000") ); else select( ((.pvp_1 && getmapusers("deathmatch") < 129)?"Warp to Room 1 [^00FF00"+getmapusers("deathmatch")+"/128^000000]":""), ((.pvp_2 && getmapusers("pvp_y_1-2") < 129)?"Warp to Room 2 [^00FF00"+getmapusers("pvp_y_1-2")+"/128^000000]":"") ); switch(@menu){ case 1: next; warp "deathmatch",0,0; announce strcharinfo(0)+" entered Deathmatch PvP",0; end; case 2: next; warp "pvp_y_1-2",0,0; announce strcharinfo(0)+" entered PvP Izlude",0; end; case 3: next; if(.pvp_1){ mes "[PvP Warper - GM Menu]"; mes "You turned PvP Room 1 Off."; set .pvp_1,0; close; } else { mes "[PvP Warper - GM Menu]"; mes "You turned PvP Room 1 On."; set .pvp_1,1; close; } case 4: if(.pvp_2){ next; mes "[PvP Warper - GM Menu]"; mes "You turned PvP Room 2 Off."; set .pvp_2,0; close; } else { mes "[PvP Warper - GM Menu]"; mes "You turned PvP Room 2 On."; set .pvp_2,1; close; } case 5: next; mes "[PvP Warper - GM Menu]"; mes "What player would you like to kick?"; mes "Press 0 to cancel."; input .@input$; if(.@input$ == "0") close; next; mes "[PvP Warper - GM Menu]"; mes ""+.@input$+" has been warped back to his save place."; atcommand "#return "+.@input$; close; case 6: if(.gvg_1){ next; mes "[PvP Warper - GM Menu]"; mes "You turned GvG Off in Room 1."; mes "You turned PvP On in Room 1."; set .gvg_1,0; removemapflag("deathmatch",mf_gvg); setmapflag("deathmatch",mf_pvp); close; } else { mes "[PvP Warper - GM Menu]"; mes "You turned GvG On in Room 1."; mes "You turned PvP Off in Room 1."; set .gvg_1,1; removemapflag("deathmatch",mf_pvp); setmapflag("deathmatch",mf_gvg); close; } case 7: if(.gvg_2){ next; mes "[PvP Warper - GM Menu]"; mes "You turned GvG Off in Room 1."; mes "You turned PvP On in Room 2."; set .gvg_2,0; removemapflag("pvp_y_1-2",mf_gvg); setmapflag("pvp_y_1-2",mf_pvp); close; } else { mes "[PvP Warper - GM Menu]"; mes "You turned GvG On in Room 2."; mes "You turned PvP Off in Room 2."; set .gvg_2,1; removemapflag("pvp_y_1-2",mf_pvp); setmapflag("pvp_y_1-2",mf_gvg); close; } } OnInit: //On Server restart set .pvp_1,1; //0 = Off, 1 = On set .pvp_2,1; //0 = Off, 1 = On set .gvg_1,0; //0 = Off, 1 = On set .gvg_2,0; //0 = Off, 1 = On set .gmaccess,90; //Required GM level to receive menu end; } //OMG it duplicates!! belagio,48,73,5 duplicate(PvP-Controller) PvP Warper#01 459 belagio,99,64,5 duplicate(PvP-Controller) PvP Warper#02 459 job3_sha01,68,30,5 duplicate(PvP-Controller) [Hex]PvP Warper 459 jawaii,209,296,5 duplicate(PvP-Controller) [DW]PvP Warper 459 ra_temsky,53,138,5 duplicate(PvP-Controller) [Galaxy]PvP Warper 459 THANKS GUYS ! Please post in pastebin or upload an attachment thank you XD
  7. This is disabled in GvG right? and WoE SE?
  8. What will I change or edit in the skill.c? I try to check..
  9. Aw ! I don't know how to configure src files... =/
  10. How to enable it? I already removed them in the skill_nocast_db.txt and still nothing happen
  11. Try editing this part, I use the same script.. case 1: callsub OnBuyItem,7293,10,916,200,<item id>,<amount>,<item id>,<amount>,10000000,"SZeny",20001,1; 7293 - Rose Quarts Amount : 10 916 - Feather of Birds Amount : 200 Add another Item then the second is amount, then another item then amount...
  12. It's working now, Thanks sir Emistry !
  13. @quesoph Thank you sir ~ It's working now
  14. I added them and I use 0x00160850 but still no jobs can wear it >.< Need help please =( I need it on how they will be inserted to their respective jobs... 1. All Jobs Except Paladin 2. Stalker & Paladin Only
  15. How to enable High Jump in that pvp room? (pvp_y_1-2) I already removed the High Jump in the "skill_nocast_db.txt" But still, High Jump won't work...
  16. What is the exact job restriction for this one? All Jobs except Paladin, ADVANCE THANKS GUYS !
  17. I can share you my script if you want, but that only hold the castles Kriemhild (prtg_cas01) and Scarlet Palace (payg_cas02). Reply if you wanted it ~
  18. You just need to name it "src_logo.bmp" and paste it in data/texture/
  19. It's working now ! Thanks tr0n and quesoph.. I added the codes and gave it to my testing char, and finally... it was deleted immediately and I tried even typing the same code, it has no bugs at all, instant delete in "Show Coupons" and in database, looking forward to have improvements and others ~ THANKS ! Suggestions : Try adding some broadcast on it, example <name> obtained <amount> <item id> in Coupon Jack ! .[/b].
  20. The code is deleted in the sql but the codes in-game doesn't erased. I restarted my server and everything. The first version is working fine but the problem is, it has some bugs that can dupe.
  21. I sent you already a reply in your inbox, go check it XD Hope my goldroom will work on your server !
  22. @tr0n Maybe try making it a delay.. Receiving in 3-2-1.. then the dialog box closes then the item will be received something like that sir. The code is being abused on what sir Emistry said, character select or warping in its place..
  23. @Khaii Why don you just make him use @refresh instead of kicking or warping back to the save point...
×
×
  • Create New...