Jump to content

hendra814

Members
  • Posts

    882
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by hendra814

  1. 24 minutes ago, Haikenz said:

    I use them all, but still the error continues

    [2019-02-28 20:01:34] [SQLSTATE=42S02] Err 1146: Table 'ragnarok_main.ragnarok_main.cp_vfp_logs' doesn't exist

    Sem-t-tulo.png

    i think rathena flux cp have some modification, because on my flux vfp error too.

    but with the different problem

    Quote

    [Fri Mar 01 16:02:13.397411 2019] [php7:notice] [pid 6624:tid 1836] [client ::1:52912] PHP Notice:  Undefined index: HTTP_X_FORWARDED_FOR in C:\\xampp\\htdocs\\Rathena\\addons\\voteforpoints\\modules\\voteforpoints\\vote.php on line 16, referer: http://www.localhost/Rathena/?module=voteforpoints

     

  2. 11 hours ago, spawnn said:

    Its been tested and the same erro occurred

    when you use vfp form the link i gave.

    are you already import the sql files on this folder schemas\logindb

    - cp_v4p_sites.sql

    - cp_v4p_votelogs.sql

    - cp_v4p_voters.sql

  3. 2 hours ago, Gigo said:

    well, first, srry for my bad english.

     

    btw, i have a proble, im already done whit the emulator and the client in a local server, the problem is, when i try to log in, log server says "conection acepted" but after dat nothing happen, and the client doesent go to char screen, just say "failed to connect server"

     

    the 3 serv are configured and running, any warning is show. what  can i do to fix this?

    server3.JPG

    your diffed client read data folder first or grf?

    and what client are you use, 2018 or below?

    cause this will define your client read clientinfo.xml or sclientinfo.xml

  4. 2 hours ago, JimmyTW said:

    The video content is mandarin.

    It's kind of like the game called Plant VS Zombie.

    You can upgrade your plant(Poring) to defense the zombie

    but it cost the sunshine as well

    It's long time ago script so I don't have the map anymore....

    In this video,waitingroom shows how many sunshine do you have

    and the shining poring will let you get sunshine as much as quickly

    garden_keeper.gifif your garden guardian is dead then you lose.

     

    Will you share this script for free?

  5. 29 minutes ago, Rizta said:

    Isnt a custom one, only drops and stats. Follow the db line.

    1180,NINE_TAIL,Nine Tail,Nine Tail,120,52783,1,39887,34998,1,1446,3496,95,40,151,88,30,40,98,75,20,12,1,2,60,0x3695,125,640,540,480,0,0,0,0,0,0,0,1022,3000,746,500,6242,2500,2463,1,526,500,525,500,0,0,0,0,0,0,0,0

     

    one mine work normal with this conf

    Spoiler
    Quote

    // The rate the common items are dropped (Items that are in the ETC tab, besides card)
    item_rate_common: 1000
    item_rate_common_boss: 1000
    item_rate_common_mvp: 1000
    item_drop_common_min: 1
    item_drop_common_max: 10000

    // The rate healing items are dropped (items that restore HP or SP)
    item_rate_heal: 1000
    item_rate_heal_boss: 1000
    item_rate_heal_mvp: 1000
    item_drop_heal_min: 1
    item_drop_heal_max: 10000

    // The rate at which usable items (in the item tab) other then healing items are dropped.
    item_rate_use: 1000
    item_rate_use_boss: 1000
    item_rate_use_mvp: 1000
    item_drop_use_min: 1
    item_drop_use_max: 10000

    // The rate at which equipment is dropped.
    item_rate_equip: 1000
    item_rate_equip_boss: 1000
    item_rate_equip_mvp: 1000
    item_drop_equip_min: 1
    item_drop_equip_max: 10000

    // The rate at which cards are dropped
    item_rate_card: 1000
    item_rate_card_boss: 100
    item_rate_card_mvp: 100
    item_drop_card_min: 1
    item_drop_card_max: 10000

    // The rate adjustment for the MVP items that the MVP gets directly in their inventory
    // Mode: 0 - official order, 1 - random order, 2 - all items
    item_rate_mvp: 100
    item_drop_mvp_min: 1
    item_drop_mvp_max: 10000
    item_drop_mvp_mode: 0

    // The rate adjustment for card-granted item drops.
    item_rate_adddrop: 100
    item_drop_add_min: 1
    item_drop_add_max: 10000

    // Rate adjustment for Treasure Box drops (these override all other modifiers)
    item_rate_treasure: 100
    item_drop_treasure_min: 1
    item_drop_treasure_max: 10000

     

    2018-12-07_152117.jpg.16699e5fda76135f5bd7bb3afe97a9bf.jpg

    and i check your nine tail db. it's not same with rathena current version.

    I think your nine tail database already have modification.

    Quote

    Your  1180,NINE_TAIL,Nine Tail,Nine Tail,120,52783,1,39887,34998,1,1446,3496,95,40,151,88,30,40,98,75,20,12,1,2,60,0x3695,125,640,540,480,0,0,0,0,0,0,0,1022,3000,746,500,6242,2500,2463,1,526,500,525,500,0,0,0,0,0,0,0,0

    Rathena 1180,NINE_TAIL,Nine Tail,Nine Tail,72,2783,1,887,998,1,491,50,95,40,61,38,30,20,88,50,10,12,1,2,63,0x3695,150,840,540,480,0,0,0,0,0,0,0,1022,4656,746,200,603,100,604,100,526,250,525,350,756,100,0,0,0,0,4159,1

     

  6. prontera,155,183,4	script	redeem	717,{
    if (countitem(4002)>=5 || countitem(4001)>=5){
    	getitem 616,1;
    	if (countitem(4002)>=5){
    	delitem 4002,5;
    	goto OnThanks;
    	}
    	if (countitem(4001)>=5){
    	delitem 4001,5;
    	goto OnThanks;
    	}
    	end;
    }
    end;
    
    OnThanks:
    mes "Thanks You";
    end;
    }

     

    • Upvote 1
  7. 17 minutes ago, eppc0330 said:

    I tried Guillontine Cross job quest but it's not completable

    The NPC necessary for the quest does not exist in a client

    I searched for information related but what I've known is just a fact that several 3rd job quests are missing

    Is this solved? 

    Please teach me how to add it if possible

    please repot on github issue, define which step is missing

    you could use IRO wiki guide step for check which part is missing.

  8. 3 hours ago, eddsan said:

    Hello all, this is my first time in years making a server for me, I remenber that in the last time I tried to make a server for me I got things to work, but now I forgot all the process.

    I compiled the Emulator, configured it, did the database part and when I open the server everything looks fine, with no errors whatsoever.

    Then now I am stuck here for good weeks now, in the Client side...

    I am using the folder provided in this post, using the 20180620 client provided in this post and packing these lua files in the data.grf that comes in the folder.

    (even though in the GitHub page says that the 20180620 client is not supported, I already see people making it work)

    I diffed my client with these options:

      Hide contents

    3 Chat Flood Remove Limit
    6 Force Send Client Hash Packet
    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    16 Disable Swear Filter
    17 Enable Official Custom Fonts
    18 Skip Service Selection Screen
    20 Extend Chat Box
    21 Extend Chat Room Box
    22 Extend PM Box
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    32 Increase Zoom Out Max
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    36 Read msgstringtable.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    43 Always Use Email for Char Deletion
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    303 Use Default Web Browser In Cashshop
    47 Use Ragnarok Icon
    304 Use Default Web Browser for <URL>
    48 Use Plain Text Descriptions (Recommended)
    305 Enable Shortcut All Item
    49 Enable Multiple GRFs (Recommended)
    50 Skip License Screen
    53 Use Ascii on All LangTypes (Recommended)
    61 Disable Packet Encryption
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    69 Extend Npc Dialog Box
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    73 Remove Hourly Announce (Recommended)
    74 Increase Screenshot Quality
    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
    97 Cancel to Login Window (Recommended)
    103 Disable Auto follow
    208 Restore Cash Shop Icon
    213 Disable Help Message on Login (Recommended)
    229 Enable Emblem hover for BG
    239 Ignore /account: command line argument
    246 Increase hair style limit in game
    248 Remove wrong chars from cash shop
    251 Allow close cutin by pressing esc key

     

    The result is a error message telling me that "Ragnarok.exe has changed, press OK to restart", then it's restarts with a grey window. When i try to open again it just won't open.

    After that I decided to only diff with recommended options, the result this time is a error of some font missing called "RixSquirrl.eot", tried to find this font online with no success.

    Then that's ir, I am stuck here for weeks now, anyone can gadly tell me what I am doing wrong? I sorry for my english, I know it's really sloppy but I tried my best.

    After pop up this message "Ragnarok.exe has changed, press OK to restart"

    open the client again and try login again.

×
×
  • Create New...

Important Information

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