Jump to content

Mootie

Members
  • Posts

    815
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mootie

  1. Mootie

    Novice Zone

    oh thanks for this btw this is supports 2-1 right?
  2. Mootie

    Novice Zone

    As a tittle says novice zone instead express novice that gives instant level 15 and job level 10 well im going to say it will be a vice versa again like old times we had this novice zone in eathena seems i cant find in eathena so im going to request it in here. So yeah this novice zone contains a poring,drops,poporing a little map for this novice zone and then a npc for exit Story line Oh a novice!! what i can do for you? next: You want to train in my ground? next: Okay,Good Luck then for the exit Are you done? next: Have a safe journey!! thanks in advance.
  3. i just put recaptha enable and put public and private keys
  4. the image for Captcha didn't shows and i already tryed making my own captcha via google it says security codes is incorrect which is i think that the Capthca didnt recognize via google itself so im little confuse about this This is your reCAPTCHA public key [REQUIRED FOR RECAPTCHA] (sign up at http://www.google.com/recaptcha) if youse that saying security codes bla bla bla
  5. Mootie

    Possible?

    no its not a custom card i was about to modify the orignal
  6. Mootie

    Possible?

    Turtle General - Increases damage of attacks by 20% (Does not work on Soul Breaker, Cart Termination or Magic Attacks).
  7. Mootie

    Converting

    oh there ya go i was thinking that function already just got me awesome o.o look at this exhanger prontera,155,181,5 script Sample#exchange 757,{ mes "Hi , "+strcharinfo(0)+" i can exchange your ^FF0000Poring Points^000000 for items."; next; mes "You have "+@Poring_Points+" Points. You've killed a total of "+( @Poring_Points / .Points )+" Poring."; mes "What would you like to exchange for ?"; next; for( set .@i,0; .@i < getarraysize( .ItemID ); set .@i,.@i + 1 ) set .@Menu$,.@Menu$ + "[ "+.Cost[.@i]+" P ] "+.Amount[.@i]+" x "+getitemname( .ItemID[.@i] )+":"; set .@i,( select( .@Menu$ ) - 1 ); mes "You have selected ^FF0000"+getitemname( .ItemID[.@i] )+"^000000"; mes "[ Cost : "+.Cost[.@i]+" Points ] "; mes .Amount[.@i]+" x "+getitemname( .ItemID[.@i] ); if( @Poring_Points >= .Cost[.@i] ){ if( select("Exchange:Cancel") == 1 ){ getitem .ItemID[.@i],.Amount[.@i]; set @Poring_Points,@Poring_Points - .Cost[.@i]; } }else{ mes "But, you dont have enough Points..."; } close; OnInit: // Mob ID + Points Reward //set .MobID,1002; //set .Points,2; // Item Exchange + Amount setarray .ItemID[0],607,608,512; setarray .Amount[0],1,2,3; setarray .Cost[0],2,4,6; end; //OnNPCKillEvent: //if( killedrid == .MobID ){ // set @Poring_Points,@Poring_Points + .Points; // dispbottom "[ Point Reward ] Gained "+.Points+" Points. Total : "+@Poring_Points+" Points."; } end; } correct? but i will remove onnpckillevent
  8. Mootie

    Converting

    its look like there is alot of missing tab another error show up after i put correct tabs
  9. Mootie

    Converting

    for real im still wondering how to convert those i still cant get it with this o.o lol //===== rAthena Script ======================================= //= Poring Summoner //===== By: ================================================== //= Bahmut (Made it automated) //= MoonlightRO (Original) //===== Current Version: ===================================== //= 1.4 //===== Compatible With: ===================================== //= TXT & SQL //===== Link to orginal: ===================================== //= [url="http://www.eathena.ws/board/index.php?showtopic=236779"]http://www.eathena.w...howtopic=236779[/url] //============================================================ - script Poring Summoner -1,{ OnInit: //---- NPC Config ----- set #Poring_Points+1, set .SpecialPorings,2; set .NormalPorings,2; //--------------------- initnpctimer; end; OnSpecialKill: set .SpecialPorings[1],.SpecialPorings[1]-1; announce strcharinfo(0) + " got a " + getitemname(.ItemID) + "!",bc_map; getitem .ItemID,1; goto PoringCount; OnNormalKill: set .NormalPorings[1],.NormalPorings[1]-1; goto PoringCount; PoringCount: announce "Special Poring: " + .SpecialPorings[1] + " || Normal Poring: " + .NormalPorings[1],bc_map; if(!.SpecialPorings[1]) goto EndEvent; end; OnTimer216000000: RestartEvent: killmonster .Map$,"All"; set .Event,0; set .SpecialPorings[1],0; set .NormalPorings[1],0; removemapflag .Map$,mf_noskill; set $@ran, rand(1,10); if ($@ran == 10) set .Map$,"lighthalzen"; if ($@ran == 9) set .Map$,"louyang"; if ($@ran == 8) set .Map$,"comodo"; if ($@ran == 7) set .Map$,"xmas"; if ($@ran == 6) set .Map$,"aldebaran"; if ($@ran == 5) set .Map$,"izlude"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera"; setmapflag .Map$,mf_noskill; monster .Map$,0,0,"Poring",1002,.SpecialPorings,"Poring Summoner::OnSpecialKill"; monster .Map$,0,0,"Poring",1002,.NormalPorings,"Poring Summoner::OnNormalKill"; set .SpecialPorings[1],.SpecialPorings; set .NormalPorings[1],.NormalPorings; announce "The Poring Event has begun!",bc_all; announce "Location: " + .Map$,bc_all; announce "Special Poring: " + .SpecialPorings,bc_all; announce "Normal Poring: " + .NormalPorings,bc_all; setnpctimer 0; end; }
  10. Mootie

    sprite help

    are you using 2012+ client?
  11. thanks since i cant decompile my old .lub so i made a new iteminfo.lub with this http://svn6.assembla.com/svn/ClientSide/Lua_Project/System/ and this is my 1st time adding thru 2012+ for the patch since i added some custom items along with grf which is already fixed via data folders
  12. i use 2012-04-10 client and i need to get modify my iteminfo.lub and when im going to make it patch instead unicode ill go for Acsii? is that correct?
  13. so you mean before i apply my custom items i need to add new iteminfo.lua? for the patch that i've made?
  14. show the errors its better.. try this http://subversion.as...de/Lua_Project/ get a latest lua with src and get towninfo.lua or lub but still better have a screenshot
  15. i have a little question i know about those but i was a little confuse about the thor when im applying my custom items it wont shows i mean i put them in right directory nothing it just become apple.when i try to look over my grf those files that i put is in the correct path and plus all corrected if i use my client read data folder first the item shows but when i just let my client read my .grf it wont show kinda weird
  16. Will helps alot for those people harding to add custom items +1
  17. well good luck try to use search engine if non then its ur bad luck
  18. try to look at your item_bonus.txt and some idea in ratemyserver.net for the items that similar to that its better to search than asking
  19. get multy current shops by emistry instead using that one
  20. Dude just download somewhere else in rathena just search engine on it and you will find a clean data folder for localhost or offline o.o seems like you can do searching so here i refer to you this http://rathena.org/b...-folder/unread/ and get grf build or else go to youtube or ask google. weirdos!
  21. how about for the disband guild icon?
  22. yeah i am using a rA 1 moment let me go to my dedicated and check for the error here i guess i fixed it using this callfunc("dispell");
×
×
  • Create New...