-
Posts
29 -
Joined
-
Last visited
Profile Information
-
Gender
Male
Recent Profile Visitors
1,371 profile views
Mood

- Currently Feeling Satisfied
valesti's Achievements
-
item que invoca monstro que ajuda o player
valesti replied to Tassadar's question in Suporte ao Desenvolvimento
Boa tarde, Tassadar. Existe o comando @slave. Ele não atende as suas necessidades? -
Hi, Dev! Can you try read the doc: https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L3661
-
https://rathena.org/board/topic/111269-guide-lightweight-compiler-for-windows-for-replacement-heavy-visual-studio-ide-compile-rathena-faster-save-your-bandwidth-and-disk-space/
-
Just update your msgstringtable.txt That's worked to me.
-
If i remove the query_sql in "PutClothes", the color always be 0. But thanks, man. You're helping me a lot.
-
Yes! { callfunc "SaveClothes"; },{ callfunc "PutClothes"; } And i finded another problem... If the player left the game using the equip, when he login the color is 0 again.
-
function script SaveClothes { // Save Clothes Color [email protected] = getcharid(0); query_sql( "SELECT `clothes_color` FROM `char` WHERE `char_id` = '"[email protected]+"'",[email protected] ); setlook 7,0; setlook LOOK_BODY2,1; } function script PutClothes { // Put Clothes [email protected] = getcharid(0); query_sql( "SELECT `clothes_color` FROM `char` WHERE `char_id` = '"[email protected]+"'",[email protected] ); setlook LOOK_BODY2,0; setlook LOOK_CLOTHES_COLOR,[email protected]; } @sader1992 The function is called when the player equips/removes the item. SaveClothes = Player equips the item. PutClothes = Player removes the item. Here the stylist: https://pastebin.com/f2iqCcR6
-
The only problem is: if the player changes the color, the variable dont update with the new number. Just after login another time. Example: Can i update the variable in game? Thanks for your help!
-
Anyone know how do that? I wanna to use in a system. Example: PS: If player use the color 211, when the event ends, return the palette to 211. Thanks all!
-
Yes. As i said: i use 2017 client, so, this files are essencial. @Edit: After hours changing files, i found the answer. Thx, @sader1992 for the light.
-
Well, first of all, congratulations for excelent job in introduce the Achievement System. My problem appears in image. The bar from achievent is just black without title. Client Version: 2017-01-25 Others tests: 2015-11-04 2016-02-03 Missing files or something? Waiting for answers.
-
data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/basic_interface There all images useds in PIN system is on this folder.
-
Job Sprite: Third Job Costumes & New Classes: Corrected
valesti replied to Haziel's topic in Sprites & Pallette Downloads
Thanks! -
Está faltando a aba de "admin" neste clientinfo. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Reload RO</display> <address>xxx.xxx.xxx.xxx</address> <port>6900</port> <version>55</version> <langtype>12</langtype> <registrationweb></registrationweb> <loading> </loading> <admin>ID DA CONTA</admin> <admin>ID DA CONTA 2</admin> </connection> </clientinfo> Para adicionar outros, basta seguir a ordem do exemplo acima.
-
Unknown language charchters in items names and description
valesti replied to Diana's question in General Support
Just change your System/ItemInfo.lua/lub. Download here: https://github.com/zackdreaver/ROenglishRE