Jump to content

Envolvents

Members
  • Posts

    26
  • Joined

  • Last visited

Files posted by Envolvents

  1. More information about "CeresCP Control Panel Skin"

    Free

    CeresCP Control Panel Skin

    Hello.
    CeresCP Control Panel powered by me and Ike3da, no remove ours credits!
    Configuration:

    //config.php//sql connections$CONFIG['rag_serv'] = '127.0.0.1'; // SQL Ragnarok Host$CONFIG['rag_user'] = 'root'; // SQL Ragnarok User$CONFIG['rag_pass'] = 'vertrigo'; // SQL Ragnarok Password$CONFIG['rag_db'] = 'ragnarok'; // SQL Ragnarok Database name$CONFIG['log_db'] = 'ragnarok'; // SQL Ragnarok Log Database name$CONFIG['cp_serv'] = '127.0.0.1'; // SQL CP Host$CONFIG['cp_user'] = 'root'; // SQL CP User$CONFIG['cp_pass'] = 'vertrigo'; // SQL CP Password$CONFIG['cp_db'] = 'cp'; // SQL CP Database name//map,char,login servers settings$CONFIG['accip'] = '127.0.0.1'; // Account/Login Server IP$CONFIG['accport'] = '6900'; // Account/Login Server Port$CONFIG['charip'] = '127.0.0.1'; // Char Server IP$CONFIG['charport'] = '6121'; // Char Server Port$CONFIG['mapip'] = '127.0.0.1'; // Zone/Map Server IP$CONFIG['mapport'] = '5121'; // Zone/Map Server Port// Vote4Fun1 => 'http://www.topragnarok.com.br/'; // Vote4Fun One2 => 'http://www.topragnarok.org/'; // Vote4Fun Two3 =>'http://www.topservers200.com/'; // Vote4Fun Three
    Enjoy!

    1379 downloads

    Submitted

  2. Free

    Pack Guild pt_BR

    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.

    406 downloads

    Submitted

×
×
  • Create New...