Mobius
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[hel]offline_buffer

Go down

[hel]offline_buffer Empty [hel]offline_buffer

Post by maui 23/11/14, 03:30 pm

hello
This is a code from l2-scripts.ru
i decompile the gameserver.jar
the problem is when you press the command  is work and no sell buff
can i look this code and one member plz fix


http://pastebin.com/GNU9768b

character_offline_buffer_buffs.sql
Code:

-- ----------------------------
-- Table structure for character_offline_buffer_buffs
-- ----------------------------
DROP TABLE IF EXISTS `character_offline_buffer_buffs`;
CREATE TABLE `character_offline_buffer_buffs` (
  `charId` int(10) NOT NULL,
  `skillIds` varchar(1024) DEFAULT NULL,
  PRIMARY KEY (`charId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

character_offline_buffers.sql
Code:

-- ----------------------------
-- Table structure for character_offline_buffers
-- ----------------------------
DROP TABLE IF EXISTS `character_offline_buffers`;
CREATE TABLE `character_offline_buffers` (
 `charId` int(10) NOT NULL,
 `title` varchar(255) DEFAULT NULL,
 `price` int(10) DEFAULT NULL,
 PRIMARY KEY (`charId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[/code]

maui
Heir
Heir

Posts : 34
Join date : 2014-10-19

Back to top Go down

[hel]offline_buffer Empty Re: [hel]offline_buffer

Post by Kyosumeshin 23/11/14, 03:51 pm

It's not gonna work without the java script -.-
Kyosumeshin
Kyosumeshin
Moderator
Moderator

Posts : 201
Join date : 2014-09-03
Age : 39

http://www.l2-vengeance.com

Back to top Go down

[hel]offline_buffer Empty Re: [hel]offline_buffer

Post by maui 23/11/14, 04:17 pm

Kyosumeshin wrote:It's not gonna work without the java script -.-


what ?


this link all java files http://pastebin.com/GNU9768b

maui
Heir
Heir

Posts : 34
Join date : 2014-10-19

Back to top Go down

[hel]offline_buffer Empty Re: [hel]offline_buffer

Post by Kyosumeshin 23/11/14, 04:35 pm

maui wrote:
Kyosumeshin wrote:It's not gonna work without the java script -.-


what ?


this link all  java files http://pastebin.com/GNU9768b
Yeah, my bad I didn't noticed the link.
The deal is we don't do custom stuff. Only retail related. If anyone wants to adapt it for his own server, go ahead.
Kyosumeshin
Kyosumeshin
Moderator
Moderator

Posts : 201
Join date : 2014-09-03
Age : 39

http://www.l2-vengeance.com

Back to top Go down

[hel]offline_buffer Empty Re: [hel]offline_buffer

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum