-
Posts
236 -
Joined
-
Last visited
-
Days Won
21
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Vykimo
-
Look for "waitingroom" commands in script_command.txt .
-
Why did you choose eAthena instead of rAthena?
-
Many thanks for that kind of release ! I appreciate
-
Really cool. Iron man looks great
-
I guess it's not the good forum section to post... But I has Nothing to do with luas… It's a packet problem I guess… What is your exe version?
-
Yes, thank a lot for your work. I supported you on the crowdfunding.
-
How can i make the character fly? (like SG_FUSION)
Vykimo replied to luizragna's question in Source Support
Yes, that's normal. It's a client limitation. If you've enough recent client (2018+), you can search for GRAVITYCONTROL effect (I think id > 1000) from Star Emperor. You'll fly for approximately 30sec.... That's the best we can do currently -
I think AndRO isn't updated for that kind of recent client.. Try with older client
-
[Showcase] Lhz Dun Mobs Update aka Bio Lab Family
Vykimo replied to w0wZukuBg's topic in Spriting & Palette Showcase
Yes it looks really great. Nice job! -
making 2 different server in one client
Vykimo replied to AinsLord's question in Client-side Support
It's not possible. You've to provide 2 different clients for your players. -
Ok, so could you please explain your problem?
-
I don't see the problem ... If you modify psd/png file, it doesn't matter for your website...
-
It's impossible for us to read your content in quote... Please use code or spoiler.
-
Verify if you declare equipSwitch well in struct item { in mmo.hpp
-
Where can i add trigger for my custom label? (OnUseSkillEvent)
Vykimo replied to luizragna's question in Source Support
Hi, Go in npc.cpp : after that : case NPCE_LOGIN: return script_config.login_event_name; Add that : case NPCE_USESKILL: return script_config.useskill_event_name; Go in skill.cpp : after that : if( sd && sd->autobonus3[0].rate ) { for( i = 0; i < ARRAYLENGTH(sd->autobonus3); i++ ) { if( rnd()%1000 >= sd->autobonus3[i].rate ) continue; if( sd->autobonus3[i].atk_type != skill_id ) continue; pc_exeautobonus(sd,&sd->autobonus3[i]); } } add : npc_script_event(sd, NPCE_USESKILL); It should be enough.- 1 reply
-
- 1
-
-
Ah yes, it's possible if you modify client part. You tell to your exe that the size is bigger.
-
Oh looks very good. It's very detailled !
-
Unfortunately you cannot increase content in a client packet... Because client won't be able to understand longer packet than usual. But if you wanna experience it, go in clif_packetdb.hpp and replace : packet(0x01cd,30); by : packet(0x01cd,54); PS : 0x1cd is the packet id.
-
Participate to crowfunding with rAthena Balance account
Vykimo replied to Vykimo's topic in rAthena General
No answer?... -
Can we at least know the allowest amount each week? How many people are paid every week?
-
Hi, everything's in the title. It could be great to give a participation from our rAthena account. Regards
-
Hmm @vykimo.. For what did I contributed ?