how i can make other scroll of awakening?

10/19/2017 13:49 igorgv#1
hellow elitepvpers

It's been about 1 month that I'm looking for how to create a new scroll to do awak, I need to create a new scroll for donator, can someone help me please?
10/19/2017 14:13 babyminion#2
i think you're looking for SOFA check this out
[Only registered and activated users can see links. Click Here To Register...]
10/19/2017 15:20 igorgv#3
Does this link already have scrolling ready?
10/19/2017 15:58 Dr. Peacock#4
Quote:
Originally Posted by igorgv View Post
Does this link already have scrolling ready?
What kind of *Scroll of Awakening* do you want ? ;)
1- Like the normal Scroll, only with the chance to get better Awakes
2- A Scroll to get for example x3 the Same Awake (PERF) => (x3 28 Str)


1- Recode RandomOption for better Awakening with a other Scroll.
2- Take a look at the link, post above ^^
10/19/2017 16:42 igorgv#5
Dr.Peacock I need to create another normal scroll that comes 3x28 = STR, DEX, INT, STA, ADOCH 25, DCT 10 (random) to put this awak scroll in the donate shop, I also want to rename this scroll to Super Scroll of Awak

and also want to create another scroll to make available to an npc farm that I created

scroll name - Scroll of Super Awaks
this scroll will come with 3x 5% attack, MP, HP, DEFF, Parry

so I would like to better understand how I can create these scrolls by keeping the normal awak scroll that the game makes available
10/19/2017 17:02 Dr. Peacock#6
Check the Code of the Normal Scroll...
GenRandomOption (i think?)
Now Cope the code and rename it...
Later create in Resource a part with the same Data only changed Settings to get instant (random) 28str,sta,dex,int awakes

Time: 20-45min (for newbies)
10/19/2017 17:15 Nortix#7
Or use the released code :kappa:
10/19/2017 17:45 igorgv#8
ok i go try

thx all

I'm also looking for a map developer who can map with level 170 monsters

If someone knows someone, they can contact me
10/19/2017 18:32 babyminion#9
Quote:
Originally Posted by igorgv View Post
Dr.Peacock I need to create another normal scroll that comes 3x28 = STR, DEX, INT, STA, ADOCH 25, DCT 10 (random) to put this awak scroll in the donate shop, I also want to rename this scroll to Super Scroll of Awak

and also want to create another scroll to make available to an npc farm that I created

scroll name - Scroll of Super Awaks
this scroll will come with 3x 5% attack, MP, HP, DEFF, Parry

so I would like to better understand how I can create these scrolls by keeping the normal awak scroll that the game makes available
good idea i like this one. (for follow)

Quote:
Originally Posted by igorgv View Post
ok i go try

thx all

I'm also looking for a map developer who can map with level 170 monsters

If someone knows someone, they can contact me
pm me for map developing sir :handsdown:
10/20/2017 03:09 igorgv#10
i dont understad this part :


pUser->UpdateItem( (BYTE)pItemElem[i]->m_dwObjId, UI_NUM, 0 );
}
}
}

}
}
#endif // __FASHION_COMBINE
10/20/2017 10:09 Dr. Peacock#11
if you use Curly Braces => {} <=, make sure that everythink you open, you need to Close at the end...
I dont see right now the full part of this code, but there are x5 { above^^
10/21/2017 02:42 igorgv#12
i got this error wen i try build the wolrdserver

[Only registered and activated users can see links. Click Here To Register...]

10/21/2017 16:51 babyminion#13
replace that with this