Jump to content

Aurora

Members
  • Content Count

    121
  • Joined

  • Last visited

Posts posted by Aurora


  1.  

    will i received some lag/error issues if i showered it to 100~200 players?

    It won't lag if players are over 200 , becoz the freeloop command can prevent the lagging of huge loop

    @@Aurora yeah it has restriction 

     

    bindatcmd "shower",strnpcinfo(3)+"::OnShowerCommand",80,80;

    Can you translate this line in english? :D

      you can read  doc/script_commands.txt

     

     

    80,80 is the required GM Level. Did I get that right?


  2. It will automatically give guild package when a guild has a certain number of members are online. This can only be claimed once (maybe based on IP?) so that players can't abuse the package. There will be separate item package given to the guild master and member. Thank you in advance. :D


  3. May I request this script? This account can use @item but all items are account bound. They are not allowed to drop or even trade items. Also, they will need to subscribe to obtain this account. Account will be deleted if subscription is not renewed. TIA


  4. Thank you for replying that fast sir @@Mhalicot. Can you help me understand this or give an example if possible?

    data/sprite/<job dependent folder>/<job dependent prefix>_<gender><weapon suffix>.spr

    I followed the guide on wiki and successfully added the weapon and their sprite working but failed when worn dual.


  5.  

     

     

    Don't change your mobID from 3500 in your mob_db2. Change your clientside files, namely the NPCIdentity.lua

     

    mob_db2.txt3500,ADDAX,ADDAX,ADDAX,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x131,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20
    NPCIdentity.lubJT_ADDAX = 3500 jobname.lub[jobtbl.JT_ADDAX] = "ADDAX" 
    Got it working now. I've tried 3998 and it worked. I suppose your suggestion would work as well. Thanks for letting me know the maximum range is 3999. But I wonder why I can't use 25000 as you and @@Dastgir have mentioned. Thanks for your help <3
    Its for extremely new clients 2014-10++

    And currently source doesn't support 25000 mob id,thus you cannot use it xD

    Im using 2013-08-07

     

    it's work the same way ?

    I think so, yes.


  6. Buenas chicos, me encuentro en un problema con un npc q estoy desarrollando, consiste en que de manera diaria ejecuta una labor a determinada hora. Leyendo la WIKI en scripting commands, pude encontrar el comando OnClockXXXX, extrañamente no se dispara nada a la hora que indico, pensando que se trataba de problema en mi codigo, pero intente con una simple pieza de código y parece no funcionar. Revisando los logs, no figura ninguna error. Quizás estoy haciendo de la manera incorrecta, dejo el ejemplo que estoy usando.

     

    -       script  broadcast#medianoche    -1,{OnClock2227:announce "mensaje de ejemplo"end;}

    - script broadcast#medianoche -1,{

    OnClock2227:

    announce "mensaje de ejemplo",bc_all,0x00FF00;

    end;

    }

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.