Jump to content

  •  

ellandson

Member Since 14 Jun 2014
Offline Last Active Oct 16 2016 04:21 PM
-----

Topics I've Started

Source Warning and compile.

16 April 2016 - 12:48 AM

after adding a custom class I'm getting a Warning to compile.

 

 

itemdb.c: In function ‘itemdb_jobmask2mapid’:
itemdb.c:542:20: warning: left shift count >= width of type [-Wshift-count-overflow]
   bclass[0] |= 1ULL<<MAPID_DORAM;

 

 

 

 

itemdb.c

	if (jobmask & 1ULL<<30) //Rebellion
		bclass[1] |= 1ULL<<MAPID_GUNSLINGER;
	if (jobmask & 1ULL<<31)
		bclass[0] |= 1ULL<<MAPID_DORAM;

How To Add Custom baby Class

15 April 2016 - 11:40 PM

I added the Doram class as a custom class, everything is already working however like to know why the custons item is not treated as a baby class example
 
item X in a normal class is X
the X item in a baby class is x
 
however the X item in a custom Doram class is X
I would leave the X item in a Doram class x
 
x, X = item size.
 
g1yHcxv.png7kScCwu.pngJMITpQw.png
 
the screenshots to see clearly not the most items are great for Doram.

Lasagna MAPS

13 April 2016 - 08:05 PM

http://herc.ws/board...reenshot&id=250

File Name: Lasagna MAPS
File Submitter: ellandson
File Submitted: 13 Apr 2016
File Category: Maps & Textures

Alls doram's Maps.

Click here to download this file

What this means?

10 April 2016 - 01:41 PM

I just recompiled my emulator using linux and get this information, you have not the slightest idea WHAT is, someone can explain me?

 

 

 


 

Compile Flags: -g -O2 -pipe -ffast-math -Wall -Wextra -Wno-sign-compare -std=c99 -Wno-unused-parameter -Wno-clobbered -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wcast-qual -Wno-format-nonliteral -Wno-switch -Wno-missing-field-initializers -Wshadow -fno-strict-aliasing -g -DHAVE_EXECINFO -DMAXCONN=16384 -I../common -DHAS_TLS -DHAVE_SETRLIMIT -DHAVE_STRNLEN -DDEBUG -DHAVE_MONOTONIC_CLOCK