Jump to content

Envolvents

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by Envolvents

  1. HUehuehuehuehue, it's amazing haha. No move pls.
  2.  

    ChallengeRO! 

  3. File Name: Pack Guild pt_BR File Submitter: Envolvents File Submitted: 03 Dec 2013 File Category: Utilities Content Author: Envolvents Hi, providing again one of my toys i've ever used, script language in portuguese brazil, translate for your language. configuration: // ======================================================// Mapa onde o NPC ficaráprontera,150,150,3 script Pack Guild 404,{// = Configuraçao:// = Titulo do NPC set .npc$,"^9EB449[ PACK GUILD ]^000000";// = Máximo de Peso para receber o Pack Guild set .@max,70;// = Itens dados separados por Vírgulas "," Ex: 607,608; setarray .@packitem[0],607,608,609,610,611,612,613,614,615,616,617,618,619,620; setarray .@qtd[0],1,1,1,1,1,1,1,1,1,1,1,1,1,1;// = Checando Guild query_sql "SELECT `char_id`,`guild_id` FROM `guild_pack_take` WHERE `char_id` = '"+getcharid(0)+"'",.@RID,.@GIDT; query_sql "SELECT `guild_id`,`name`,`master`,`permissao`,`qtd_itens` FROM `guild_pack` WHERE `guild_id` = '"+getcharid(2)+"'",.GIDC,.NAMEC$,.MASTERC$,.PERMC,.QTD2;// = Condições if(getgmlevel() > 90) goto L_GM; // Nível para GM/ADM if(agitcheck()) goto L_WOE; // Checando de a WOE no momento if(!getcharid(2)) goto NOGUILD; // Se sem guild if(!.PERMC) goto NO_PERM; // Se não permitido pelo adm if((.PERMC == 1) && (.MASTERC$ != strcharinfo(0))) goto NO_PERM2; // Se permitido pelo ADM if(.MASTERC$ == strcharinfo(0)) goto MENU_MASTER; // Se for o Dono da guild passa para o Menu Master// = Fim da Configuraçao, nao meixa na configuraçao abaixo!// ====================================================== Table SQL: CREATE TABLE IF NOT EXISTS `guild_pack`(`guild_id` int(11) NOT NULL DEFAULT '0',`name` VARCHAR(32) NOT NULL,`master` VARCHAR(32) NOT NULL,`qtd_membros` int(11) NOT NULL DEFAULT '0',`permissao` int(11) NOT NULL DEFAULT '0',`qtd_itens` int(11) NOT NULL DEFAULT '0')CREATE TABLE IF NOT EXISTS `guild_pack_take`(`guild_id` int(11) NOT NULL DEFAULT '0',`char_id` int(11) NOT NULL DEFAULT '0') enjoy babys. Click here to download this file
  4. Happy Holidays #MerryChristmas

  5. @@Kido really! may i suggest, a closed with syntax {},(),"" and others. Examples: if(getgroupid() > 50){ mes "Hi, bye!"; }| if(getgroupid() > 50)|{ mes "Hi, bye!"; } if(getgroupid()| > 50){ mes "Hi, bye!"; } if(getgroupid() > 50){ mes "Hi, bye!"|; } this is my suggestion.
  6. awesome, very nice bro! +like *-----*
  7. if (script == ♥) {

  8. Hi everyone, is can change bgi_temp bmp to another format as jpg, jpeg, png, gif or others? If yes, how to modify?
  9. welcome back! good luck with yours projects.
  10. Una traducción oficial de rAthena al español ayudará mucho en el crecimiento de la comunidad hispanohablante de rAthena, buena suerte amigo que el proyecto avance!
  11. nice awesome design simple but cute.
  12. Version 1.0

    389 downloads

    Hi, providing again one of my toys i've ever used, script language in portuguese brazil, translate for your language. configuration: // ======================================================// Mapa onde o NPC ficaráprontera,150,150,3 script Pack Guild 404,{// = Configuraçao:// = Titulo do NPC set .npc$,"^9EB449[ PACK GUILD ]^000000";// = Máximo de Peso para receber o Pack Guild set .@max,70;// = Itens dados separados por Vírgulas "," Ex: 607,608; setarray .@packitem[0],607,608,609,610,611,612,613,614,615,616,617,618,619,620; setarray .@qtd[0],1,1,1,1,1,1,1,1,1,1,1,1,1,1;// = Checando Guild query_sql "SELECT `char_id`,`guild_id` FROM `guild_pack_take` WHERE `char_id` = '"+getcharid(0)+"'",.@RID,.@GIDT; query_sql "SELECT `guild_id`,`name`,`master`,`permissao`,`qtd_itens` FROM `guild_pack` WHERE `guild_id` = '"+getcharid(2)+"'",.GIDC,.NAMEC$,.MASTERC$,.PERMC,.QTD2;// = Condições if(getgmlevel() > 90) goto L_GM; // Nível para GM/ADM if(agitcheck()) goto L_WOE; // Checando de a WOE no momento if(!getcharid(2)) goto NOGUILD; // Se sem guild if(!.PERMC) goto NO_PERM; // Se não permitido pelo adm if((.PERMC == 1) && (.MASTERC$ != strcharinfo(0))) goto NO_PERM2; // Se permitido pelo ADM if(.MASTERC$ == strcharinfo(0)) goto MENU_MASTER; // Se for o Dono da guild passa para o Menu Master// = Fim da Configuraçao, nao meixa na configuraçao abaixo!// ====================================================== Table SQL: CREATE TABLE IF NOT EXISTS `guild_pack`(`guild_id` int(11) NOT NULL DEFAULT '0',`name` VARCHAR(32) NOT NULL,`master` VARCHAR(32) NOT NULL,`qtd_membros` int(11) NOT NULL DEFAULT '0',`permissao` int(11) NOT NULL DEFAULT '0',`qtd_itens` int(11) NOT NULL DEFAULT '0')CREATE TABLE IF NOT EXISTS `guild_pack_take`(`guild_id` int(11) NOT NULL DEFAULT '0',`char_id` int(11) NOT NULL DEFAULT '0') enjoy babys.
    Free
  13. use this clientinfo.xml and this hexed http://svn6.assembla.com/svn/ClientSide/Diff_Project/kRO/RagexeRE/2012/2012-04-10aRagexeRE.rar <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information - International Version</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Server</display> <desc>Server</desc> <balloon>Server</balloon> <address>127.0.0.1</address> <port>6900</port> <version>31</version> <langtype>18</langtype> <aid> <admin>200000</admin> </aid> </connection></clientinfo>
  14. Você é brasileiro amigo, poste na área de suporte para o Brasil. @off, compile seu .lua corretamente que o arquivo funcionará sem erros no hexed.
×
×
  • Create New...