Jump to content

[ Dead Download Link ] Vanilla Core 2.4.1 [ We Need You ]


Vanilla

Recommended Posts

 

 

 

 

After putting the vanilla core 2.4.1 always tells me that the data are incorrect. 
 
SYSERR auth: 
 
SYSERR: Jun 7 12:41:25 :: ChildLoop: AsyncSQL: Query failed: Table 'account.string' does not exist (query: SELECT name, text FROM string errno: 1146)

 

DROP TABLE IF EXISTS `string`;
CREATE TABLE `string` (
  `id` int(225) NOT NULL,
  `name` varchar(225) NOT NULL,
  `text` varchar(225) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
In account database.

 

I did not understand. Explain in simple words xD

 

Connect via Navicat to your account database, press F6 for console put the query in it and run, finish.

 

Not resolved.... @vanilla

Link to comment
Share on other sites

@M4cheteros: This is no vanilla error, as I already stated. It's an error from your database and has nothing to do with the core.

Please refrain from asking questions not regarding to the core itself.

 

I'm currently looking at the mount damage again. Maybe I've missed something, but you'd be able to use horse skills on them by now.

 

The error with your chat is because it tries to apply a color, but the client doesn't seem to recognize it.

  • Love 1

We are the tortured.
We're not your friends.
As long as we're not visible.
We are unfixable.

Link to comment
Share on other sites

@M4cheteros: This is no vanilla error, as I already stated. It's an error from your database and has nothing to do with the core.

Please refrain from asking questions not regarding to the core itself.

 

I'm currently looking at the mount damage again. Maybe I've missed something, but you'd be able to use horse skills on them by now.

 

The error with your chat is because it tries to apply a color, but the client doesn't seem to recognize it.

 

 

Edit. Resolved.

Link to comment
Share on other sites

  • Premium

I fix it I think, but I don't have any error in my syserr.

Impossible to connect, it's all.

 

So I've got :

buffer_new: calloc failed [12] Cannot allocate memory

safe_create: calloc failed [12] Cannot allocate memory

 

But this tutorial don't work with me : http://metin2dev.org/board/topic/1080-howto-fix-crash-db-cannot-allocate-memory/
 

Link to comment
Share on other sites

BUG REPORT!!!!

Trigger "kill" is bugged.

 

If you use this trigger in the following way, it will work.

quest test begin
     state start begin
          when kill begin
               chat("hello")
          end
     end
end

But if you use the trigger in this way, it won't work!!!

quest test begin
     state start begin
          when 101.kill begin
               chat("hello")
          end
     end
end

Please fix this bug!

Thanks in advance.

Link to comment
Share on other sites

use

 

quest test begin

     state start begin
          when kill with npc.get_race() == 101 begin

               chat("hello")
          end
     end
end

This is normally a bug with multiple kill triggers which is in every core.

 

ATTR_CHANGE_LIMIT is still the same, nothing changed. It's in seconds, not minutes.

 

We are the tortured.
We're not your friends.
As long as we're not visible.
We are unfixable.

Link to comment
Share on other sites

ITEM_OWNERSHIP_TIME: int
If you drop an item, this option sets how long the item will be flagged as yours.
 
GOLD_DROP_TIME_INTERVAL: int
Sets how long you have to wait until you can drop gold again.
 
item_floor_time: int
Set the time how long a dropped item will be lying on the ground (by monsters)

GOLD_DROP_TIME: int
Sets the time how long dropped gold will lay on the ground until it's purged.
 
ITEM_DROP_TIME: int
Sets how long dropped items will lay on the ground intil it's purged.
 
I included the last one into the first post now. It was missing, but it's already installed in the gamefile and you can use it.

 

  • Love 1

We are the tortured.
We're not your friends.
As long as we're not visible.
We are unfixable.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.