-
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
-
Thumbs up. Continue that way!
-
[Showcase] MAP - The Sacred Blood
Vykimo replied to Tio Akima's topic in Maps & 3D Modeling Showcase
Looks f*cking good ! Great work -
I think its a new client feature. So the solution is to create a mod in rathena appending online players to server name.
-
No I think He was talking about "skill". I don't see the goal of a norecall command for @recall since it is owned only by gms... if gms aren't enough responsible and they abuse of the recall command its a professionalism problem.
-
Verify you can walk on it too
-
You'll be recalled... It's not the same purpose
-
so awesome link ! Bookmarked.
-
No, but people who activate @norecall will not be recalled by emergency call
-
I need to add the @norecall command on my server
Vykimo replied to ADM Ytallo's question in Script Requests
Here : https://rathena.org/board/topic/117324-release-norecall-command/ -
View File @norecall command @norecall/@nr : Don't be recalled by Emergency Call skill. It's only a .diff file to Apply on your rAthena folder. I made this free release starting of the idea of @YtalloNv here : https://rathena.org/board/topic/117304-i-need-to-add-the-norecall-command-on-my-server/#comment-353203 Submitter Vykimo Submitted 10/28/2018 Category Source Modifications Video Content Author Vykimo
-
Please help old trap skill hunter (Multiple Trap)
Vykimo replied to instinctboy's question in Source Requests
Hercules but you can be inspired because both emulators works pretty similar.. -
It's way more complex… https://www.google.com/search?source=hp&ei=74_VW56QI8iSa7iAiNAI&q=registration+form+php&oq=registration+form+php&gs_l=psy-ab.3..0l4j0i203k1j0l2j0i203k1j0l2.954.2767.0.2933.23.8.0.0.0.0.471.471.4-1.1.0....0...1c.1.64.psy-ab..22.1.469.0...0.u7hnBI2yUfA is a good start… but you should use fluxcp or one another CP if you've no experience in webcoding. You've many alternatives here : https://rathena.org/board/forum/117-web-releases/
-
Go in your db/pre-re/skill_require_db.txt 46,0,0,12,0,0,0,11,1,1,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_DOUBLE Change 10th column to 2 like that : 46,0,0,12,0,0,0,11,1,2,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_DOUBLE
-
Version 1.0.0
209 downloads
@norecall/@nr : Don't be recalled by Emergency Call skill. It's only a .diff file to Apply on your rAthena folder. I made this free release starting of the idea of @YtalloNv here : https://rathena.org/board/topic/117304-i-need-to-add-the-norecall-command-on-my-server/#comment-353203Free -
[Showcase] Bijuu Shukaku Animated
Vykimo replied to SyncMaster's topic in Maps & 3D Modeling Showcase
So make a kyubi 3d model ^^ -
Skill damage of one parricular skill or of all ?
-
[Showcase] Bijuu Shukaku Animated
Vykimo replied to SyncMaster's topic in Maps & 3D Modeling Showcase
OMG so amazing look. But he cannot walk right ? -
I need to add the @norecall command on my server
Vykimo replied to ADM Ytallo's question in Script Requests
Good idea. I will develop it and release it -
RO Patcher Lite, v4.1.4.1282 - last updated 2021/11/05
Vykimo replied to Ai4rei's topic in Client Releases
Between rsu-kro-renewal-lite and rsu-kro-renewal-lite, no difference . ^^ (Just joking, difference between rsu-kro-renewal-lite and rsu-kro-rag-lite is that one is for renewal (rdata.grf) and the second for pre-re (data.grf, right?) -
You've to look in msgstringtable.txt if you can find this text in Korean. If not, search for every "ragnarok.co.kr" written and replace it by your server address. At least it should redirect your players to the good website…. But I think this detection is hardcoded in exe so only a new diff could delete it.
-
Brillant idea ! It guess Gravity will implement it in next few years~
-
yes and it's quite easy to code if you've PHP skills. If not, please consider using FluxCP instead... Example of simple status server check : /* Usage: $status = GetServerStatus('http://domain.com',80) or $status = GetServerStatus('IPAddress',80) */ <?php function GetServerStatus($site, $port) { $status = array("OFFLINE", "ONLINE"); $fp = @fsockopen($site, $port, $errno, $errstr, 2); if (!$fp) { return $status[0]; } else { return $status[1];} } ?>
-
No it should. Because guild id is saving in a global permanent variable. And they are stored by map-server in database table `mapreg`. So it should be remanent. If not it's maybe because you closed your mapserver too quickly and it hadn't enough time to save it in DB...
-
Oh god ! never seen such behavior ! Check if your graphic card works with ragnarok… (sometime it does not) PS : for the error, its the map icon (on upper right side) which is missing. Just add it.
-
I Don't understand… When you delete this line, everytime someone will take the castle it'll stay his property until the next emperium break. that's all.