Enko
Members-
Content Count
79 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Enko
-
@off topic Hey Ai4rei, can you update your WDGTranslateClient.txt?
-
It's going to be kind of hard since rAthena is our rival. You should wait for rAthena and ask for this convert to rAthena.
-
rA and TSR live on different VMs on the same box, that's why TSR is down too. Along with 14 of my other sites :/ which sites?
-
can you release for everyone? thanks
-
did you use @reloadbattleconf? or did you reboot the server?
-
I'm using my cellphone, don't uncommenting, you have to copy these scripts and past in your current scripts. if you are using renewal go to db/re/item_db.txt and search for the current scripts for wedding.
-
last lines: https://github.com/HerculesWS/Hercules/blob/master/db/item_db2.txt
-
You should re-make another clean data folder to check if it isn't something related to the server side.
-
Test this second version, I changed something that it may fix your problem. maprecall.txt
-
I took the code from BrianL and I updated the code for Hercules. I didnt test it but it should work. Let me know if it works. maprecall.txt
-
The first part you can add after this: (Line 3591) /*==========================================**------------------------------------------*/ACMD(reloaditemdb){nullpo_retr(-1, sd);itemdb_reload();clif->message(fd, msg_txt(97)); // Item database has been reloaded.return true;} and the second part, search this: (line 9713) ACMD_DEF(costume), and add this line: ACMD_DEF(afk), You need to compile.
-
I bet that it was Makis's idea.
-
Use this: http://supportmii.com/ro1/Clients/Weediff2012Pack_v7.7z and mark the option of "disable hackshield" when you are diffing
-
Good job Shakto, keep working like that!
-
Open src/map/atcommand.c and add this: /*==========================================* @afk by [cr0wmaster]* Features: 1z required to use. Venders are forbidden to use this command.*------------------------------------------*/ACMD(afk){nullpo_retr(-1, sd);if (sd->vender_id) //check if that player's vending [cr0wmaster]{clif->message(fd, "You can't use this command while you're vending.");}elseif(sd->status.zeny >= 1) { sd->status.zeny += -1; clif_updatestatus(sd, SP_ZENY); sd->state.logout = 1;clif_authfail_fd(fd, 15); } else { clif->message(fd, "You do not have enough money to use this command."); clif->message(fd, "@afk failed."); }return true;} and this: ACMD_DEF(afk)
-
News about rAthena http://bit.ly/10FLL14
-
New error:
-
Duda Pedido Data Hercules
Enko replied to Kuroko Sempai's question in Soporte y peticiones sobre el Cliente
cualquier data te sirve para Hercules. -
How to remove this background for the ticket section?
Enko replied to mybitch's question in Website Support
I found this: background: none repeat scroll 0% 0% rgb(255, 249, 186); But i dont understand in what file it goes :/ -
How to remove this background for the ticket section?
Enko replied to mybitch's question in Website Support
I opened a ticket but i saw it blue, can you replay my tickect? (demostration) -
What version .exe are you using?
-
does your .exe have "Enable Multiples GRF" when you was diffing it?
-
did you add your custom grf to data.ini?
-
[Material] Cliente Renewall de M45T3R v1.3 +543 paletas universales
Enko replied to Hideki's topic in Otras publicaciones
Hmmm renewal es con una L, no con 2.