Jump to content

  •  

DoriTos Nacho

Member Since 04 Nov 2016
Offline Last Active Dec 24 2016 04:16 AM
-----

Topics I've Started

System Pré-Re

25 November 2016 - 08:27 PM

Olá a todos,

 

Gostaria de saber onde posso encontrar o arquivo itemInfo.lua configurado para a pré-renovação em português.

 

Se souberem, me ajudaria muito!

 

Obrigado!


Vending Crash Error

24 November 2016 - 06:22 AM

Hello guys,
 
My emulator and my folder, along with my hexed were all running 100% (or was what I thought). But when I was using the "vending" skill when I try to click to add any price or press "OK", the game of error, does anyone know what it can be?
 
7266a15721704ffdb58943f6fbf53d3e.png
 
Error Image Link http://prnt.sc/db3hk2
 
Ps: I've already tried changing the emulator and hexed, and the error persists.
 
My hexed: 2014-03-05bRagexe_patched.exe

Channel System Expanded!

21 November 2016 - 01:34 PM

I am not the author, I want to put this codes to works in Hercules!

 

New Config Structure
For private channel creation

 

private_channel: {
		allow: true			  // (bool)	Allow playerto create own channel?
		color: "Default"	  // (string)	Default color, see colors
		delay: 1000			  // (int)	Chat delay for each member
		max_member: 1000	  // (int)	Max member
		self_notif: true	  // (bool)	Show message when you enter or leave the channel
		join_notif: false	  // (bool)	Show message when player joined the channel
		leave_notif: false	  // (bool)	Show message when player left the channel
		/* Moderation feature for channel owner, allowed to: */
		ban: true			  // (bool)	Ban player
		kick: true			  // (bool)	Kick player
		color_override: false // (bool)	Player allow color override for private channel
		change_delay: false	  // (bool)	Change allow to change channel dealy
	}

For public, ally, and map channel default configs.

{
		name: "#channel"		 // (string)	Channel name
		password: ""			 // (string)	Password
		alias: "[Channel]"		 // (string)	Message from this channel will be displayed with this name instead the channel name
		color: "Default"		 // (string)	Color for this channel
		type: "CHAN_TYPE_PUBLIC" // (string)	Channel type: CHAN_TYPE_PUBLIC, CHAN_TYPE_ALLY, CHAN_TYPE_MAP
		autojoin: false			 // (bool)	Player will auto join channel
		delay: 1000				 // (int)	Chat delay for each player
		leave: true				 // (bool)	Player is allowed to leave the channel
		chat: true				 // (bool)	Player is allowed to chat on this channel
		color_override: false	 // (bool)	Override channel color with personal color
		self_notif: true		 // (bool)	Show message when you enter or leave the channel
		join_notif: false		 // (bool)	Show message when player joined the channel
		leave_notif: false		 // (bool)	Show message when player left the channel
		groupid: (0,..,99)		 // (list,int)	Only player with there group ids allowed to join. Group with 'channel_admin' always can enter the channel.
		/// All values above are default settings
	},							 // Use comma if followed by other channel

 

 

.patch here

 

 

Official Topic

 

Thanks =)

 

 

@edit

 

I fix, please close this topic!


Warper npc

21 November 2016 - 07:10 AM

Hello guys!

 

I would like to add restrictions to use the teleport for certain maps.
 
For example: for only vip players can go to the 2 floor payon field.
 
What I need to put in script?
 
@edit
 
And it is necessary that you search for a certain place to be able to teleport.
 
For example: second floor of moscow, you must have done a quest to be able to teleport to this location.
 
Thank you  ^_^