IPB

Welcome Guest ( Log In | Register )



4 Pages V  < 1 2 3 4 >  
Reply to this topicStart new topic
02/11/2009 - Kro Maintenance
heroserver
post Feb 13 2009, 10:35 AM
Post #31


Leaning eA
**

Group: eA Level 3 (Normal)
Posts: 34
Joined: 27-December 08
Member No.: 277,403



could anyone help me how to register on kRO please
Go to the top of the page
 
+Quote Post
Epsynus
post Feb 13 2009, 03:01 PM
Post #32


Rawr
***

Group: eA Level 5 (Super)
Posts: 232
Joined: 26-March 07
From: Sweden
Member No.: 221,837



You need to have a valid korean KSSN number to be able to register
i can help once you have one ^^

This post has been edited by DareniusX: Feb 15 2009, 08:29 AM
Go to the top of the page
 
+Quote Post
cristal0
post Feb 14 2009, 06:42 AM
Post #33


Leaning eA
**

Group: eA Level 3 (Normal)
Posts: 33
Joined: 12-November 05
From: Warsaw, Poland
Member No.: 131,367



QUOTE (DareniusX @ Feb 13 2009, 04:01 PM) *
You need to have a valid korean CCN (or was it CCS) number to be able to register
i can help once you have one ^^

did you mean kssn? and as i said before if you dont live in korea you cant help him
Go to the top of the page
 
+Quote Post
Epsynus
post Feb 15 2009, 08:28 AM
Post #34


Rawr
***

Group: eA Level 5 (Super)
Posts: 232
Joined: 26-March 07
From: Sweden
Member No.: 221,837



yeah i meant kssn.
if he gets a valid one i can still translate the website & help him register ^^
Go to the top of the page
 
+Quote Post
xienne15
post Feb 15 2009, 01:04 PM
Post #35


IxCyrusxI
*****

Group: eA Level 5 (Super)
Posts: 522
Joined: 18-December 05
From: 서울특별시, KR
Member No.: 135,757



QUOTE (DareniusX @ Feb 14 2009, 01:01 AM) *
You need to have a valid korean KSSN number to be able to register
i can help once you have one ^^



QUOTE (cristal0 @ Feb 14 2009, 04:42 PM) *
QUOTE (DareniusX @ Feb 13 2009, 04:01 PM) *
You need to have a valid korean CCN (or was it CCS) number to be able to register
i can help once you have one ^^

did you mean kssn? and as i said before if you dont live in korea you cant help him



QUOTE (DareniusX @ Feb 15 2009, 06:28 PM) *
yeah i meant kssn.
if he gets a valid one i can still translate the website & help him register ^^



Refer to this link
Go to the top of the page
 
+Quote Post
Tenebrae
post Feb 15 2009, 08:32 PM
Post #36


Rogue Centurion, Waiting to See Denial of Access
****

Group: eA Level 5 (Super)
Posts: 473
Joined: 23-February 06
Member No.: 146,249



#define OPTION_SUMMER 0x00040000
#define OPTION_WRAG 0x00100000 -> Support Warg
#define OPTION_WRAG 0x00200000 -> Riding Warg


Shouldn't the OPTION_ defines be slightly different instead of matching?

Also, does anyone know of any valid option bitmask between Summer and Support Warg?
Go to the top of the page
 
+Quote Post
LimitLine
post Feb 16 2009, 12:00 AM
Post #37


This was supposed to look like an eye. A really bloodshot one.
*******

Group: eA Level 5 (Super)
Posts: 1,043
Joined: 3-April 08
From: New York, NYC
Member No.: 259,498



I believe OPTION_RIDING_DRAGON is between those, not sure. Meh, I also wonder, this might be kinda stupid but I saw the bio lab3 effect in some wizard on kRO (yeah, it's from doddler's journal), and since I can't find those in the hats folder I believe it might be a bitmask option... Who knows :X
Go to the top of the page
 
+Quote Post
Tenebrae
post Feb 16 2009, 01:51 AM
Post #38


Rogue Centurion, Waiting to See Denial of Access
****

Group: eA Level 5 (Super)
Posts: 473
Joined: 23-February 06
Member No.: 146,249



Between 0x00040000 and 0x00100000 there should be room for like.. one other bitmask: 0x00080000


