Jump to content

AdmCronus

Members
  • Content Count

    50
  • Joined

  • Last visited

Everything posted by AdmCronus

  1. dont have in this git!
  2. If i put your exemple npc will teleport peoples while another round is underway i need to make player dead go out event.
  3. OnPCDieEvent: getmapxy(@map$,$@x,$@y,0); if (@map$ == "guild_vs1-2") { sleep2 1; atcommand "@alive"; warp "izlude", 128,117;if (getcharid(4)) bg_leave; i put getcharid(3) and not ok too. Not OK,
  4. if i put warp "SavePoint",0,0; he dont play next event, he registred but not warp others! when he dead or logout he need to go out to the queue.
  5. if player log out he go out queue or arena. and dead too.
  6. AdmCronus

    Queue System

    How do I dismiss a player from the queue when he log out? in Anie Ruru's script. i use this system http://rathena.org/board/topic/72571-battleground-system-without-waitingroom/ the player dead? go out! an he can registre again the player logout? go out to the queue
  7. i tested all langtype and font have this bugs. only langtype 12 not work. ( recused for servidor) my problem is font , not show caracters correct. errofont.bmp
  8. Langtype 12 not ok in 2012?
  9. Help me , my hexed closed after i put password and put ok. pls!
  10. i need to put off name party = old clients, and this font? how i do this? Xgear can you help me?
  11. How i put format font old client in news clients? teste.bmp
  12. i will test, and for check if player have puntos or not for he buy. npc check player have 5 pontos for buy item 607.
  13. are invert, i need to make items for puntos. ex: 607 x 20 for 10 pontos 678 x 50 for 15 pontos need to count if player have punto for get item. understand?
  14. is good, but i need to sell : exemple when player talk with npc for buy item per puntos. getitem 608,50; query_sql("UPDATE `chars` SET puntos=(puntos-100) WHERE char_id='"+.@char_id+"'"); how i do?
  15. i need to sell items for pont in databse see tabela: ALTER TABLE `char` ADD `pontos` INT NOT NULL ; i need player buy item for this pont. how i do?
  16. how i make players walking center prontera?
  17. AdmCronus

    @securiry

    Is necessary to NPC , here he call: npc_event(sd,"SecuritySystem::OnSettings",0);
  18. AdmCronus

    @securiry

    eamod? have this? can send link? i know this is source.
  19. AdmCronus

    @securiry

    @security should also contain 1.Block invites from a guild.2.Block /guild command.3.Block delete character**Advantage:1. Even if your account is hacked , no one can transfers your equips by any means. **I don't know if we can delete a character without a Gamemaster.[ if we can then @security should contain Block delete character too]**2. This way we can give our id to a friend without the fear of losing our equips , i.e unless we are already in a guild. Great for giving our id for level services.@security blocks trade and also disables a person to change password unless he knows the security number. This way one also cannot sell items to NPCs. Now the only way a person can lose his/her equips is by gstorage. So the above suggestion.
×
×
  • Create New...

Important Information

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