Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. This is Epic also...xD( For me ) xD http://www.youtube.com/watch?v=GdpQy_cyWss
  2. perhaps you should eloborate more on why this fellow scam you ? or how did he scammed you ? this should be better instead of just posting the name... because...name...can be change from time to time
  3. owh...then i think you have to keep use that xD guess dreamunreal forget to add a patch to load that text file upon server is restart / booting....xD sorry my bad...coz i didnt tested it....>.<
  4. LOL...that is Aquarium Jump hahahah~ Eurydice picture would fit more than yours hahaahhaa
  5. Sorry...just trying to add something here...xD if you guys...feel damn hard to setup a shop script...or...still confuse how...and dunno what to do.... and damn lazy to view the guide given in wiki or anywhere... then..use this Original Topic : eAthena Shoper 2.1 Download Link : Shoper 2.1 it is a sofware that allow you to generate a shop script within minutes..... simple and easy... gues you should know how it work..since it is a step by step works..
  6. Emistry

    Anime & Manga

    i like puzzle stuffs...even though i am not good with it... it is quite fun to see them sovle those "Impossible" puzle hahaha damn i am jealous with his brain hahaha
  7. during i write this script....coz of lazy of thinking of what MVP should i put it....so i just use the Bloody Branch script to summon the MVP Monster Randomly.... anyway..if you wan to change...just edit this line. monster .Map$,0,0,"[ Farm Zone ] Guardian",-3,5,strnpcinfo(0)+"::OnBossKill"; change the Number -3 to MVP Name that you want...just make sure you remain the OnBossKill Event Label add prize ? but make sure it is below these lines... iRight: if( #EventDelay > gettimetick(2) ){ dispbottom "Sorry, Time Penalty : Remain "+( #EventDelay - gettimetick(2) )+" seconds."; }else{ find this line ( or somewher around this line ) npctalk "[ "+strcharinfo(0)+" ] , You're Correct."; ' add below / above.... getitem <itemID>,<Amount>;
  8. Hehe..Guilty Crown xD anyway..... here is mine... New Prince of Tennis ^^ http://www.youtube.com/watch?v=3PalAwaQPcM
  9. i think this should be able to work.. - script EX -1,{ OnPCLoadMapEvent: if( Upper > 3 ){ if( compare( strcharinfo(3),"prtg_cas") || compare( strcharinfo(3),"gefg_cas") || compare( strcharinfo(3),"payg_cas") ){ mes "You are now Allow to Join Trans WOE."; close2; warp "prontera",155,181; end; } } end; } anyway...if you are going to use this on all WOE Map...then you can use a simple method.... compare( strcharinfo(3),"g_cas") because all guild castle map name also consist of g_cas words within the name....
  10. i guess you should add in the map checking inside the script for the OnPCDieEvent part.... otherwise the player will using the @alive command upon killed by Monster and for OnPCKillEvent i not sure on this...what would happen if a players use self-damaging skills like Grand Cross ? they could kill them self right ? perhap they might get the Cash Point also ? erm..if those above situation does exist..then you should add in more condition checking.. like check whether the killed users is the Killer Himself and check for is they inside the PVP map...
  11. i dont think this part will work fully in your script...since you are using the array to list all those Blacklisted items..and your script only check for the 1st Blacklisted items....which mean that users allow to create those other blacklisted items... input .@item; if(.@item == .Blacklist) { anyway..you could try it like this... input .@item; for( set .@i,0; .@i < getarraysize( .Blacklist ); set .@i,.@i + 1 ){ if( .@item == .Blacklist[.@i] ){ mes "You cant create this iitems."; close; } ERROR Part OnClock0000: set Created,0; end; } this will return you error...coz the script unable to attach a players...that variable is a player variable..... beside...it doesnt match with other variable you have created inside your script.... setarray .@Blacklist,1599,2199; this part..i dont think using a .@ variable would be appopriate here... i guess you should use a NPC scope variable..so that the lists / data saved is not removed upon the conversation between NPC and players is finished.
  12. i guess no...since server restart will reload everything.....
  13. 445
  14. yes..there is..but it is not completed yet.... it will be release as soon as the script is complete and bug free... anyway.... if you want to remove it completely..i guess you should use eAthena...since it didnt have any 3rd job class i guess... if you use 3Ceam / rAthena...then dun use the Job Changer that have 3rd Job Class changing... Anyway...if you are looking for a Job Changer script...then search / post at Script Section...or else i will help you moved this topic there , if you are only searching for scripts.....
  15. Welcome back ~ xD
  16. use GrfBuilder ( it is easier for me to use xD ) just open the GrfBuilder after you download it.. then put all your Data / needed files in 1 new folder named Data then merge the Data in that folder into the GRF then...All's done... hahaha
  17. coz..you said.. "Jumping Ship" i guess... it is....“跳船” right ? and it mean....erm...leave eAthena..and stay here...haha right ?
  18. What Face ? and yes...Kenpachi is here with his Black Sheep ~
  19. 435
  20. 433
  21. you should have add if( countitem( 7179 ) < @Amount ){ mes "Not Enough POD"; close; } your script will return ERROR when they input a number that is large than their current POD amount. or another way... input @Amount,0,countitem( 7179 );
  22. 429
  23. are you sure you changed all ??? - shop quest_shop_1 -1,501:50 name : quest_shop_1 callshop "quest_shop",1; name : quest_shop
  24. compile your server with higher event queue...... src/map/map.h #define MAX_EVENTQUEUE 2
  25. 427
×
×
  • Create New...