-
Posts
1,085 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Chaos92
-
thats the old one. No need that anymore. You need to run the SQL for web in sql-files and also make sure port are correct. I saw from screenshot above your ports are not correct.
-
Your web server listening to port 8888. So change your port to 8888 in your lua files there.
-
1. Connect to the same LAN connection. 2. Install/start local server. Get the IP. Might be192.xx.xx.xx. Can check in ipconfig. Important because sclientinfo.xml or clientinfo.xml should use this IP. 3. Connect to that local server IP. Every time you reconnect LAN connection, that IP might have changed, so need to edit sclientinfo.xml or clientinfo.xml also then.
-
if you @item, does the information shows or still unknown item ? Check your iteminfo.lua/lub
-
installation cents 7 x64 and mariadb
Chaos92 replied to Aegon Cbk's question in Installation Support
rename that database to the database name that you're using for rathena -
installation cents 7 x64 and mariadb
Chaos92 replied to Aegon Cbk's question in Installation Support
add user privilege for the database. -
Try to add user database privilege.
-
how to fix [Warning]: inter_guild_fromsql:
Chaos92 replied to Shadow Rebom's question in Database Requests
that is gender warning. Try check your char_id 150001 in char table for datatype 'sex'. It should be M or F only. Maybe its stated 'U' there. -
Like this ? bonus bStr,getrefine()/2; bonus bAtk,20*(getrefine()/2); if (getrefine()>9) { bonus bDex,5; bonus bStr,5; }
-
Contact @Functor in rathena PM or skype him. Make sure you're contacting a correct person/Skype ID.
-
try change hair colour, cloth color, hstyle to 1. 1 shouldnt have any problems. change in char table in your ragnarok database.
-
Need SVN Server with has already mount ?.
Chaos92 replied to iosman123's question in General Support
Latest one ? https://github.com/rathena/rathena -
New mob_db in YML makes Boss Mobs so strong
Chaos92 replied to Adimgar's question in Database Support
https://github.com/rathena/rathena/pull/5749 Because of MVP Green Aura in renewal. Maybe your SQL are outdated rathena which isnt later than 22 February ? -
What do you mean by bug it using alt+f4 ? Alt+f4 close the client right.
-
prontera,150,160,3 script Example 99,{ if(!getcharid(2)) { mes "Welcome"; close; } switch(select("Storage:Tool Dealer:Cashshop")){ case 1: openstorage; end; case 2: callshop "yourshop",1; end; case 3: callshop "yourshop",1; end; } { Above script will only open Storage, Tool Dealer, Cashshop IF characters have GUILD. prontera,150,160,3 script Example 99,{ if(!getcharid(2)) { mes "Welcome"; close; } if (getcharid(2) == 3){ switch(select("Storage:Tool Dealer:Cashshop")){ case 1: openstorage; end; case 2: callshop "yourshop",1; end; case 3: callshop "yourshop",1; end; } } { Something like this. You might want to add close; also for guildID that isnt == 3
-
GuildID. means the ID, not name. it should be in numbers. Check it in your database table 'guild'
-
if (getcharid(2) == ?? ?? = GuildID
-
loadevent mapflag event its not listed on the map list
Chaos92 replied to AinsLord's question in Scripting Support
i didnt found any 'payon' words there. -
Correct On<day><time> script for daily event
Chaos92 replied to AinsLord's question in Scripting Support
OnClock<hour><minute>: OnMinute<minute>: OnHour<hour>: On<weekday><hour><minute>: OnDay<month><day>: This will execute when the server clock hits the specified date or time. Hours and minutes are given in military time. ('0105' will mean 01:05 AM). Weekdays are Sun,Mon,Tue,Wed,Thu,Fri,Sat. Months are 01 to 12, days are 01 to 31. Remember the zero. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt- 1 reply
-
- 1
-
-
Unlimited bottle for acid demonstration/terror
Chaos92 replied to Karthikeyan's question in Source Support
How about remove the item cost for the skills in skill_db.yml ? -
what windows ? what client date ? seems like old windows/client related issues. no much information provided here.
-
Follow the example up there. include '_' underscore so you can follow the example there. make sure edit correct file accessoryid and accname. same goes to iteminfo.lua
-
make sure you have set the correct client name .exe when setup your Thor Patcher.
-
Clarification on Mapflag Restricted items on PVP maps
Chaos92 replied to AinsLord's question in Scripting Support
because of that setarray in your script. its reading between coma ',' for each mapflag. For sure it cant read your mf_restricted, 2, -
edited item_db_equip.yml but slot bmp not showing up
Chaos92 replied to macmac88's question in Database Support
Hello, for client 2013 and above it should be in iteminfo.lua or any iteminfo files name that your client diffed located in System folder.