Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. @breaker7 the 2-2nd jobs?
  2. Can someone make me this kind refine function? example : Input desired refine. If refine level is beyond +10 it will consume x2 refine ticket ( 11 ~ 20 ) then from ( 21 ~ 31 ) it will consume 5x Refine Ticket. If refine is Denied. Ticket returns to the player. ( ex : player accidentally pick the item that has the maximum refine ) Refine ticket usable. ( I use Mithril Coin as Refine Ticket )
  3. if you guys are having issue with this. please see this Napster update this source code to latest. http://rathena.org/board/topic/97889-extended-vending-system-19-cleanup-fix/
  4. On your charserver it seems that you put the wrong userid and password or you put the default userid and password. try to change it the same on what you put on mapserver. Reminder: char_athena.conf and map_athena.conf userid and password must be the same and on the mysql you also need to put what info you did on the char_athena and map_athena. What client date are you using? it seems that your data folder are not compatible with the client you are using..
  5. Thank you.. it seems that it was on the renewal.
  6. Maybe you are using renewal mechanics?
  7. As i remember there's an Official PvP Room depends on the what level the players wants to join in. It was here.. can anyone help me find those warps for PvP
  8. Yes. I am using this one but when everytime you (GM ACCOUNT) sets the Rig the Lottery menu in game. warning and debug messages popping out.
  9. Version 1.0

    573 downloads

    I made this images for my server now its left behind and I was thinking to share it on the community! Enjoy! '' I do not own the images credits to Gravity and whoever made this.
    Free
  10. Yes it's already on the script set $LR1,0; set $LR2,0; set $LR3,0; set $LR4,0; set $LR5,0; set $LR6,0;
  11. Wondering if someone can tell me what's wrong with this. Input $LR1; if ($LR1 < 1 || $LR1 > 40) goto GMInput1; mes $LR1; GMInput2: Input $LR2; if ($LR2 < 1 || $LR2 > 40) goto GMInput2; if ($LR2 == $LR1) goto GMInput2; mes $LR2; GMInput3: Input $LR3; if ($LR3 < 1 || $LR3 > 40) goto GMInput3; if ($LR3 == $LR1) goto GMInput3; if ($LR3 == $LR2) goto GMInput3; mes $LR3; GMInput4: Input $LR4; if ($LR4 < 1 || $LR4 > 40) goto GMInput4; if ($LR4 == $LR1) goto GMInput4; if ($LR4 == $LR2) goto GMInput4; if ($LR4 == $LR3) goto GMInput4; mes $LR4; GMInput5: Input $LR5; if ($LR5 < 1 || $LR5 > 40) goto GMInput5; if ($LR5 == $LR1) goto GMInput5; if ($LR5 == $LR2) goto GMInput5; if ($LR5 == $LR3) goto GMInput5; if ($LR5 == $LR4) goto GMInput5; mes $LR5; GMInput6: Input $LR6; if ($LR6 < 1 || $LR6 > 40) goto GMInput6; if ($LR6 == $LR1) goto GMInput6; if ($LR6 == $LR2) goto GMInput6; if ($LR6 == $LR3) goto GMInput6; if ($LR6 == $LR4) goto GMInput6; if ($LR6 == $LR5) goto GMInput6; mes $LR6; Somethings must be wrong here I've read the Overview errors on Wiki. but I can't figure it out. here's an images..
  12. Please delete this. I accidentally post 2 topics.
  13. Radian

    Conf's

    I'm sorry for asking such questions like this. I was planning to set my server as close to officials. but thanks for your time and explaining why
  14. Radian

    VIP System

    Is it possible to put a sign or something that will show to others that he/she is VIP? like for example. if A player is set on 1 Day VIP there's a Emblem on top of the characters head. and different Emblem each durations.
  15. Radian

    Conf's

    Yep. I am reading it 1 by 1. if its stated that its based on official servers. Regarding on this? is this an official setup? on Pre renewal mechanics? // Max armor def/mdef // NOTE: This setting have no effect if server is run on Renewal Mode (RENEWAL) // NOTE: does not affects skills and status effects like Mental Strength // If weapon_defense_type is non-zero, it won't apply to max def. // If magic_defense_type is non-zero, it won't apply to max mdef. max_def: 99 // Def to Def2 conversion bonus. If the armor def/mdef exceeds max_def, // the remaining is converted to vit def/int mdef using this multiplier // (eg: if set to 10, every armor point above the max becomes 10 vit defense points) over_def_bonus: 0
  16. Radian

    Conf's

    I was wondering if all the settings inside the Battle folder. are based on officials?
  17. I set the item and exchange into this setarray .@items, 20286, 20287, 20288, 20289, 20290, 20291, 20292; setarray .@exchange, 20286, 20287, 20288, 20289, 20290, 20291, 20292; Just make sure all your items exist in your database to check use @item <item_id> if it doesn't work then they will cause that error. Yea i've check it its working but sometimes the errors shows out.
  18. Is there any error showing up on the map server?
  19. How can i fix this one? I set the item and exchange into this setarray .@items, 20286, 20287, 20288, 20289, 20290, 20291, 20292; setarray .@exchange, 20286, 20287, 20288, 20289, 20290, 20291, 20292;
  20. How about this http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/it has a pvp ladder and pvp announcement features now you want to use pvp_n_5-5 & pvp_y_1-2 map only right? on the script find this one setarray .PvPMap$[0], "All"; //List all pvp maps here (Index 0:"All" to enable all maps) and replace it with this setarray .PvPMap$[0], "pvp_n_5-5", "pvp_y_1-2"; //List all pvp maps here (Index 0:"All" to enable all maps) and for the top 20 Ladder you want. look for this //PvP Ladder set .Top, 10; //What is the length of the list? and change it to this //PvP Ladder set .Top, 20; //What is the length of the list? here's the links credits to Ghost! http://pastebin.com/xSNqYtJm[ script ] http://pastebin.com/dEqrkczy[ Sql Table ] required !
  21. It's because you put a wrong information on the inter_athena.conf inside conf folder. // MySQL Login server login_server_ip: 127.0.0.1 login_server_port: 3306 login_server_id: mysqlusername login_server_pw: mysqlpassword login_server_db: uprise login_codepage: login_case_sensitive: no ipban_db_ip: 127.0.0.1 ipban_db_port: 3306 ipban_db_id: mysqlusername ipban_db_pw: mysqlpassword ipban_db_db: maindbname ipban_codepage: // MySQL Character server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: mysqlusername char_server_pw: mysqlpassword char_server_db: maindbname // MySQL Map Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: mysqlusername map_server_pw: mysqlpassword map_server_db: maindbname // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: mysqlusername log_db_pw: mysqlpassword log_db_db: logssqlname log_codepage: log_login_db: loginlog
  22. You mean the NPC will show some information first before it will open the Shop? try this http://pastebin.com/acEvpgZm
  23. Hello everyone! can someone give me a translated and compatible msgstringtable.txt for 20120410RE Client? I think mine is not latest nor supported the VIP System. If you don't mind can you share it to me?
  24. Thanks Capuche. Sorry I never though this is a bug.
  25. Radian

    Pc Bonus!

    thanks for the update
×
×
  • Create New...