Jump to content

Nana

Members
  • Posts

    118
  • Joined

  • Last visited

Posts 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. 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

  3. 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


  4. 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 ;)

  5. 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!


     


     


  6.  

    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 ^^

    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!!!

  7.  

    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 >.<

    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 >.<!!!

  8. 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 >.<

    post-12772-0-16473100-1399951337_thumb.jpg

    post-12772-0-96730800-1399951343_thumb.jpg

  9. 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...