Jump to content

eJay

Members
  • Posts

    325
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by eJay

  1. You don't need to encrypt grf for patching, just encrypt your main grf, or in that case it won't read your next patch Please click the green button if i help you
  2. The site doesn't work
  3. but in my src/config/renewal.h i use pre-re //#define RENEWAL so i wondering that i already use pre-re
  4. how to increase status points, i'd like to increase from 7137 status points to 13674 when they getting base level 255 i use pre-renewal and then i change my statuspoint.txt in /pre-re/statuspoints.txt but it didn't work help
  5. Maybe u should changeur svn files
  6. How about no pvp in selected cell?
  7. Hey guys can i ask, i use my akatsuki for santa sprite so i've decided to make custom job and now it's working but i don't know where i put the data files of akatsuki and bleach. i don't want to use santa spite cuz if we have christmas event i can't use the santa sprite because they will look like akatsuki instead of santa
  8. I wonder if anyone have this sprite. Thanks
  9. I wonder if anyone know how to make custom job i cant find in wiki for custom job guide
  10. That was cool
  11. for me is 3/10. but nice work for beginner.
  12. I seset mo nalang yung VPS hosting mo para ma open and set mo sa data/clientinfo.xml
  13. Use proper tab in accname.lua and make sure your lub files is same to your client date -- I'm using 2012-04-10 Use proper tab same din sa accname.lua You can find this script to svn server/db/item_db2.txt
  14. http://rathena.org/board/topic/76947-proof-of-donation-npc/ Ito ay iyong subukan, idinulog na ang iyong kahilingan sa iyong problema Maiging tignan ang nakasulat upang ito ay maintindihan kung pano ito papalitan Huwag kalimutan pindutin ang green botton (read my first signature) Maraming salamat po, taos puso kong pinasasalamatan ang iyong pag click sa green botton.
  15. @john key, contact me [email protected] i'll give the latest revision for free. or just download Turtoise SVN to download https://rathena.svn..../rathena/trunk/
  16. Hwitz... it's pretty cool
  17. Thanks for releasing into public we're really appreciate this kind of Flux Design. Edit: +1
  18. It is working with rAthena version ?
  19. Please read my first signature if i help you //===== eAthena Script ======================================================= //= Donation Refine ( TXT & SQL ) //===== By: eJay================================================================== //= Credit goes to whoever made this xD //===== Current Version: ===================================================== //= Verion 1.1 //===== Compatible With: ===================================================== //= Any eAthena Version/Rathena Version //===== Description: ========================================================= //= Donation Refine Script //============================================================================ prontera,147,156,4 script +10 Refiner 821,{ mes "[+10 Refiner]"; mes "Good day "+strcharinfo(0); mes "If you want to refine your items to +10, please give me 10 ^3355FFProof of Donation^000000 so I can refine it without failing."; next; mes "[+10 Refiner]"; mes "Now, what do you want to refine?"; next; function Refine; set @itemid, 7179; //Proof of Donation set @itemquantity, 10; // item quantity set @maxrefine, 10; // Max Refine menu "Refine equipment",REFIN,"Nothing at all",QUIT; REFIN: next; mes "[+10 Refiner]"; mes "To refine a item you need:"; mes "^FF0000 "+@itemquantity+" "+getitemname(@itemid)+"^000000"; set @headtop$, getequipname(1); set @armor$, getequipname(2); set @handl$, getequipname(3); set @handr$, getequipname(4); set @garment$, getequipname(5); set @shoes$, getequipname(6); set @accl$, getequipname(7); set @accr$, getequipname(8); set @headmid$, getequipname(9); set @headlow$, getequipname(10); menu "[Head - Top] "+@headtop$,HEADTOP, "[Head - Mid] "+@headmid$,HEADMID, "[Head - Low] "+@headlow$,HEADLOW, "[Armor] "+@armor$,ARMOR, "[Garment] "+@garment$,GARMENT, "[Left Hand] "+@handl$,HANDL, "[Right Hand] "+@handr$,HANDR, "[Left Acc] "+@accl$,ACCL, "[Right Acc] "+@accr$,ACCR, "[shoes] "+@shoes$,SHOES, "Cancel",QUIT; HEADTOP: set @slot, 1; callfunc Refine; HEADMID: set @slot, 9; callfunc Refine; HEADLOW: set @slot, 10; callfunc Refine; ARMOR: set @slot, 2; callfunc Refine; GARMENT: set @slot, 5; callfunc Refine; HANDL: set @slot, 3; callfunc Refine; HANDR: set @slot, 4; callfunc Refine; ACCL: set @slot, 7; callfunc Refine; ACCR: set @slot, 8; callfunc Refine; SHOES: set @slot, 6; callfunc Refine; QUIT: next; mes "[+10 Refiner]"; mes "Okay, see you."; close; LATER: next; mes "[+10 Refiner]"; mes "Thanks, have a nice day."; close; CANCEL: next; mes "[+10 Refiner]"; mes "Okay, come back another time."; close; MAX: next; mes "[+10 Refiner]"; mes "Sorry, but I can't refine this anymore."; close; NOWAY: next; mes "[+10 Refiner]"; mes "Oh my, I can't refine this item!!!"; close; NOREQ: next; mes "[+10 Refiner]"; mes "Sorry, but you don't have the items I need"; close; // ---------------Refine Equipment function Refine { if (getequiprefinerycnt(@slot) >= @maxrefine) goto MAX; menu "Do it!",-,"Cancel",CANCEL; if (countitem(@itemid) < @itemquantity) goto NOREQ; delitem @itemid, @itemquantity; set @repeat, (@maxrefine - getequiprefinerycnt(@slot)); while (@repeat > 0) { successrefitem(@slot); set @repeat, @repeat - 1; } goto LATER; } }
  20. Lua Files: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/
  21. I think the 2 of thanatos is not working, or the one is working and the other one it's not working, i'm not perfect ragnarok player but thats i know, i'm almost 7 years RO player
  22. sometimes i got the same problem with that. but when i use stop, i use the ./athena-start restart or start after that stop and start again, finally it's work for me.
  23. try to stop using ./athena-start stop and start again: ./athena-start start
  24. try to check your config in collection or item folder
  25. what client are you using ?
×
×
  • Create New...