Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Elsa Mist

  1. This happen because, you didnt reset all table at the all guild table in your SQL after you change the guild limits. Source will query all guild tables match to you conf in src. Sorry for my bad english.
  2. try to run it using Administrator.
  3. The problem is not inside of prontera but at the fields. When you're at the fields and you look at the walls, they still have new prontera textures. learn BE and edit it to whatever you like. the best solution for you.
  4. Yes, by modifying this file in your rA trunk = LINK & LINK // Job-specific Values Database // // Structure of Database: // JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HAxe,1HMace,2HMace(unused),Rod,Bow,Knuckle,Instrument,Whip,Book,Katar,Revolver,Rifle,Gatling Gun,Shotgun,Grenade Launcher,Fuuma Shuriken,2HStaff //
  5. copy to your cardpostfixnametable.txt = Link copy to your cardprefixnametable.txt = Link
  6. What you need to do is re-locate all npcs manually... and just a simple step i guess.... you can pull git from older revision of rathena(very old, i dont know which rev it is honestly you need to find it out by yourself) copy every x & y and paste it to your curent npcs. Hope its help.
  7. i can use 2013-08-14 but when im used @spawn and bloody branch i got this problem https://rathena.org/board/topic/101812-spawn-mvp-error/ Whats he say is try 2013-08-07. this was a stable client so far im my experience.
  8. hErcules have this but in plugin mod...
  9. This my first attempt in mapping. Map base from ra_temple. Thanks for watching..! Just notice im in a wrong section... Please someone move it to the right section...
  10. Dude use search button next time. this problem have been discuss last week if im not mistaken.
  11. The best : Nanaki Emistry Stalao
  12. please check your db/re&pre/ item_db.txt
  13. well, you cant expect that everything you ask will be given for free. Hired someone to make it for you since this is a long way scripts or you can learn.
  14. just update your kRO.
  15. and use the latest rAthena/db/re/item_db.txt from GIT.
  16. Try read and undestand this Link - Gift Box or you can follow the example given on that wiki first and if its work you can try make your own group. for the item script you can follow existing item script on you item_db.txt or this link - Group Item make a new custom box with the script like this 30000,box,box,2,1000,,10,,,,,0xFFFFFFFF,15,2,,,,,,{ getitem YouItemID,Amount; getitem YouItemID,Amount; getitem YouItemID,Amount; },{},{} getitem YouItemID,Amount; you can add more item to be a freebies, just add the item script above.
  17. - script PvPPoint -1,{ OnPCKillEvent: if ( strcharinfo(3) == "YourMapName" ) { set #PvPPoint,#PvPPoint+1; dispbottom "You have gained 1 PvP Point. Total is "+@PvPPoint+" PvP Point(s)."; } end; } should be dispbottom "You have gained 1 PvP Point. Total is "+#PvPPoint+" PvP Point(s)."; Thanks!
  18. - script PvPPoint -1,{ OnPCKillEvent: if ( strcharinfo(3) == "YourMapName" ) { set #PvPPoint,#PvPPoint+1; dispbottom "You have gained 1 PvP Point. Total is "+#PvPPoint+" PvP Point(s)."; } end; }
  19. if you dont mind, can you do a research on that first with post #2 . I believe thats the best way to learn rather than questioning in all aspect.
×
×
  • Create New...