Jump to content

hendra814

Members
  • Posts

    882
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by hendra814

  1. 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.

    • Like 2
  2. 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

    Spoiler

    error.jpg.e2285debfeb2aa79ac8942ce1295d08f.jpg

    and this my visual studio installed packages.

    Spoiler

    1135760407_visualC.jpg.60de212beef9fe8eb2b4d9edce7c978f.jpg

    please tell me what i've been missed.

  3. On 5/6/2021 at 8:52 PM, Pandee said:
      Hide contents
    
    prontera,140,226,6	script	VIP System	109,{
    if (getgroupid()<4) {
    goto Prem;
    }
    
    
    Prem:
    set [email protected],70;
    set [email protected],250;
    set [email protected],650;
    if (getgroupid()>60) {
    mes "[ VIP NPC ]";
    mes "Sorry,GM staff not allowed to use this feature.";
    close;
    }
    
    set [email protected], 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",[email protected]);
    next;
    
    mes "[ VIP NPC ]";
    mes "Purchase VIP Time.";
    mes "24 hours "[email protected]+" cash point";
    mes "1 week "[email protected]+" cash point";
    mes "1 month "[email protected]+" 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 < [email protected]) {
    mes "[ VIP NPC ]";
    mes "Your cash points not enough,";
    mes ""[email protected]+" cash points needed to use this feature.";
    close;
    }
    //set #CASHPOINTS, #CASHPOINTS - [email protected];
    atcommand "@vip +24h ""+strcharinfo(0)+""";
    mes "[ VIP NPC ]";
    mes "Enjoy your service.";
    dispbottom "your current cashpoint "+#CASHPOINTS+".";
    close;
    
    case 2:
    if (#CASHPOINTS < [email protected]) {
    mes "[ VIP NPC ]";
    mes "Your cash points not enough,";
    mes ""[email protected]+" cash points needed to use this feature.";
    close;
    }
    //set #CASHPOINTS, #CASHPOINTS - [email protected];
    atcommand "@vip +7d ""+strcharinfo(0)+""";
    mes "[ VIP NPC ]";
    mes "Enjoy your service.";
    dispbottom "your current cashpoint "+#CASHPOINTS+".";
    close;
    
    case 3:
    if (#CASHPOINTS < [email protected]) {
    mes "[ VIP NPC ]";
    mes "Your cash points not enough,";
    mes ""[email protected]+" cash points needed to use this feature.";
    close;
    }
    //set #CASHPOINTS, #CASHPOINTS - [email protected];
    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

  4. 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

    image.thumb.png.c57f388ee494f69a85a866605f597038.png

     

    Done by import cp_itemshop.20080928225124.sql and refresh after that

  5. 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.

  6. 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

    image

    and when try runserver with debug mode, it's show error like this

    image

     

    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.

    screenrAthena000

  7. On 9/1/2020 at 8:46 AM, eduardoxmenezes said:

    @hendra814,

    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

    2020-09-03_075030.gif.f2ad7d305711d7ba0fac1c374bdc3100.gif

    still confuse with this client setting.

     

    Note: all work normal now, already found the problem.

    • Like 1
  8. 4 hours ago, eduardoxmenezes said:

    @hendra814

    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?

  9. 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?

  10. Why using 20200401 all npc, warp point and monster not appear.

    Spoiler

    screenrAthena044.thumb.jpg.330cd823b14582b64e13041ed0d88c31.jpg

    here my diff option

    Spoiler
    Quote

    2 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?

  11. 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

  12. 2 hours ago, michaelsoftman said:

    So I'm attempting to patch the 2018-06-20eRagexeRE client with the latest version of Nemo.  After patching, the client won't open on startup.  I've read other topics around the forums, and it seems like it's required to have the patch SelectKoreaClientInfo().  However, this patch doesn't work in Nemo at all. Selecting it will always return a Failed in step 2c - found wrong offset for iteration no.0 error.

    Is there a way to get this working?  I see other forum topics where members have applied this patch somehow.  Or is it not actually needed, and my issue is actually something else?

    try using this option

    2018 diff.log

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.