-
Posts
953 -
Joined
-
Last visited
-
Days Won
16
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Start_
-
-
Open VS >> Find all ( Current Projects ) >> Find wording about "roullete" >> you will found the line of rate of coin to change.
-
bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,100; autobonus "{ bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,1000; }",10,6000,BF_WEAPON,"{ misceffect 521; }";
-
{ autobonus "{}",10,1000,BF_WEAPON,"{ if (@summon_limit < 1) { atcommand \"@slaveclone\"; @summon_limit += 1; } }"; },{},{}
-
Did you custom IG_? If yes please check announce for normal item group first if it's work perfectly then problems is on custom IG_.
-
Not sure but you can try.
-
Simply add more line to setrandomoption
setrandomoption(.@part,0,.@opt,.@val,.@indx,getcharid(0)); setrandomoption(.@part,1,.@opt,.@val,.@indx,getcharid(0)); setrandomoption(.@part,2,.@opt,.@val,.@indx,getcharid(0)); setrandomoption(.@part,3,.@opt,.@val,.@indx,getcharid(0)); setrandomoption(.@part,4,.@opt,.@val,.@indx,getcharid(0));
-
Because it's ignore flee?
-
On 8/26/2019 at 8:25 PM, caos51 said:
map-server console say something? look if there are any errors.
Yeah pretty sure map-server had an error because in photo that already show 1/999
In normally should say 1/1.
-
In picture you post that's fine so what's your problems.
If you can't custom ROBE sprite try to follow this https://rathena.org/board/topic/72734-guide-custom-wings-at-robe-place/
-
Go to src about BG Button >> Use show cutin function and end function instantly with return; that's should be okay.
-
It's work fine with lastest rAthena please try to use lastest rAthena.
-
use tab instead of spacebar in header.
-
It's said Unknown Skill Id 339, You should track anywhere that possible to cast this skill id.
-
Maybe skin?
-
Try to clean > then build.
And check the DEFINE RENEWAL things.
-
Digital Ocean +1 Vote for now just wait other people answers.
I used Digital Ocean for around 7 month. No high-risk problems found. Price is very decent.
-
1
-
-
D:\rathena\src\map\clif.cpp at line 3641 add the clif_soundeffect ( line 9278 ) to play sound effect.
Not sure it's work just guess..
-
Checking around line 6819 on D:\rathena\src\map\status.cpp
If you had any define RENEWAL then modify it.
Also check the min max movement speed at conf folder too.
-
Just follow the basic wiki. (rAthena wiki had tutorial about how to open on various OS too.)
Did you ever made server can be running on your own computers?
If you did, Just do the same thing with VPS.
-
Just follow the adding custom item from this forum you should be able to see them easily.
By the way if you can use SDE program with eAthena just use it, it's can be help you a lot.
-
rAthena is the best!!
-
I used 0xFFFFFFFF
-
Beware of client error popup if you use client date more than 20151104
-
If you don't want to edit source code just try easy method like this.
Made 2 item that same item scripts this can be easily done by SDE program.
1.Get normal Sealed Drake Card (Non-Tradeable)
2.Go to POD > Exchange Sealed Drake Card to Sealed Drake Card(Stamp)
Edit#
Oh @Hijirikawa you and me post at the same time lol.
Error whit compile
in Source Support
Posted
You need to carefully when changing things in src folders.
Try to use lastest rAthena then merge from other branch again by see conflict carefully if you found something error you should check on it.