AdmCronus
Members-
Content Count
50 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by AdmCronus
-
dont have in this git!
-
If i put your exemple npc will teleport peoples while another round is underway i need to make player dead go out event.
-
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,
-
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.
-
if player log out he go out queue or arena. and dead too.
-
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
-
kkkkk Xilero dance!
-
Help in Font client, 2012-03-07fRagexeRE
AdmCronus replied to AdmCronus's question in Client-Side Support
no man, font Lider do clã not correct -
Help in Font client, 2012-03-07fRagexeRE
AdmCronus replied to AdmCronus's question in Client-Side Support
Problem emulator? -
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
-
Langtype 12 not ok in 2012?
-
you have any for indic me?
-
Help me , my hexed closed after i put password and put ok. pls!
-
i need to put off name party = old clients, and this font? how i do this? Xgear can you help me?
-
How i put format font old client in news clients? teste.bmp
-
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.
-
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?
-
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?
-
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?
-
how i make players walking center prontera?
-
Is necessary to NPC , here he call: npc_event(sd,"SecuritySystem::OnSettings",0);
-
eamod? have this? can send link? i know this is source.
-
@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.