Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by evilpuncker

  1. Obrigado ae. Caso o esquema de compilar e rodar o servidor seja o mesmo do cronus acho que não terei problemas. exatamente o mesmo
  2. https://github.com/HerculesWS/Hercules/archive/master.zip lembrando q tem q compilar
  3. that has been suggested when there were only rA, but it got rejected, can't remember why, lets wait for devs
  4. pode, e se estiver falando do cronus eu acho q funciona sim, quanto aos outros tenho quase certeza q não, isso no caso do db, agora os scripts vão funcionar sem problema
  5. vc precisa de lua files atualizadas
  6. Note: We were actually first to introduce this. Note: actually I have not followed Hercules, so didnt knew I will check new db stucture and will update asap nice to hear
  7. se vc usa o hercules eu recomendo o 2013-12-23cRagexe diffado com o NEMO
  8. Script: <" if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) { bonus2 bAddRace,RC_DemiHuman,15; } else bonus2 bAddRace,RC_DemiHuman,20; ">
  9. what will happen if it fails? delete which item? just add: set .@failchance,rand(100);if(.@failchance > 10){//put here what will happen if fail, delete item etc}else{//continue the script execution}
  10. olha um exemplo: http://upaste.me/r/9af1111246272ef5e apenas use a matemática e mude pra minutos
  11. seems like the error is not in atcommand.c, can you please post more info about the command code itself?
  12. like this? if(countitem(30100) >= 10){ delitem 30100, 10;}else{ dispbottom "You don't have the 10 pcs of asuduasdh"; end;} add it before getinventorylist;
  13. so you need to update your kRO or what else you are using, since that is the cause of the gravity error, missing files, avoiding the message display with that diff will not avoid the client to close because of them
  14. poderia postar como o npc registra o tempo? e para exibir um valor vc não precisa do "set"
  15. diff without it to see if there are files missing, and we can solve the problem
  16. hey annie can u please take a look at your getmemberaid topic? >:P

  17. adiciona o id da conta de gm no clientinfo.xml, é uma coisa feita no client, não diferencia nada o emulador.
  18. thanks for the support, maybe I'll try to add a pull request today, last time I was not able to do it
  19. just edit the notice.html and add the php code to show it
  20. I really want a lottery based script but never found a good one maybe now it is time to someone to release it!
  21. is your client diffed with "Ignore Missing File Error"?
  22. annie you are the best :3 but I'm really waiting for your push commit :#
×
×
  • Create New...

Important Information

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