Hmm, besides status.h having these under enum si_type {

CODE
    SI_TURTLEGENERAL    = 260, //All mobs display as Turtle General
    SI_BIOMOBTRICKDEAD    = 263, //Bio Mob effect on you and SI_TRICKDEAD
    SI_BLURRY        = 264, //For short time blurry screen and get Gloria icon


Normally commented out.. I'd think there'd be a need to add more status types with the new options.


EDIT:

CODE
1>c:\program files\eathena\src\map\status.h(569) : warning C4005: 'OPTION_WRAG' : macro redefinition
1>        c:\program files\eathena\src\map\status.h(568) : see previous definition of 'OPTION_WRAG'


So the #defines need to be altered, I suggest this:

#define OPTION_WRAG 0x00100000 -> Support Warg
#define OPTION_RIDING_WRAG 0x00200000 -> Riding Warg

This post has been edited by Tenebrae: Feb 16 2009, 04:52 AM
Go to the top of the page
 
+Quote Post
Rikter
post Feb 16 2009, 12:33 PM
Post #39


eA Regular
****

Group: eA Level 5 (Super)
Posts: 479
Joined: 28-August 05
From: Italy
Member No.: 123,005



QUOTE (Tenebrae @ Feb 15 2009, 09:32 PM) *
#define OPTION_SUMMER 0x00040000
#define OPTION_WRAG 0x00100000 -> Support Warg
#define OPTION_WRAG 0x00200000 -> Riding Warg


Shouldn't the OPTION_ defines be slightly different instead of matching?

Also, does anyone know of any valid option bitmask between Summer and Support Warg?

Yes, but I'm an Idiot and when writing my reply I did a copy/past of the first line I wrote and forgot to change the second option name XD
Go to the top of the page
 
+Quote Post
Diablo
post Feb 16 2009, 05:41 PM
Post #40


Diablo
****

Group: eA Level 5 (Super)
Posts: 414
Joined: 16-June 06
From: Mexico
Member No.: 172,496



#define OPTION_SUMMER 0x00040000
#define OPTION_RIDING2 0X00080000
#define OPTION_WARG 0x00100000
#define OPTION_RIDING3 0x00200000
Go to the top of the page
 
+Quote Post
LimitLine
post Feb 16 2009, 11:44 PM
Post #41


This was supposed to look like an eye. A really bloodshot one.
*******

Group: eA Level 5 (Super)
Posts: 1,043
Joined: 3-April 08
From: New York, NYC
Member No.: 259,498



QUOTE
SI_BIOMOBTRICKDEAD = 263, //Bio Mob effect on you and SI_TRICKDEAD


What? So that means I was right about the bio3 effect ^.^

Wee, got to try this out @_@
Go to the top of the page
 
+Quote Post
izh34
post Feb 17 2009, 02:04 AM
Post #42


eA Newbie
*

Group: eA Level 1 (None)
Posts: 19
Joined: 24-November 05
Member No.: 132,614



Hpoe fully more jobs will be in.....^^;
Go to the top of the page
 
+Quote Post
Balthier
post Feb 17 2009, 02:53 AM
Post #43


eA NOOB.


Group: eA Level 1 (None)
Posts: 11
Joined: 9-February 09
Member No.: 280,245



Friends, The Patch with the Class Ranger Exists?

i'm see GMDiablo with de patch sak diff team and he have a ranger in this patch, friend, you can post here you patch for us?

thx!
Go to the top of the page
 
+Quote Post
Brainstorm
post Feb 17 2009, 06:43 AM
Post #44


eA Contributor
Group Icon

Group: eA Community Contributors
Posts: 1,963
Joined: 14-August 04
From: Hell
Member No.: 226,611



OMG That wolf is so freaking ugly!
Go to the top of the page
 
+Quote Post
h4rry84
post Feb 17 2009, 07:34 AM
Post #45


Tralalala Trilili~ senangnya rasa hati~
****

Group: eA Level 5 (Super)
Posts: 420
Joined: 14-September 06
From: Soerabaya
Member No.: 188,468



yep they way it stand is ugly. unlike they were making the sprite this day
Go to the top of the page
 
+Quote Post

4 Pages V  < 1 2 3 4 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 29th July 2010 - 10:37 AM
Bridged By IpbWiki: Integration Of Invision Power Board and MediaWiki © GlobalSoft