Jump to content

Nana

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by Nana

  1. You can use this //-[TAB]script[TAB]item[TAB]-1,{ - script jellopy -1,{ OnNPCKillEvent: if ( getmonsterinfo(killedrid,22) ){ // si da experiencia de MOB_MVPEXP, es un MVP. // If exp = MOB_MVPEXP then is an MVP if ( rand(100) < 15 ){ // 15% probabilidad de dropeo.// Drop rate getitem 909 ,1;// ID de item que quieres que drope y cantidad // ID item you want the MVP drop } } end; }
  2. I think he sell it, just contact him
  3. Que es lo que ocupas realmente, o.o no los vendo pero si los tengo con gusto los comparto
  4. Hola estoy intentando actualizar el JRO pero me abre un explorador D: ya no recuerdo que hacer para que actualice :S Busqué y la carpeta tiene permisos totales, no se que mas sea; recuerdo hace mucho se borraba un archivo, pero no recuerdo donde era Gracias de abtemano
  5. I search about this error but i cant find the solution Here: http://hercules.ws/b...rror-in-client/ They try solved with "Use client dated 2014-02-05 or below" -- done but still with error 1) Client is having some issue locating ws2_32.dll in your system (corrupted client maybe?) -- C:\Windows\System32/ws2_32.dll 2) Client is referring a different dll to get the send and recv functions. (maybe the client was used with PEEK?) -- is a new client of themon i just diff it x_x Thanks in advance
  6. Contact him/her n deviantart http://limited-illusion.deviantart.com/art/GM-Sprite-Edit-166999323
  7. thanks ! sorry long time away from ro
  8. idk how to do it but there's some way to check if the last slot is empty or not? maybe that way u can do it ^^
  9. Actually i use AwS for other stuffs, actually i recomend u that if u go with amazon configure the proper alarms to know when you exced the free tier. AWS charge 1 usd when u create your account, after that u can have free tier for 1 year (if u dont exceed the quota) there u can configure your servers, but remember, they give you an empty box, u'll need how confiure everything or think about pay a preconfigured AMI regards
  10. Hi, i'm making an npc, the point is that players need "lvl" from novice lvl 1 to second class no rebirth max lvl normally but when u are base 99 job lvl 50 u can talk with the npc, and he makes u max lvl rebirth (ex priest 99/50 to HP 99/70) i want remove extra skill and stats points how can i do it? thanks!
  11. i guess u can try with something in this file https://github.com/rathena/rathena/blob/master/src/map/clif.c#L11002
  12. Hi u can change it here https://github.com/rathena/rathena/blob/master/src/map/pc.c#L6338 if(sd->state.showexp) { char output[256]; sprintf(output, "Experience Gained Base:%u (%.2f%%) Job:%u (%.2f%%)",base_exp,nextbp*(float)100,job_exp,nextjp*(float)100); clif_disp_onlyself(sd,output,strlen(output)); }
  13. Thanks a lot! for all ^^ Its working finally T^T thanks!!!
  14. I have a link in my Signature "Up-to-Date Data" that contains everything that are being updated. Please make sure to download everything properly and could you tell me what lua error you received? You need the Data and System locations from that link btw. Thanks, i'm loading that now The error said cant open System/iteminfo.lua I search and i have only lubs, so maybe thats the problem x_x i'll try with all your data ^^ Thanks!!!
  15. THanks i'll try it rght now ^^ Please read the last post THanks i re download it but still i got the lua error, however i can login, should be fine if i just load the luas from any repo? thanks for the exe ^^
  16. I can patch you a client that works with the latest rev in like less then 2 minutes but You'd need to tell me your server name and if you use a custom iteminfo.lua location and custom data.ini My server name is AkiaRO .. well if i remember how amke all this LOL and i guess i'm using all in the default settings.. i dont want make a mess now that i forgot everything T_T thanks >.<!!!
  17. Dont have anything xD exist any client already diffed for that date? x_x too long away from this i barely remember how do all this >.<
  18. 46 ^^ this is the client i download http://rathena.org/board/topic/91350-2013-12-23-full-client/ thanks for reply >.<
  19. I'm using 2013-12-23Ragexe_Full_Client loaded here It includes all Exe and Data folder I configure mmo.h to my packet ver: #define PACKETVER 20131223 and i recomplie and everything I dont know why i get this errror then :S i search in the forum and all guides said look in packet_db and use the packet_db_ver: of your client, Still i can conect, i can pass to the char selection, but when i try go map, all crashes Can anyone helpme >.<? is my client what is wrong? or i messed up with the emu x_x i'm lost >.<
  20. i got this error =( Error 1 error C2198: 'pc_paycash' : no hay suficientes argumentos para la llamada d:\akiaroemu\rathena\rathena - vending\src\map\vending.c 304 1 map-server_sql Error 2 error C2198: 'pc_getcash' : no hay suficientes argumentos para la llamada d:\akiaroemu\rathena\rathena - vending\src\map\vending.c 305 1 map-server_sql Error 3 error C2065: 'item_name' : identificador no declarado d:\akiaroemu\rathena\rathena - vending\src\map\vending.c 350 1 map-server_sql Error 4 error C2065: 'rev' : identificador no declarado d:\akiaroemu\rathena\rathena - vending\src\map\vending.c 350 1 map-server_sql 7 IntelliSense: no hay suficientes argumentos en la llamada a función d:\AkiaROEmu\Rathena\rathena - Vending\src\map\vending.c 304 26 map-server_sql 8 IntelliSense: no hay suficientes argumentos en la llamada a función d:\AkiaROEmu\Rathena\rathena - Vending\src\map\vending.c 305 27 map-server_sql 9 IntelliSense: el identificador "item_name" no está definido d:\AkiaROEmu\Rathena\rathena - Vending\src\map\vending.c 350 53 map-server_sql 10 IntelliSense: el identificador "rev" no está definido d:\AkiaROEmu\Rathena\rathena - Vending\src\map\vending.c 350 78 map-server_sql What should i do? :S?
×
×
  • Create New...