Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/25/17 in all areas

  1. RO Open Setup About Clone of the default game setup application, shipped with every RagnarokOnline installation. It works on every 32-bit Microsoft* Windows* platform. Source is available for customizations. Known Issues None. Translations English - 100% (primary) French - 100% (Valioukha) German - 100% (Xalion) Brazilian Portuguese - 100% (EvilPuncker) Czech - 100% Japanese - 100% (Mintmoon) Russian - 100% (Jarek) Simplified Chinese - 100% (tinpont) Spanish - 100% (jaBote) Thai - 100% (iSuzutsuki) Traditional Chinese - 100% (Angelmelody) translate OpenSetup into your language Q & A Why does the client not use the Lua settings? Use latest OpenSetup version. If that's already the case, use newer client. Why does OpenSetup not let me to save without Administrator? A few settings are still written to a location in the registry, that needs Administrator rights. I have have issues with OpenSetup, is there something I should add to my report? When you experience the issue, press Shift+Esc inside the OpenSetup window until it closes and provide the generated log file (exename.log) along with your report. Download & Website http://ai4rei.net/p/opensetup License This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.
    1 point
  2. Try to explicitly cast the third arguments to the ranked_update enumeration in both calls to ranked_update_rank, as such: On line 218: ranked_update_rank(sd,0,static_cast<ranked_update>(type-1),RANK_P_OTHERS); On line 244: ranked_update_rank(sd,points,static_cast<ranked_update>(type),RANK_P_OTHERS); And recompile. You might face other issues with this code, since it was probably written for VC++ 6.0, which is a legacy version of a C++ compiler.
    1 point
  3. prontera,136,200,2 script Loyal Knight of Rune Midgard 418,{ if (countitem(7281) < 1) { mes "[Herold]"; mes "Welcome to Invek"; mes "I'm happy to welcome you here, friend."; mes "Are you here to help us with those fanatic church dudes?"; next; switch (select("Yes, Lord!:I'm not sure, Lord!:No, sorry!")) { case 1: mes "[Lord Asterix]"; mes "Fine! May our king bless you, kid!"; mes "First you need to prove us how loyal you are, kid."; mes "Bring me..."; next; mes "5 Emperium"; mes "100 Jellopy"; mes "100 Heart of Mermaid"; mes "25 Nose Ring of Minotaur"; next; mes "When you have all those items come back"; mes "and talk again to me, ok?"; if (countitem(714) >= 5 && countitem(909) >= 100 && countitem(941) >= 25 && countitem(950) >= 100) { switch (select("Here, I've got them:Maybe later")) { case 1: mes "[Lord Asterix]"; mes "Wow! I didn't thought that you were so fast!"; mes "Let me take this treasures for you."; next; delitem 714,5; delitem 909,100; delitem 941,25; delitem 950,100; getitem 7182,1; next; mes "[Lord Asterix]"; mes "Here you have your offical Emblem of the Knights"; mes "With this emblem, everybody will see that you are on of us!"; mes "Now you can get quests and other benefits here in Invek"; end; case 2: mes "[Lord Asterix]"; mes "I'm waiting here for you, kido!"; end; } if (countitem(714) < 5 && countitem(909) < 100 && countitem(941) < 25 && countitem(950) < 100) { switch (select("Okay, my Lord.")) { case 1: mes "[Lord Asterix]"; mes "May the king bless you"; end; } } } case 2: mes "[Lord Asterix]"; mes "So, you are not sure yet, kid?"; mes "Let me explain something to you..."; mes "We are the one who fight for the king. We have to bring up our souls for an unreacheable kingdom"; next; mes "[Lord Asterix]"; mes "Who else could do this?"; end; case 3: mes "[Lord Asterix]"; mes "I hope to see you again soon!"; end; } } if (countitem(7281) > 1) { mes "[Lord Asterix]"; mes "Traitor, go away!!"; close; } }
    1 point
  4. Download : https://goo.gl/Yvdmyw I will translate scripts to English if you want it.
    1 point
  5. @BrOgBr By manually, you will not use any tortoise. Just open the patch find line by line add it there Cause I cant make it work also using tortoise or git
    1 point
  6. I believe its not in the item_db the perm should be set in item_trade db :))
    1 point
×
×
  • Create New...