Ask Question I will help you!

11/28/2016 16:00 itdhos#76
Quote:
Originally Posted by kyrie28 View Post
how to delete templar class? kappa no kappa
Just delete ctype id in BTCharInfo for templar and done , no one can change job to templar anymore. :D
11/28/2016 18:39 ammadpurba#77
Quote:
Originally Posted by RitoYuuki View Post
If you would Read through the Forum, you will see that already some People already Posted here what it means



I reported your f*cking Server Spam now.
I hope you get Banned for this.
so jealous
11/28/2016 18:42 im batman#78
Quote:
Originally Posted by ammadpurba View Post
so jealous
not jealous. annoyed. nobody likes seeing spam.
11/28/2016 18:43 RitoYuuki#79
Quote:
Originally Posted by ammadpurba View Post
so jealous
[Only registered and activated users can see links. Click Here To Register...]
11/28/2016 20:25 ammadpurba#80
Quote:
Originally Posted by im batman View Post
not jealous. annoyed. nobody likes seeing spam.
still don't have any server ?
11/28/2016 20:35 Nevernajt#81
Quote:
Originally Posted by ammadpurba View Post
still don't have any server ?
dude, just delete your accounts from this forum and leave. no one likes u and your shitty server.
11/28/2016 20:37 ammadpurba#82
Quote:
Originally Posted by Nevernajt View Post
dude, just delete your accounts from this forum and leave. no one likes u and your shitty server.
why ? this is a forum for all people
you have better server running right now ? if you have then show us .

i don't care what ppl think who i am .
i will stand here to the end .
and i believe you guys is not own this forums
so if you don't like my thread
[Only registered and activated users can see links. Click Here To Register...]
just press log off .
11/28/2016 20:44 asdfRohan#83
Every hobbit can run a server. You are the proof, and yours sucks big donkey balls, so what. The art is to create something different and new so stop bragging about your fail server already ^^
11/28/2016 20:44 ammadpurba#84
Quote:
Originally Posted by asdfRohan View Post
Every hobbit can run a server. You are the proof, and yours sucks big donkey balls, so what. The art is to create something different and new so stop bragging about your fail server already ^^
thanks sir
11/28/2016 21:48 asdfRohan#85
No worries.
11/29/2016 17:30 im batman#86
Quote:
Originally Posted by ammadpurba View Post
still don't have any server ?
why on earth would I want to run a server?
am I supposed to have one?
Says who?
you? the person that runs a cookie cutter, copy the indo bins, donkey-ball-sucking wannabe rohan server? LMFAO!
12/01/2016 09:33 jamesyap00#87
How do i make scroll untradeable and undroppable?
12/02/2016 19:16 im batman#88
set it a as an ITEMMALL or EVENT item.

just keep in mind that you won't be able to put it in your bank because bank lets you trade between characters.
12/03/2016 08:52 DeveloperJugs#89
Quote:
Originally Posted by im batman View Post
set it a as an ITEMMALL or EVENT item.

just keep in mind that you won't be able to put it in your bank because bank lets you trade between characters.
this is good suggestion :)

if you are using structorian in "description" column.

this are the untradeable code.
12 - Color Violet
10 - Color Brown (MAYBE IDK the exact color)
18 - Color Blue
as far as i know.
12/03/2016 09:17 asdfRohan#90
public enum EItemDescription {
Normal = 0x0,
Magic = 0x1,
Set = 0x2,
Rare = 0x3,
Unique = 0x4,
Quest = 0x5,
Newbie = 0x6,
Siege = 0x7,
Rank = 0x8,
Skill = 0x9,
Event = 0xA,
Ancient = 0xB,
MallItem = 0xC,
NonDropItem = 0xD,
Belong = 0xE,
GuildWarOnly = 0xF,
Resource = 0x10,
CraftProduct = 0x11,
ExchangeItem = 0x12,
MallItemExtended = 0x13,
PCEvent = 0x14,
}