-
Posts
1959 -
Joined
-
Last visited
-
Days Won
16
Community Answers
-
Brynner's post in Lua Files\HotKey errors was marked as the answer
try to check it here.
http://rathena.org/board/topic/69566-lua-files-for-older-version-that-you-need-2011-12-14-below/
you can use the 2011-03-16_lua file. if your client is diff with load lua first.
-
Brynner's post in Client 2021-11-03 doesn't work guild emblem was marked as the answer
MakeableRace = { Doram = true } AssistAddr = "YOUR IP ADDRESS:8888" ----------------------------------------- -- Old client compatibility [Secret] -- (Just change the "AssistAddr" to your IP) ----------------------------------------- Url = { TwitterUrl = 'http://'..AssistAddr } AccountLinkedUserDataUrl = { Save = 'http://'..AssistAddr..'/userconfig/save', Load = 'http://'..AssistAddr..'/userconfig/load' } TwitterDataUrl = { Auth = 'http://'..AssistAddr..'/twitter/user-auth', Upload = 'http://'..AssistAddr..'/twitter/upload' } EmblemDataUrl = { Upload = 'http://'..AssistAddr..'/emblem/upload', Download = 'http://'..AssistAddr..'/emblem/download' }
-
Brynner's post in GRF Encryption for 2021 to 2022 client was marked as the answer
im not sure if its working on 2022 client.i just got error but when i try it on 2020 client no error.
problem solved. thanks.
the grf editor that i used is outdated.
-
Brynner's post in compilation error when correcting new formula was marked as the answer
if (wd.miscflag) replace it with if (wd->miscflag)
-
Brynner's post in How to convert quest_db to quest_db.yml was marked as the answer
make sure that you also compile the csv2yaml
-
Brynner's post in how to disabled item in monk /champion class was marked as the answer
try this? 0x3E9F7EEF
Job: Equippable jobs. Uses the following bitmask table: (S.) Novice (2^00): 0x00000001 Swordman (2^01): 0x00000002 Magician (2^02): 0x00000004 Archer (2^03): 0x00000008 Acolyte (2^04): 0x00000010 Merchant (2^05): 0x00000020 Thief (2^06): 0x00000040 Knight (2^07): 0x00000080 Priest (2^08): 0x00000100 Wizard (2^09): 0x00000200 Blacksmith (2^10): 0x00000400 Hunter (2^11): 0x00000800 Assassin (2^12): 0x00001000 Unused (2^13): 0x00002000 Crusader (2^14): 0x00004000 Monk (2^15): 0x00008000 Sage (2^16): 0x00010000 Rogue (2^17): 0x00020000 Alchemist (2^18): 0x00040000 Bard/Dancer (2^19): 0x00080000 Unused (2^20): 0x00100000 Taekwon (2^21): 0x00200000 Star Gladiator (2^22): 0x00400000 Soul Linker (2^23): 0x00800000 Gunslinger (2^24): 0x01000000 Ninja (2^25): 0x02000000 Gangsi (2^26): 0x04000000 Death Knight (2^27): 0x08000000 Dark Collector (2^28): 0x10000000 Kagerou/Oboro (2^29): 0x20000000 Rebellion (2^30): 0x40000000 Summoner (2^31): 0x80000000 Novice + Swordman + Magician + Archer = 0x0000000F, why? Because: 10 = A, 11 = B, 12 = C, 13 = D, 14 = E, and 15 = F It's using hexadecimal.
-
Brynner's post in R> Changing of this text/s was marked as the answer
conf\battle\player.conf
// Base experience rate increase. Setting to 0 will disable. (Note 2) // Default: 50 vip_base_exp_increase: 50 // Job experience rate increase. Setting to 0 will disable. (Note 2) // Default: 50 vip_job_exp_increase: 50 // Experience penalty rate multiplier for VIP accounts. // Default: 100 (100 = 1% penalty) vip_exp_penalty_base: 100 vip_exp_penalty_job: 100 // Item drop increase. Setting to 0 will disable. // Note: 50 = 50% item_drop increase. // For item_rate = 200: 200 * 50 / 100 = 100 bonus rate added to the 200 base giving total rate of 300. // Default: 50 vip_drop_increase: 50
-
Brynner's post in Q > Poring Catcher was marked as the answer
OnClock0000:
OnClock0300:
OnClock0600:
OnClock0900:
OnClock1200:
OnClock1500:
OnClock1800:
OnClock2100:
-
Brynner's post in gm_cant_drop_min_lv: (gm.conf)? was marked as the answer
on your conf\groups.conf
just look for the group you want to change the restriction and just add this
can_trade: false
-
Brynner's post in Flux cp always showing server is offline was marked as the answer
try https://www.namecheap.com/ or http://www.hostgator.com/ or http://www.hostmonster.com/
-
Brynner's post in what's wrong with this script? was marked as the answer
problem solved. i shouldn't put a space between the last comma and the opening curly
-
Brynner's post in Help...2014-03-05bRagexe chat window error was marked as the answer
your issue might be related with this.
http://hercules.ws/board/tracker/issue-7983-whisper-display/
-
Brynner's post in About hamachi. was marked as the answer
you can use no-ip as your ip so not only 5 can connect to your server.
-
Brynner's post in Support with Vendor Control v1.2 was marked as the answer
and also check your conf\battle\player.conf
min_npc_vendchat_distance: 3
-
Brynner's post in server abouts? was marked as the answer
you can use rathena. all you need to do is to select the rathena. using your vncviewer.
-
Brynner's post in Cash Shop Problem 20120410 was marked as the answer
try to check my topic.
http://rathena.org/board/topic/81747-2012-04-10aragexe-v3-booking-system/
-
Brynner's post in Request NPC Rental Using Cashpoint On Item Id 12622 was marked as the answer
the script still the same with Capuche. the only thing that i change there is this.
#CASHPOINTS = #CASHPOINTS - .cash_req;
rentitem .item_rent, .rent_time;
end;
to
#CASHPOINTS = #CASHPOINTS - .cash_req;
rentitem .item_rent, .rent_time;
close;
-
Brynner's post in disable email veri was marked as the answer
config\application.php
'RequireEmailConfirm' => true, //to enable
'RequireEmailConfirm' => false, //default disabled
-
Brynner's post in Removing Login Screens Additional Password Security was marked as the answer
char_athena.conf
//===================================
// Pincode system
//===================================
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
// Default: yes
pincode_enabled: yes
-
Brynner's post in WeeDiff to Stop Client Closing on Wrong password ? was marked as the answer
here
WDGRemoveLoginAutoClose.rar
-
Brynner's post in Lub files? was marked as the answer
use this. it's already decompile lub files.
datainfo.rar
-
Brynner's post in 2012-04-10 Server Select was marked as the answer
just do what i say before.
change your langtype. it doesn't work on langtype 7.it will redirect you to login screen instead of select server.
but don't forget on your diff to uncheck the skip select service. and put a check on skip license screen to make it work.