Jump to content

WhatFT

Members
  • Posts

    511
  • Joined

  • Last visited

Everything posted by WhatFT

  1. I use PvP Inside my custom map.. PvPon in mapflag.. nothing more else.. but still high jump can't used ..
  2. Thanks ! It's working now.. sorry didn't notice because I just copied it in eathena XD
  3. I reloaded this in my server and the NPC appears but everytime I click, nothing happens.. belagio,81,82,5 script Woe Prize Giver 835,{ if ( agitcheck() ) goto L_woeon; menu "Kriemhild [Castle 1]",L_prtg_cas01, L_prtg_cas01: if ( getcastledata( "prtg_cas01", 1) != getcharid(2) ) goto L_not_owner; if ( $castle_claimed[1] ) goto L_claimed; if ( getguildmasterid( getcharid(2) ) != getcharid(0) ) goto L_not_gm; mes "receiving the reward for this castle"; getitem 13503,1; set $castle_claimed[1], 1; close; L_woeon: mes "a war is currently in progress"; mes "if your guild owned a castle ask your guild master to see me to claim the reward"; close; L_not_owner: mes "your guild failed to take this castle"; mes "if your guild owned a castle ask your guild master to claim reward from me"; close; L_claimed: mes "your guild already received the reward for this castle"; close; L_not_gm: mes "ask your guild master to see me"; close; OnAgitEnd: set $castle_claimed[1], 0; // everytime woe ends the variable resets end; OnInit: waitingroom "WOE PrizerGiver",0; end; }
  4. Need help on how to install V4P in Stargames Control Panel.. I found a guide in eAthena but I think it's not working for me, I don't use SQL.. how can I fix that? I have WinSCP also.. Any guide? Don't know anything about php..
  5. I Love waffle ro too long time ago ! Is this working btw? XD Cause I'm here again to ask for some tabbings sorry.. What if the each rebirth must hunt different kinds of items?
  6. What if getting an Item not Cash Point? Example, they will get 1 Gold Coin( ID# 671)..
  7. Thank You sir, I'll try it sorry because I don't know how to tab them >.< Confuse about it..
  8. Thanks deathscythe03, ahm, last request, can you upload it in pastebin =(
  9. Can anyone help me with this script? Can someone edit this script and add Auto Kick when they AFK in a certain minute (2 mins) and only works in bat_c01. Or Can anyone make a script where the script ONLY WORKS on bat_c01. //********************************************************************************************************************************************************************************* //********************************************************************************************************************************************************************************* //***-- Script by : //***-- Syllabear //*** //********************************************************************************************************************************************************************************* //********************************************************************************************************************************************************************************* //***-- Messages : //***-- I will do my best to help you //***-- More Details ? PM Me //*** //********************************************************************************************************************************************************************************* //*** //********************************************************************************************************************************************************************************* //***Although these scripts might not suit or follow with what you have requested completely. But i still wish you can give it a try before reject the works. //*** //********************************************************************************************************************************************************************************* //-------------------------MONSTER DATABASE [ REPLACE it in Your MOB_DB.txt ] -------------------------------------------------------------------- //-------------------------NPC [ Warper + Exchanger ] -------------------------------------------------------------------- belagio,72,61,7 script Gold Room 452,{ mes "[ Gold Room Manager ]"; mes "Hello, "; mes "How may i serve for you ?"; mes "I can warp you to a Gold Mine."; mes "Would you like to go there try to get some gold ?"; mes "You could be get rich if you lucky enough."; next; switch(select("Hunt Now:Later")) { Case 1: mes "[ Gold Room Manager ]"; mes "Okay, here you go"; next; mes "[ Gold Room Manager ]"; mes "Enjoy !"; close2; warp "bat_c01",0,0; end; Case 2: mes "[ Gold Room Manager ]"; mes "Okay, I'll wait you."; close; Case 3: mes "[ Gold Room Manager ]"; mes "Do you wish to change it into "; mes "^0000FFBronze Coin^000000?"; next; switch(select("Exchange:Not yet")) { case 1: mes "[ Gold Room Manager ]"; mes "you have "; mes "- "+countitem(969)+" x ^008800 Golds^000000"; mes "- "+countitem(7444)+" x ^008800 Treasure Boxes^000000"; next; switch(select("Gold to Bronze Coin:Treasure Box to Coin")) { Case 1: mes "[ Gold Room Manager ]"; if(countitem(969)<100){ mes "You dont have enough gold with you."; close; } if(countitem(969)>100){ mes "Okay there you go."; mes "100 Gold has been changed to 10 Bronze Coin"; delitem 969,100; getitem 673,10; close; end; } Case 2: mes "[ Gold Room Manager ]"; if(countitem(7444)<100){ mes "You dont have enough treasure box with you."; close; } if(countitem(969)>100){ mes "Okay there you go."; mes "100 Treasure Box has been changed to 10 Bronze Coin"; delitem 7444,100; getitem 673,10; close; end; } } } } } //-------------------------MONSTER SPAWN-------------------------------------------------------------------- bat_c01,0,0,0,0 monster Gold Room Angel 1852,80,0,0,0 bat_c01,0,0,0,0 monster Gold Room Devil 1853,80,0,0,0 bat_c01,0,0,0,0 monster Gold Room Guardian 2071,1,0,0,0 THANK YOU GUYS !
  10. How to make the skill can target only enemies not party members.
  11. How to make the custom sprites like Akatsuki, Yondaime, Bleach Sprite and make them into Style not Equipment? NVM, I think this one will fix it... http://rathena.org/wiki/Custom_Items#Structure Ohh, I already fixed how to make it Syltes but anyone knows how to show the items? It doesn't appear when I equip it
  12. Okay, Thanks Emistry !
  13. Where will I add the loadevent?
  14. Can anyone edit this script? I wanted to make this script works online in bat_c01. Not by Logging In. - script AntiBot -1,{ function GetString; OnPCLoginEvent: switch( rand(2) ){ Case 0: set .@String$,GetString( 15,rand(5,10) ); mes "Input the ^FF0000RED COLOUR^000000 part"; mes "^0000FF"+GetString( 15,rand(5,10) )+"^FF0000"+.@String$+"^0000FF"+GetString( 15,rand(3,10) )+"^000000"; input .@Input$; if( .@Input$ != .@String$ ){ mes "Wrong.."; atcommand "@kick "+strcharinfo(0); } break; Case 1: set .@A,rand(1000); set .@B,rand(1000); mes "If A = "+.@A+" B = "+.@B; switch( rand(4) ){ Case 0: set .@Answer,.@A + .@B; mes "How many is A + B ?"; break; Case 1: set .@Answer,.@A - .@B; mes "How many is A - B ?"; break; Case 2: set .@Answer,.@A * .@B; mes "How many is A * B ?"; break; Case 3: set .@Answer,.@A / .@B; mes "How many is A / B ?"; break; } input .@Input; if( .@Input != .@Answer ){ mes "Wrong"; atcommand "@kick "+strcharinfo(0); } break; } close; function GetString { if( getarg(0) & 1 ) setarray .@List$[ getarraysize( .@List$ ) ],"1","2","3","4","5","6","7","8","9"; if( getarg(0) & 2 ) setarray .@List$[ getarraysize( .@List$ ) ],"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"; if( getarg(0) & 4 ) setarray .@List$[ getarraysize( .@List$ ) ],"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"; if( getarg(0) & 8 ) setarray .@List$[ getarraysize( .@List$ ) ],"!","@","#","$","%","^","&","*","(",")","-","=","/","+"; set .@Str$,""; while( getstrlen( .@Str$ ) < getarg(1) ) set .@Str$,.@Str$ + .@List$[ rand( getarraysize( .@List$ ) ) ]; return .@Str$; } }
  15. Can anyone post this in Pastebin? =/ I don't know how to tab them, sorry newbie..
  16. How to make them avail to attack normal players in skill.db?
  17. This is what I've been looking for ! THANK YOU VERY MUCH !
  18. I can't patch my customs in neoncube >.< After I patch all of them sprites, texture, lua folders and idnum2's. The item In-game shows blank sprite. No Item/Drop Sprite >.<
  19. Well how do you patch your new released customs? Sprites, Texture, Lua....
  20. What patcher is better for patching new released sprites? How to transfer the new released custom sprites in my server? I'm currently using Neoncube. I already made a new GRF with the new custom sprites. But when I logged in, the item doesn't show it's texture or Item/Drop Sprite. Does Thor Patcher better than neoncube? To patch new released customs?
  21. ^ Emperium Breaker Test will work on this too? What if only the Castle Itself..
  22. I need help here ! It's been a week looking for someone to guide me =/ I need help here =/
  23. Hm the lua went there because I used it to convert from lub.. I deleted almost all of the sprite names I've added... then I try to add 1 sprite for test then It works.. it doesn't show the error but the TEXTURE is missing =/.. Item sprite..
×
×
  • Create New...