Jump to content

eJay

Members
  • Posts

    325
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by eJay

  1. Ok try my configure, just put in your data files http://www.mediafire.com/?n5y117hr7ccjzr1 Don't forget to read my signature if i helped
  2. yeah i'm using 2012 04 10 and i have baal aura too. but it's working perfectly, maybe you did not put the correct data in your files.
  3. Use search engine first
  4. yeah this is great event but i think it is like dice event.
  5. did you correct the sprite because you put the drop.spr in your male and female sprite i think
  6. yeah i think you need latest english data. it's work perfectly for me
  7. Hello! how to add script to bypass the gm level 99 mapflag nocommand script ? // Please VOTE UP my post if I helped. // Script By: Anubis - script nocommand -1,{ OnInit: setarray .woe_cas$,"coliseum","poring_w02"; // Add more maps here. for ( set .@x, 0; .@x < getarraysize(.woe_cas$); set .@x, .@x +1 ) setmapflag .woe_cas$[.@x], mf_nocommand; end; }
  8. Here http://ratemyserver....e=download_tool find the grf-builder tools don't forget to vote Thanks, read my first signature
  9. check here http://rathena.org/board/topic/70962-recommended-client-setup/page__hl__2012-04-10
  10. I'm not perfect, I don't want to be perfect, coz I can't be perfect... But God loves me as I am.. the imperfect one..

  11. here check my first signature if i help you thanks
  12. eJay

    Coin Script

    how about silver coin exchanger npc with check weight prontera,150,150,5 script Platinum Exchanger 872,{ mes "[Coin Exchanger]"; mes "I Can Change Coins and Zeny"; next; mes "[Coin Exchanger]"; mes "Do You Want To Continue?"; menu "Yes",-,"No",G_no; next; mes "[Coin Exchanger]"; mes "What Do You Want?"; mes "1,000,000 = 1 Silver Coin"; menu "Silver Coin To Zeny",-,"Zeny To Silver Coin",ztc; next; mes "[Coin Exchanger]"; mes "Put the Number of Coin you Need"; input .@t; if( .@t < 0 )||( countitem(675) < .@t ){ close; } set Zeny,Zeny+1000000*.@t; delitem 675,.@t; ztc: mes "[Coin Exchanger]"; mes "Put The Number of Coin to be Change"; input .@t; if (checkweight(675,.@t)) { if( Zeny < 1000000*.@t ){ close; } set Zeny,Zeny-1000000*.@t; getitem 675,.@t; } else { mes "You don't have enough space in your inventory."; } close; G_no: mes "[Coin Exchanger]"; mes "Please use my service next time"; close; end; }
  13. Recommended http://rathena.org/board/topic/70962-recommended-client-setup/page__hl__2012-04-10
  14. I like to buy your Rival Flux CPDesign but how do we know that your design is yours ? since your account is new and this is not scam?
  15. Here! check this! http://www.mediafire.com/?unc079642v9gpb9 ------------------------------------------------- Please click the green button in the right side if i helped
  16. eJay

    Lua to Lub

    Here http://www.mediafire.com/?2ce82xov8pbo88z ------------------------------------------------- Please click the green button in the right side if i helped
  17. 2012-04-10 client it's working perfectly.
  18. Wooo! This is great nice work Tokei!
  19. Check http://rathena.org/wiki/Custom_Items
  20. subukan mo yung new client 2012-04-10 sakin working sya. and Weediff2012Pack_v5.7 by diffing client it's really nice application and easy diffing.
  21. Yes. if you are using SQL server yeah! you need to compile it.
  22. agree with this, search button madami ka makikita with latest svn
  23. sa pag diff uncheck mo lang ang Read Data first (Recommended)
×
×
  • Create New...