Jump to content

iSkiddo

Members
  • Posts

    94
  • Joined

  • Last visited

Everything posted by iSkiddo

  1. When reach floor 99 . whole party suddenly warped back to alberta . ?
  2. Hi ms hysoka . Usually for this 1 , you`ll only need to disable those items @ item_db.txt i think . or if you got 3rd class NPC shop , disable it .
  3. Hi everyone . i was wondering if there is any non bugged endless tower`s script ? its would be great if there is anyone can share me the endless tower script . Cause i been trying to search on the net . There is much script that got too much bug . I been trying to edit 4 script already . all the same Too many bug .. your co-operation is appreciated .
  4. @ngek202 : i have fixed the Lua problem . now i got problem with my custom effect . Well is there anyone knows how to make items effect : " if equipped , User can cast lvl1 skill [ Detect ] " how do i make automatic mount falcon on player ? and automatic dismount falcon upon disequip ?
  5. Someone please take a look with this . really need help here .
  6. guys i got problem with my custom items script . i placed effect as " User graint permenent Magical amplify lvl 3 . " however when the user equip items and cast magic skill , their Matk dropped from 2800 to 2240 . Any ideas ? 26168,Chain,Chain,5,5000,,100,,0,,1,0xFFFFFFFF,7,2,512,,0,0,1221,{ bonus bAllStats,10; bonus bMdef,10; bonus bSpeedRate,40; bonus bIntravision,0; },{ sc_start 118,7600000,3; },{ sc_end 118; }
  7. iSkiddo

    Token Loot

    schg_dun01 mapflag nowarpto schg_dun01 mapflag noskill schg_dun01 mapflag nowarp schg_dun01 mapflag noteleport schg_dun01 mapflag nomemo schg_dun01 mapflag nosave schg_dun01 mapflag nobranch schg_dun01 mapflag noicewall schg_dun01 mapflag nopenalty schg_dun01 mapflag nobranch schg_dun01 mapflag noexp schg_dun01 mapflag noreturn schg_dun01 mapflag pvp_noparty schg_dun01 mapflag restricted 4 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ra_temple,59,145,4 script Token Loot 81,{ if (getgmlevel() >= 80) { // Edit to your desired GM Level mes "[ Event Manager ]"; mes "What do you want to do?"; menu "Start the Event",start,"Stop the Event",stop,"Nothing",-; close; start: next; mes "[ Event Manager ]"; mes "Do you want to start it now or let the timer do the job?"; if(select("- Now:- Timer") - 1) donpcevent "Portal::onstart"; else donpcevent "Portal::OnEnable"; close; stop: donpcevent "Portal::OnDisable"; // Disable Event close; } end; // The NPC cannot be clicked by normal players. } ra_temple,73,132,4 script Portal 45,2,2,{ OnInit: donpcevent "Portal::OnDisable"; //So the event wont start without GM's access end; OnTouch: if( .Event ) sc_start SC_DECREASEAGI,1200000,10; percentheal 100,100; sc_start SC_STRIPSHIELD,1200000,5; //if they wearing a shield then will get this negative buffs sc_start SC_STRIPWEAPON,1200000,5; //if they wearing a shield then will get this negative buffs sc_start SC_STRIPARMOR,1200000,5; //if they wearing a shield then will get this negative buffs sc_start SC_STRIPHELM,1200000,5; //if they wearing a shield then will get this negative buffs warp "schg_dun01",136,142; end; OnDisable: // The NPC do Nothing without GM's Access disablenpc "Portal"; set .DoEvent,0; set .Event,0; end; OnEnable: // Just allow the event to be started automatic enablenpc "Portal"; set .DoEvent,1; end; onstart: // Activate the event and start it immediatly. enablenpc "Portal"; set .DoEvent,1; OnMinute00: if(!.DoEvent) end; set .Event,1; hideoffnpc strnpcinfo(0); announce "Loot event has started. Rush to the Portal.",0; sleep ( 30 * 1000 ); // How long Portal Open ? announce "Portal will be close by now..",0; hideonnpc strnpcinfo(0); set .Event,0; monster "schg_dun01",136,142,"Special Poring",1973,100,strnpcinfo(0)+"::OnMobKilled"; sleep ( 60 * 1000 ); // Last how long the Event ? killmonster "schg_dun01","All"; mapwarp "schg_dun01","ra_temple",119,149; end; OnMobKilled: monster "schg_dun01",0,0,"Special Poring",1973,100,strnpcinfo(0)+"::OnMobKilled"; end; } How do i set timer for this events ? which i wanted this events started once everyday . ? and btw , can anyone help me how do i remove this part from this script ? cause when i remove it , the NPC cannot use .. -__- ! mes "[ Event Manager ]"; mes "Do you want to start it now or let the timer do the job?"; if(select("- Now:- Timer") - 1) And also i still got problem with the Mobs . maybe anyone can give me ideas for the mobs ? cause i got problem edit mobs ( player can only deal " 1 " damage to the mobs ? ) 1973,E_PORING,Poring,Poring,28,100,0,461,284,1,120,320,100,99,1,28,28,0,33,50,10,12,0,0,20,0x11AB,300,1672,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20290,1,20290,1,20290,1 Thanks guys . and also can someone help me how do i make all events stop when woe begun and its only will resume when woe ended ? bump for everyone ? anyone can help me with this please ?
  8. Its Eathena Version SVN r657M Trunk
  9. Sorry because i requested exchanger again . well as for information , mine is not really same as other . my plan is i need converter which can exchange 15 pcs Token(20290) for 1pcs token(20291) and another function will be exchange token(20291) into cashpoint . Im a little confuse with the @input amount thing .. well as here is my script . really hopes someone can help me look at it ? ra_temsky,60,135,3 script Converter 83,{ mes "[Converter]"; mes "what can I do for you?"; Goto L_cash; L_cash: next; mes "[Converter]"; mes "Here the rates about the exchange:"; mes "^FF33552 Heroic Token^000000 - ^FF33551 Sacred Token^000000"; mes "^FF33551 Sacred Token^000000 - ^FF33552 Cash^000000"; mes "Tell me, what choice do you take?"; next; switch( select("^FF33552 Heroic Token Quest^000000 > ^FF33551 Sacred Token^000000:^FF33551 Sacred Token^000000 > ^FF33552 Cash^000000" )){ Case 1: if( countitem(20290) < 15 ){ mes "You didnt have enough requirement."; }else{ mes "How many you want to exchange ?"; mes "Max : Limit "+( #CASHPOINTS / 15 )+" ."; input @Amount,0,countitem(20290); if( !@Amount ) close; next; mes "Okay.."; delitem 20290,@Amount; getitem 20291,@Amount; } close; Case 2: if( countitem(20291) < 1 ){ mes "You didnt have enough "+getitemname( 20291 )+"."; }else{ mes "How many you want to exchange ?"; mes "Max : Limit "+countitem(20291)+" ."; input @Amount,0,countitem(20291); if( !@Amount ) close; next; mes "Okay.."; delitem 20291,@Amount; set #CASHPOINTS,#CASHPOINTS + ( 1 * @Amount ); } close; } L_Thanks: mes "[Converter]"; mes "Pleasure doing business with you."; close; L_No: mes "[Converter]"; mes "Okay~ Bye!"; close; } well actually its emistry`s work . Thanks to him btw . im gonna need to change the ^FF33552 Heroic Token Quest^000000 > ^FF33551 Sacred Token^000000 cause at this moment , its only exchange 1 heroic into 1 sacred token however , my plan is i wanted to exchange 15 heroin token for every 1pcs sacred token ?
  10. well i have tried to remove the 2326,1 and also the 2334,1.. but the 3rd job skill still not there . is there any where that i need to activated the 3rd job skill 1st ? since my server is currently 2nd job only .
  11. Champion - Earth Shaker sniper - - Fear Breeze - Severe Rainstorm - Electric Shocker Lord knight - - Varetyr Spear Whitesmith - Axe Boomerang - Axe Tornado - Research Fire/Earth assassin cross - Phantom Menace - Venom Impress paladin - Earth Drive - Force of Vanguard - Reflect Damage professor - Striking stalker - Reproduce - Body Painting - Masquerade - Enervation - Masquerade - Gloomy creator - Earth Strain - Reverberation - Dominion Impulse clown - Windmill Rush Attack - Harmonize gypsy - Moonlit Serenade ninja - Lightning Walk high wizard - Drain Life high priest - Clearance soul linker - Chain Lightning stargladiator - Tiger Cannon - Fallen Empire - Howling Of Lion gunslinger - Cloaking Exceed
  12. @peopleperson49 : actually , i have try to add something on the skilltree.txt .. however there is nothing happen . except the assassin cross job . its appear like this . but other job , nothing changed .. i attached my skilltree.txt already . maybe someone can help me check on it ? thanks . skill_tree.txt
  13. which files do i need to edit ? can anyone explain me please ? Thanks .
  14. Hi everyone . i got question about adding some of 3rd job skill into 2nd Job trans. I figure out before that i only need to edit the Skilltree.txt inside trunk/db/skilltree.txt However when using this latest SVN , those skill still not added at the skilltree . should be change the skilltree.txt then @reloadskilldb / restart server . those 3rd Job skill were there . Any ideas about this ? Thanks in advance . P/s : Sorry i didnt really sure this thread are posted in right sections . Regrads , Skiddo
  15. iSkiddo

    Token Loot

    btw , can anyone added its autostrip when warping to the arena ?
  16. iSkiddo

    Token Loot

    @emistry , but well yours , when whisper , its didnt start ...
  17. btw , can anyone tell me how do i make effect for when equipped item , user grain permenent magical amplifier ? as i know for grain permenent provoke , should be { },{ sc_start 20,7600000,10; },{ sc_end 20; } then for magical amplifier how ?
  18. iSkiddo

    Token Loot

    @christ , your script quite good . but the mobs automatically respawn when all mobs died . ( which i need it only limit 40 mobs only and its wont respawn another mobs . ) also your NPC , the events manager didnt really working great . when i choose "Start now" , the npc wont start however when i choose timer , its started as soon as i choose the " Timer " @emistry , yours quite good . but the NPC shouldnt need to click . player need to enter portal to join events . and guys , how to make each player can only deal 1 damage to mobs and mobs only have 40 HP . Thanks for you two btw . you really a great helper . : ) p/s : sorry for my bad english . ( learning )
  19. iSkiddo

    Token Loot

    @zac , its not working . NPC still cannot be use and events failed to start . hmm .
  20. @keim , check out my screenshot . and check on my lua files . seems like something wrong . i cant add any more custom inside . @.@ even if i add custom , when equip , those items cannot display . so when alt+Q = crash .
  21. im saying that , after i converted this lua files into lub files its display error something like i posted here . http://rathena.org/board/topic/58102-can-anyone-help-me-with-this/page__p__74677#entry74677
  22. guys i got problem with my lub files . can anyone help me settle this down ? this is my lub files with lua files . idk . whats wrong with my patchers . even when i patch everything , those items still error .. sprite cannot display , but the sprite files and everything are there already .
  23. iSkiddo

    Token Loot

    is there any way that GM can also activate those events ?? bump ?
×
×
  • Create New...