Jump to content

LuLu

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by LuLu

  1. LuLu

    npc! =(

    that happens when you zoom out to much you can edit this conf\battle\client.conf // Visible area size (how many squares away from a player they can see) area_size: 14
  2. You can combine all the scripts with ONLY 1 event that will trigger the OnPCLoginEvent. It means that all three scripts will trigger with ONLY 1 event.
  3. You can't make them all trigger at the same time when a player logs in
  4. doppelganger card doesnt give maximum attackspeed.
  5. you also need newer clients for this that supports the new skills
  6. maybe you have a script that automatically learns the skills?
  7. It is ITEM CMPAR because it can't support any more letters. You can change it via hex but not more than at least 10 letters.
  8. //===== rAthena Script ======================================= //= Untitle Script //===== By: ================================================== //= Zealock! //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena , eAthena //===== Description: ========================================= //= PVP Warper //============================================================ invek,157,169,4 script PvP Warper 651,{ mes "[ PVP Warper ]"; mes "Would You Like to Enter the Room?"; next; menu "Yes, I'm Hunger for Blood",PatayanNa,"No, Too Lazy to Kill",No; PatayanNa: mes "[ PvP Warper ]"; mes "You Made the Right Choice!"; next; mes "Let's Go!"; warp "guild_vs2",0,0; L_All: announce "[ PvP Warper ] Announcer: "+strcharinfo(0)+" has Enter the Room ",0; close; No: mes "[ PvP Warper ]"; mes "Are you Scared?"; next; mes "Come Back Again, if you already have the Guts!"; close; //WAITING ROOM updates every 2.5 second OnInit: while(1) { delwaitingroom; waitingroom "PvP Warper ["+getmapusers("guild_vs2")+"]",0; sleep 2500; //2.5 seconds } end; } // Mapflags guild_vs2 mapflag nowarp guild_vs2 mapflag nowarpto guild_vs2 mapflag pvp on guild_vs2 mapflag noteleport guild_vs2 mapflag nosave SavePoint try this. updates based in the map "guild_vs2" every 2.5 seconds.
  9. "db\re\job_exp.txt" or "db\pre-re\job_exp.txt". Just analyze. It's pretty simple.
  10. yep I tried that too. Aura on Kage/Obo/SNx are showing at lvl 160 and 3rd jobs are at lvl 175. You can't edit the stats but you can edit the lvl. for example. 160 for kage/obo/SNx 175 for 3rd jobs. That will work but their stats is all 130.
  11. It think you can't do that. It needs src mod to make kage/oboro/SNex to other class type and can have different max stats. I know that kRO's kage/obo/SNx is 160 w/ 125 stats and I think you are trying to make that if possible.
  12. You can edit max levels (BASE AND JOB) for each jobs here at "db\re\job_exp.txt" or "db\pre-re\job_exp.txt". Just follow/read the top line for instructions. but make sure you edited map.h if going beyond 160 #define MAX_LEVEL 160 As for the stats. It can be edited in "conf\battle\player.conf" but not for every/specific job. Only for 3rd, baby and normal classes.
  13. I did make a new skin and I didn't included them in the translation because I never encountered them. Can I ask where do you encounter them?
  14. Normaly you can open a Paypal at paypal.com ticket and get your money back... If you paid on paypal, you can do that. Just go to Resolution Center. It's very easy to do. I did it once. xD I bought something on ebay, it never arrived.
  15. error 1-4 : SQL Problems. Please install mysql and configure properly #5 Error : lua file error. please read error message. "Lua Files\ChatWndInfo\ChatWndInfo_F" is causing problems.
  16. please use this topic. I already fixed it.
  17. In my opinion rAthena : fast emulation, more stable (I think), great updates , great support, great 3rd job support but new skills are NOT yet supported, awesome (I mean the best) NPC updates and always up to date. Hercules : fast emulation(faster startup), stable, great updates (with anti-WPE - packet encryption) ,great support (you can even contribute in Github), awesome 3rd job support (new skills are supported but not yet perfect), good NPC updates. 3ceAm : o.O
  18. 3894 We've completed 0.3894% out of 100%. 99.6106% to go. xD
  19. i'm not sure but i think there is an option for that to always show party name even if without on a guild. I forgot. xD here. I just checked it and found it. conf/battle/party.conf
  20. this is my accessoryid.lua btw thanks for helping can i see your item_db? where did you put them.looks like there are correct.hmmmm
  21. did you put them in your accessoryid.lub and accname.lub? those were lua files.
×
×
  • Create New...