-
Posts
833 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Start_
-
Map server crash everytime using atcommand on script.
Start_ replied to Dimas_shotta93's question in General Support
Are you modified any source code? and what is your rAthena commit hash currently. Also client date and some example scripts of yours. -
If it was bindatcommand just use countitem function If it was source command it need to do it on src folders. (Find all by put target commands in finding box then use count item function (Not sure how to count it but you can try search in src folders))
-
What file is used to block trade, sale or drop of items?
Start_ replied to acaciomilk's question in General Support
Is name and view are null like your example? If so try fill something to it or remove those lines. -
Made custom ygg. berry that cannot trade (Block all way to trade) and infinite use. Then sell or give this to them.
-
Run as admin.
-
source edit. Try search in src folder like 'RODEX, mail' and find when to open/claim mail just check jobs.
-
1.Hit fork on rAthena GitHub sites. 2.You can see your own rAthena on https://github.com/Valcars1992?tab=repositories 3.Then use it instead of official rAthena reposity. For you changes you can take it out by FTP (FileZilla) or otherway that can take whole folders out. (In case you don't want to lose your changes) then copy paste to your reposity again.
-
You need to commit your changes first because there are conflicted files with latest rAthena updates. Did you forked from rAthena yet or just using their reposity?
-
How to set siege equipment just effect only in pvp and woe ?
Start_ replied to Styx15's question in Scripting Support
Set it on db/re/item_no_equip -
use atcommand "@commands" in your commands2
-
Object reference not set to an instance of an object in SDE
Start_ replied to Zethen's question in Third Party Support
Rename import to import2 that should help. If not working try rename mob_db.yml to mob_db_.yml in import folders. -
Oh I didn't know that. Please create issue in GitHub for them.
-
Yes currently it should been like that.
-
1. Git your src folder + Commit files (No need to push to public). 2. Replace your src folder with latest rAthena src folder. 3. Revert your lost source edition (If need). 4. Clean and build.
-
12 is player sprite so you cant click it
-
[Showcase] Shrine of the Vanir (City & Interiors Project)
Start_ replied to Mina-chan's topic in Maps & 3D Modeling Showcase
Great map. Atmosphere look so nice. -
query_sql "UPDATE `char` SET `body` = 0 WHERE `account_id` = "111111111";
-
- Id: 504 AegisName: White_Potion Name: White Potion Type: Delayconsume Buy: 1200 Weight: 150 Script: | percentheal 20,0; If still not working - Id: 504 AegisName: White_Potion Name: White Potion Type: Delayconsume Flags: NoConsume: true Buy: 1200 Weight: 150 Script: | percentheal 20,0;
-
If your item had 'itemskill' that will consume otherwise it will infinite.
-
Map: \rathena\db\re\item_noequip.txt NPC Strip once enter a map: Use OnPCLoadMapEvent then use condition getequipisequiped then call unequip unequip (\rathena\doc\script_commands.txt line 955, 2735 and 5429)
-
Fix still in process, it will get merge into master branch soon.
-
You can also use setunitdata to adjust HP and MaxHP.
-
Use OnPCBaseLvUpEvent \doc\script_commands.txt lines 934 You need to implement this on any scripts. (Example: \npc\test\OnInterInit.txt)
-
Use gettime command to remember day. (Both players / NPC) If day != day reset players variables to 0