-
Posts
1295 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by hendra814
-
-
21 hours ago, Playtester said:
Hmm, it's definitely not finding Windows SDK 10.0 even though it looks you have it installed going by the screenshot (you made sure to update after selecting those I hope)? Maybe try installing Visual Studio 2022. That's what I did.
Thanks for the information, already tried with visual studio 2022 and it's success.
-
2
-
-
On 4/14/2022 at 8:04 AM, aleDsz said:
1. Clean your solution
2. Close your Visual Studio
3. Delete the .vs folder (D:\Rathena\.vs)
4. Open the solution again and rebuild it
Still get error.
-
On 4/2/2022 at 2:39 PM, Playtester said:
In case someone else runs into it: This updates makes VS require Windows 10 SDK to compile. If you are still running Windows 8.1 like me, it could be that you can't compile rAthena anymore.
But! You can just install Windows 10 SDK on Windows 8.1. It will tell you that the OS is not supported during installation, but it works anyway.
Sorry i got error when compile even already have Windows 10 SDK.
But sorry i can't post the error because using it at another laptop.
here the error
Spoilerand this my visual studio installed packages.
Spoilerplease tell me what i've been missed.
-
Just now, Balfear said:
What exe version you use?
Minimal requred version is 2020-09-02.oo i see, mine using 2020-06-03
thanks for the information.
-
-
On 5/6/2021 at 8:52 PM, Pandee said:
prontera,140,226,6 script VIP System 109,{ if (getgroupid()<4) { goto Prem; } Prem: set .@day,70; set .@week,250; set .@month,650; if (getgroupid()>60) { mes "[ VIP NPC ]"; mes "Sorry,GM staff not allowed to use this feature."; close; } set .@Timer, vip_status(VIP_STATUS_EXPIRE); mes "[ VIP NPC ]"; mes "Welcome "+strcharinfo(0)+","; mes "Please choose the menu."; mes "^FF0000Your VIP Status will Expire at:^000000"; mes gettimestr("%Y-%m/%d %H:%M:%S",21,vip_status(VIP_STATUS_EXPIRE)); mes "^FF0000Time Left: ^000000" + callfunc("Time2Str",.@Timer); next; mes "[ VIP NPC ]"; mes "Purchase VIP Time."; mes "24 hours "+.@day+" cash point"; mes "1 week "+.@week+" cash point"; mes "1 month "+.@month+" cash point"; mes "your cureent cashpoint "+#CASHPOINTS+"."; next; switch(select("VIP 1 Day:VIP 1 Week:VIP 1 Month:No, Thanks.")) { case 1: if (#CASHPOINTS < .@day) { mes "[ VIP NPC ]"; mes "Your cash points not enough,"; mes ""+.@day+" cash points needed to use this feature."; close; } //set #CASHPOINTS, #CASHPOINTS - .@day; atcommand "@vip +24h ""+strcharinfo(0)+"""; mes "[ VIP NPC ]"; mes "Enjoy your service."; dispbottom "your current cashpoint "+#CASHPOINTS+"."; close; case 2: if (#CASHPOINTS < .@week) { mes "[ VIP NPC ]"; mes "Your cash points not enough,"; mes ""+.@week+" cash points needed to use this feature."; close; } //set #CASHPOINTS, #CASHPOINTS - .@week; atcommand "@vip +7d ""+strcharinfo(0)+"""; mes "[ VIP NPC ]"; mes "Enjoy your service."; dispbottom "your current cashpoint "+#CASHPOINTS+"."; close; case 3: if (#CASHPOINTS < .@month) { mes "[ VIP NPC ]"; mes "Your cash points not enough,"; mes ""+.@month+" cash points needed to use this feature."; close; } //set #CASHPOINTS, #CASHPOINTS - .@month; atcommand "@vip +1m ""+strcharinfo(0)+"""; mes "[ VIP NPC ]"; mes "Enjoy your service."; dispbottom "your current cashpoint "+#CASHPOINTS+"."; close; case 4: mes "[ VIP NPC ]"; mes "See You next time."; close; } } // -------------------------------------------------- // Duplicates: // -------------------------------------------------- alberta,33,240,4 duplicate(VIP System) VIP System#alb 109 aldebaran,146,116,4 duplicate(VIP System) VIP System#alde 109 amatsu,205,87,4 duplicate(VIP System) VIP System#ama 109 ayothaya,212,172,6 duplicate(VIP System) VIP System#ayo 109 comodo,191,161,4 duplicate(VIP System) VIP System#com 109 einbech,55,36,6 duplicate(VIP System) VIP System#einbe 109 einbroch,72,206,4 duplicate(VIP System) VIP System#einbr 109 geffen,127,66,4 duplicate(VIP System) VIP System#gef 109 gonryun,162,126,4 duplicate(VIP System) VIP System#gon 109 hugel,102,148,4 duplicate(VIP System) VIP System#hug 109 izlude,128,152,4 duplicate(VIP System) VIP System#izl 109 //Pre-RE: (132,120) jawaii,248,134,4 duplicate(VIP System) VIP System#jaw 109 lighthalzen,154,104,4 duplicate(VIP System) VIP System#lhz 109 louyang,205,105,6 duplicate(VIP System) VIP System#lou 109 manuk,272,150,6 duplicate(VIP System) VIP System#man 109 mid_camp,216,286,4 duplicate(VIP System) VIP System#mid 109 morocc,146,89,4 duplicate(VIP System) VIP System#mor 109 moscovia,226,195,4 duplicate(VIP System) VIP System#mos 109 niflheim,199,180,4 duplicate(VIP System) VIP System#nif 109 payon,178,109,4 duplicate(VIP System) VIP System#pay 109 rachel,138,122,4 duplicate(VIP System) VIP System#rac 109 splendide,198,153,4 duplicate(VIP System) VIP System#spl 109 umbala,97,148,3 duplicate(VIP System) VIP System#umb 109 veins,211,120,4 duplicate(VIP System) VIP System#ve 109 xmas,142,139,6 duplicate(VIP System) VIP System#xmas 109 yuno,164,50,4 duplicate(VIP System) VIP System#yuno 109 // -------------------------------------------------- // Duplicates (Renewal): // -------------------------------------------------- brasilis,199,225,4 duplicate(VIP System) VIP System#bra 109 dewata,202,190,6 duplicate(VIP System) VIP System#dew 109 dicastes01,196,197,6 duplicate(VIP System) VIP System#dic 109 malangdo,137,116,6 duplicate(VIP System) VIP System#mal 109 malaya,228,195,4 duplicate(VIP System) VIP System#ma 109
I have the above code which I tinkered from
However, Clicking on the NPC gives no chat box. I am certain i forgot or did something wrong, but the question is where. Im still very new to scripting and learning by example.
Thanks!
Are you already enable VIP funtion?
by default it's disable at src\config\core.hpp
-
On 10/11/2017 at 6:33 AM, fictionx said:
I fixed the error, the problem was in cp_itemshop, for some reason in the instalation try to reinstall the same table trying to add the "use_existing". I manually removed the field and the problem has fixed.
May i know what field you remove from the table?
because i look into the table it's still empty
Done by import cp_itemshop.20080928225124.sql and refresh after that
-
On 10/10/2017 at 9:13 AM, Foob said:
What I do if there is existing cp_tables for flux in sql is I drop all of them and make fresh installment.
not working, i got this error using your method
-
FYI.
This error because client can't show map info when player get warp into town or field.
to solve it i get information to put file SCDream4.otf and SCDream6.otf into system\font folder
(if you don't have it you can copy and rename the file at C:\Windows\Font)
-
Please update it for another town like iro
-
Fix using nemo option
Quote341 Disable map sign display
-
1
-
-
Hi Chris,
could you help me with my problem at this thread
Since you change github repository folder structure from ragnarok into renewal, i can't get enter map server if the map have mini map.
I don't know what issue is this, because already try many composition with diff and changes in translation files, but still got the same error.
If you know about this error please tell me, thanks before.
-
Hi all, need help badly, because i don't know what i suppose to do to fix the error.
in 2018 client the game work well, but when using 20200401 client when character entering map like prontera, izlude,payon it's show error like this
and when try runserver with debug mode, it's show error like this
but when i change it into 2018 client to change player with map without mini map, and change into 2020 client again.
It's work, So what suppose i do to fix this error, because i already try with any option in nemo about map.
It's still show the same error.
here the example map when i using 2020 client after change the map with 2018 client.
-
On 9/1/2020 at 8:46 AM, eduardoxmenezes said:
https://github.com/llchrisll/ROenglishRE
Like i've said earlier, I completely have no idea about login failure. However, as far as I remember, I also upgraded the SQL database (execute/import sql upgrade files on sql-files folder from the github). Some SQLs are failed too (or execute nothing).
5 Enable Proxy Support 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 24 Fix Camera Angles (Recommended) 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 313 Change MapInfo*.lub path 317 Ignore Quest Errors 320 Ignore Towninfo*.lub Reading 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 71 Ignore Resource Errors 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) 234 Ignore Lua Errors 239 Ignore /account: command line argument
I think, the reason why some ppl have different errors on NEMO, it's caused by different NEMO and/or different client exe file. It might be there's several ways to pass through, until we can play the client on our own PC.
Using Chris translation files, it's make me can't entering map server
still confuse with this client setting.
Note: all work normal now, already found the problem.
-
1
-
-
4 hours ago, eduardoxmenezes said:
I use chris' translation, meaning that I put llchrisll Translation Project Ragnarok folder's contents to my own folder. I don't know if this works too with Zack's Translation folder.
Well, in grf, we'll see Korean language version of all things. That's why to override this, we intercept with "Read data folder first" from chris.
could you share the link for ||chris|| Traslation Project Ragnarok,
and btw i'm use you nemo option
But i can't enter the game, always failed after entering password.
could you please recheck your nemo option too?
-
how you could pick option
13 Disable Ragexe Filename Check (Recommended)
because i can't pick this option
-
3 hours ago, eduardoxmenezes said:
Thank you, Yes, it's solved now. I also managed by combining files from grf & Translation Project. I found that for example Feint Bomb is maxed to 10 levels, although still listed as max 3 level on Translation. Have fun!
@hendra814, check my post:
what did you do in step 4 and 6 ?
could you detail it?
i'm still using zack translation files, because i'm not found any translation files for 2020 client and newer.
is client suppose to use read grf instead of read data folder first?
-
Why using 20200401 all npc, warp point and monster not appear.
here my diff option
SpoilerQuote2 Chat Flood Allow
6 Force Send Client Hash Packet
8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
268 Restore chat focus
270 Change AchievementList*.lub path
271 Change MonsterSizeEffect*.lub path
272 Change Towninfo*.lub path
16 Disable Swear Filter
273 Change PetEvolutionCln*.lub path
274 Change Tipbox*.lub path
275 Change CheckAttendance*.lub path
19 Enable Title Bar Menu
276 Change OngoingQuestInfoList*.lub path
277 Change RecommendedQuestInfoList*.lub path
278 Change PrivateAirplane*.lub path
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
290 Hide build info in client (Recommended)
34 Enable /showname (Recommended)
291 Hide packets from peek (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
41 Disable Nagle Algorithm (Recommended)
43 Always Use Email for Char Deletion
44 Translate Client (Recommended)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
51 Always Show License Screen
53 Use Ascii on All LangTypes (Recommended)
317 Ignore Quest Errors
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
71 Ignore Resource Errors
72 Ignore Missing Palette Error
73 Remove Hourly Announce (Recommended)
76 Enforce Official Login Background
84 Remove Serial Display (Recommended)
86 Only First Login Background
88 Allow space in guild name
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
101 Skip Friend list Cheat Check
102 Skip Guild Member Cheat Check
115 Enable Effect for all Maps [Experimental]
212 Restore Roulette
213 Disable Help Message on Login (Recommended)
214 Restore Model Culling
215 Increase Map Quality
230 Always load Korea ExternalSettings lua file
231 Remove hardcoded address/port (Recommended)
232 Restore old login packet (Recommended)
234 Ignore Lua Errors
244 Disable Cheat Defender Game Guard (Recommended)
246 Increase hair style limit in game
248 Remove wrong chars from cash shop
249 Change minimal screen resolution limit
256 Use Default Web Browser In Cashshop
Is this problem related to translation client files?
because i'm still using zack translation files. But my KRO using lastest update.
Is there any new translation project support for 2020 client?
-
19 minutes ago, andana said:
saya online dan saya gak pake client ROFL ini client saya sendiri yang saya pake itu client kro saya ambil data.grf nya setelah kro nya saya update baru saya ambil dan saya masukan ke client Rolove saya tapi sering muncul box error
Saran saya ambl semua file dari KROnya, jadi cemplungin client Rolove kamu di folder KRO saat menjalankan gamenya
-
1 minute ago, andana said:
ya online lah kak nih kan bukan ragnarok forever love tapi ragnarok love kak
wah maaf, mirip2 sih, kirain yang server indo.
kemungkinannya client baca grf kalau gitu, jadi kamau harus buka grf si forever love, masukin map nya kesana
Pakai applikasi grf editor
-
3 minutes ago, andana said:
Sory mau tanya, ini kamu pakainya untuk amen online ragnarok forever love atau kamu setting offline?
Lagian kalau pake buat ofline bakal banyak file yang kurang kalau pakai client ROFL.
-
-
Just now, andana said:
the geffenia data folder was added to the client or what? give SS, so I know where the file is located
Add di client, kalau pakai data folder masukkan ke data folder
kalau pakai custom grf masukkan file yang dikasih optimus ke custom grf
-
error on login,char and map server/ SSL connection error: unknown error number rathena
in General Support
Posted · Edited by hendra814
your's ragnarok database not using ragnarok but ragnarok db
Change at inter_athena,conf for login_server_db, ip_ban_db, char_server_db, map_server_db, and log_login_db