Jump to content

Meister

Members
  • Posts

    841
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Meister

  1. Optional Steps Adding the map as mentioned above into mapindex.h can also be taken as an optional step considering it is possible to add the map directly using it's correct name and quotations. If you want your newly added location to be in the message when you typed @go, modify the following line in .../src/map/atcommand.c: clif_displaymessage(fd, " 24=Veins 25=Moscovia"); and change it to clif_displaymessage(fd, " 24=Veins 25=Moscovia 26=Your Map"); can't seem to find this part. Thanks I want to change the 35=Eclage to 35=MALL can't find it on the atcommand.c TTY!
  2. I need renewal cast when the players turns 3rd job but when they are trans job only they won't be affected with renewal cast.. just normal casting rate..
  3. Soo I need to change the whole script? Mind if you do it?
  4. I'm a noob in scripting and I don't know what to do with this error.. see attached file
  5. I've having error with the script error parse line need ";" at line 311.. Noob question here. Thanks
  6. Is it possible to have a src code in which.. When the class/job mask is trans the casting rate is normal with insta cast dex upto 150 but when they turn to 3rd job their cast time now turns to fixed cast time.. In summary, Trans = No fixed cast 3rd job = fixed cast is it possible? by not commenting out the //Renewal Cast at renewal.h? I don't know if this is already opened or answered already.
  7. Mechanics: 1. Players should create party in which will consist 7 members per party. 2. They should register their party name on the NPC 3. If the current party registered on the event is odd. Random party will be seeded. 4. If the current party registered is even. They will be bracketed till they reach the top 5. The last standing party who reaches the top will have a reward. Is it possible? Thanks
  8. Do you guys encounter that the castles open sometimes even it is not yet scheduled?
  9. Can't let your woe controller work can't change the schedule even I have input Session("Monday",21,22,5);
  10. sir judas told me that in packet_db you must set packet_db_ver: 30 if i'm not mistaken..
  11. // 0x08000: 2008-08-27aRagexeRE (version 24) // 0x10000: 2008-09-10aRagexeRE (version 25) // default value: 0xFFFFFF (all clients) packet_ver_flag: 0xFFFFFF (MUST BE SIX) then use the rAthena's packet_db - had the same problem before that's just what I did.
  12. try this.. check at battle folder > client.conf file > // Set here which client version do you accept. Add all values of clients: // Clients older than accepted versions, and versions not set to 'accepted' // here will be rejected when logging in // 0x00001: Clients older than 2004-09-06aSakray (packet versions 5-9) // 0x00002: 2004-09-06aSakexe (version 10) // 0x00004: 2004-09-20aSakexe (version 11) // 0x00008: 2004-10-05aSakexe (version 12) // 0x00010: 2004-10-25aSakexe (version 13) // 0x00020: 2004-11-29aSakexe (version 14) // 0x00040: 2005-01-10bSakexe (version 15) // 0x00080: 2005-05-09aSakexe (version 16) // 0x00100: 2005-06-28aSakexe (version 17) // 0x00200: 2005-07-18aSakexe (version 18) // 0x00400: 2005-07-19bSakexe (version 19) // 0x00800: 2006-03-27aSakexe (version 20) // 0x01000: 2007-01-08aSakexe (version 21) // 0x02000: 2007-02-12aSakexe (version 22) // 0x04000: 2008-09-10aSakexe (version 23) // 0x08000: 2008-08-27aRagexeRE (version 24) // 0x10000: 2008-09-10aRagexeRE (version 25) // default value: 0xFFFFFF (all clients) packet_ver_flag: 0xFFFFFF check the packet_ver_flag
  13. This is cool! 10/10 for me. If someone will code it will your release it for freE?
  14. Okay lang po ba pag iinstall ang PCRE dito? Hindi po ba mag papa crash ng server yun? Kasi po ayaw po gumana ng ibang NPC sakin katulad ng DISGUISE event dahil di niya nakikilala yung delepset na command sa code. at may nabasa ako dito http://rathena.org/board/topic/62008-maze-eventdisguise-event-request/page__p__99250__hl__deletepset#entry99250 na kailangan ko daw po install yung PCRE. safe po ba iyon? TY
  15. Is there any problems with regard to installing PCRE here? Cause I asked my VPS support that there might be problems if I install this.. http://rathena.org/wiki/PCRE http://rathena.org/board/topic/62008-maze-eventdisguise-event-request/page__p__99250__hl__deletepset#entry99250 or this so that I can let disguise event work.. Thanks!
  16. What is the name of KAGEROU/OBOR sprite in the data folder > Sprite?? Thanks!
  17. Pano po ito? yung hindi makaka-cast pag malayo. tapos pag may bakod. Kasi nakakapag-cast parin sila kahit sinet ko na po ito.. // Whether placed down skills will check walls (Note 1) // (Makes it so that Storm Gust/Lord of Vermillion/etc when casted next to a wall, won't hit on the other side) skill_wall_check: yes
  18. This seems cool! Can rip NPC's from pRO! but don't know how to use it HAHA.
  19. @Jhedzkie: can you post a tutorial on how to put custom icons in client?
×
×
  • Create New...