Jump to content

Yuka

Members
  • Posts

    333
  • Joined

  • Last visited

Everything posted by Yuka

  1. They don't, -50 just sets it to the normal EXP rate. D:
  2. But how is the folder called in korean? http://snag.gy/hRU9y.jpg
  3. Hi, I can only find threads about changing a cart sprite for data folder, but what is the folder and file named in the GRF?
  4. Hi, how can I add a status that grants negative EXP? I mean for example sc_start SC_EXPSLOW,10000,50 reduces exp income by 50% for 10 seconds. Bump.
  5. The font is attached to the download. The publisher himself/herself did it for me for free!
  6. Hi, there are these awesome loading screens: http://rathena.org/board/files/file/3161-5-loading-screens/ Which are free to use and the psd files come with the download package. But sadly I only have Gimp, which cannot edit the text and also messes up the screens a bit. So could someone replace "Title" with "Mastela" and position it that it looks okay? (I mean centered in 3.psd for example) I would pay 5$ for the job, since I really need it. (Just PM me your PayPal or post it here) Kind regards Found someone to do it.
  7. Hi, http://snag.gy/tTWGu.jpg How can I fix that? I mean that it is 1 - 2 - 3 - 4? I checked all .bmp files in my texture already, I cannot find it. I can find a tab_itm which has 3 buttons for Cons, Eq and Misc, but this one has numbers... Anyone has an idea? I'm using the Windows 8 Skin btw. Thanks!
  8. Hi, I'm writing a Capture the Flag BG and I want to restrict a player who carrys a flag to not use ANY skills until he loses the flag. How can I do this? For now I give him characterbound Stones, but that is not save. D: Bump.
  9. What do you think about Adelay? http://rathena.org/board/topic/91717-adelays-anti-nodelay-protection-v4/ Internal Guard only works on Windows? LOL And only on a few clients. D: Bump.
  10. mapname,x,y,direct script NPCName spriteid,{ mes .npcname$; mes "Hello ^ff0000"+strcharinfo(0)+"^000000,"; mes "I can refine your equipment for a ^ff0000100% chance^000000!"; mes "All I need is ^ff00001 God Anvil^000000."; for( set .@i,1; .@i <= 10; set .@i,.@i+1 ) { if( getequipisequiped(.@i) ) set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; set .@menu$, .@menu$ + ":"; } set .@part,select(.@menu$); if(!getequipisequiped(.@part)) { next; mes .npcname$; mes "You're not wearing"; mes "anything there that"; mes "I can refine."; emotion 6; close; } //Check if the item is refinable... if(!getequipisenableref(.@part)) { next; mes .npcname$; mes "I don't think I can"; mes "refine this item at all..."; close; } //Check to see if the items is already +10 if(getequiprefinerycnt(.@part) >= 10) { next; mes .npcname$; mes "I can't refine this"; mes "any more. This is as"; mes "refined as it gets!"; close; } next; mes .npcname$; mes "Do you really want me to refine that item?"; if(select("Yes:No") == 2){ mes "Okay, see you."; close; } if (countitem(7806) < 1){ mes "^ff0000You don't have a God Anvil!^000000"; close; } if (getequiprefinerycnt(.@part) >= 7){ mes "^ff0000This item is +7 or higher already.^000000"; close; } delitem 7806,1; while (getequiprefinerycnt(.@part) < 7){ successrefitem .@part; } mes "There you go!"; close; end; I'm not sure if I understood you correctly. But this will refine the item to +7 if it is +6 or lower and won't do anything if it +7 or higher. If you only want to refine from +0 to +7 change the last if to this: if (getequiprefinerycnt(.@part) == 0){ mes "^ff0000This item is refined already.^000000"; close; }
  11. I get this error: [Warning]: clif_parse: Received unsupported packet (packet 0x08c9, 10 bytes received), disconnecting session #7. My item_cash_db looks like this: // Cash Shop Database // Contains the items sold in the ingame cash shop. // // Structure of Database: // Type,ItemID,Price // // Type: // 0: New // 1: Hot // 2: Limited // 3: Rental // 4: Gear // 5: Buff // 6: Heal // 7: Other // // Price: // Item cost, in cash points (#CASHPOINTS). 0,502,3 How can I apply the clif.c patch? patch -p0 < /root/rAthena/clif.c.patch patch -p1 < /root/rAthena/clif.cpatch Both do not work. It asks me to enter a file to patch..
  12. So what 2012 client do you recommend?
  13. What client are you using? I tried a lot of clients but many bug around with hotkeys and login errors. x_x
  14. Well the resistance work, but it doesn't refresh when I use another potion.. I need to relog first. So when I use Coldproof and then Fireproof, the coldproof is still active, while the fireproof isn't.
  15. 12118,Resist_Fire,Fireproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,-15,0,20,0; },{},{} 12119,Resist_Water,Coldproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,20,0,0,-15; },{},{} 12120,Resist_Earth,Earthproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,0,20,-15,0; },{},{} 12121,Resist_Wind,Thunderproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,0,-15,0,20; },{},{} They do not work.. I tried this as described here: But SC_DefEle is an unknown enumerate.. What is the scheme for sc_start4 SC_ARMOR_ELEMENT? I mean what are the four values for? The code let's me assume it's FireDamageTaken, WindDamageTaken, EarthDamageTaken, WaterDamageTaken? That would be inconsistent, lol.. Update: It does work, but I need to relog to change my resistance.. So when I use a Coldproof Potion and then a Fireproof one, the Fireproof will only be realized upon relogging... Even sc_end SC_All won't remove the resistance buff... It also doesn't run out after the given time, but requires a relog as well to remove the buff..
  16. Hi, I'm using a 2010-12-28 client and sometimes on loading a map (especially in BG) I get Gravity Errors. This one for example: Module Name: Time Stamp: 0x4d199600 - Tue Dec 28 14:47:12 2010 Exception Type: 0xc0000005 0x0055a1b0 MastelaRo.exe 0xc9c90032 0xff232c36 eax: 0x0769dd10 ebx: 0x00000000 ecx: 0x00000000 edx: 0x0018f850 esi: 0x0018f850 edi: 0x0018fa1c ebp: 0x0ef74ed8 esp: 0x0018f81c stack 0018f81c - 0018fc1c 0018F81C : 78 F9 18 00 DC A5 55 00 50 F8 18 00 7C DB CD D2 0018F82C : 20 4B F7 0E 10 55 16 0F 05 00 00 00 00 00 00 00 0018F83C : 58 F8 18 00 ED 69 3C 71 A8 F9 18 00 00 00 00 00 0018F84C : 0F 00 00 00 D8 4E F7 0E A4 F9 18 00 70 F8 18 00 0018F85C : 2A 4F 64 73 A8 F9 18 00 0F 00 00 00 D8 4E F7 0E 0018F86C : 05 00 00 00 88 F8 18 00 42 52 64 73 A8 F9 18 00 0018F87C : 0F 00 00 00 D8 4E F7 0E 05 00 00 00 A8 F8 18 00 0018F88C : D5 59 64 73 A8 F9 18 00 0F 00 00 00 D8 4E F7 0E 0018F89C : 05 00 00 00 0F 00 00 00 0F 00 00 00 C8 F8 18 00 0018F8AC : 22 64 64 73 A8 F9 18 00 C8 F8 18 00 2F 64 64 73 0018F8BC : 05 00 00 00 20 4B F7 0E A4 F9 18 00 DC F8 18 00 0018F8CC : 58 64 64 73 64 DB CD D2 A0 FA 18 00 4C 76 74 00 0018F8DC : 00 00 00 00 F9 F8 4E 00 1C FA 18 00 BC DB CD D2 0018F8EC : 2E 00 00 00 10 55 16 0F 00 00 00 00 B6 00 00 00 0018F8FC : 60 78 6F 08 01 A6 2D 56 20 49 12 16 9C 01 E3 02 0018F90C : 00 00 E3 02 18 55 16 0F 9C 01 E3 02 52 00 82 01 Launch Info 016A 016A 00A6 00A4 015D 015D 016A 016A 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Now, how can I fix this? Could it be that I'm lacking some files in my data folder/ grf or my client is broken?
  17. Hi, I have mailed them twice already in the past 3 weeks, under https://harmonize.it/contact, but they won't answer me.. Is Harmony still purchasable and do I got the right homepage? I just need it for my Server asap.. :/ Other than that, is there any other/ better stuff to use?
  18. Here's another one. :/ Module Name: Time Stamp: 0x4d199600 - Tue Dec 28 08:47:12 2010 Exception Type: 0xc0000005 0x005bfd85 MastelaRo.exe eax: 0x00000000 ebx: 0x0bf9bcc8 ecx: 0x1e93cad8 edx: 0x068eb224 esi: 0x1eae77b0 edi: 0x00000000 ebp: 0x00000000 esp: 0x0018fc00 stack 0018fc00 - 00190000 0018FC00 : C8 BC F9 0B B0 77 AE 1E 00 00 00 00 00 00 00 00 0018FC10 : 20 58 BF C3 00 00 00 00 97 5F 52 3F 95 DF 11 3F 0018FC20 : 00 00 F7 43 3C FC 18 00 E9 A3 EA 49 88 FC 18 00 0018FC30 : E2 C1 74 00 EC 30 5D 00 C8 BC F9 0B 01 00 00 00 0018FC40 : C8 BC F9 0B 00 00 00 00 00 00 00 00 B0 77 AE 1E 0018FC50 : 6F 4D 5D 00 00 00 00 00 C8 BC F9 0B 9E 23 E1 74 0018FC60 : C0 98 4B 77 B0 77 AE 1E 98 E4 7C 00 00 C0 25 44 0018FC70 : 00 00 EE 43 88 5B 5D 00 99 A3 EA 49 00 00 00 00 0018FC80 : B0 77 AE 1E 98 E4 7C 00 BC FC 18 00 BE C7 74 00 0018FC90 : FF FF FF FF FA 7A 5B 00 00 00 00 00 C0 E4 7C 00 0018FCA0 : 90 E4 7C 00 60 B3 54 00 49 A3 EA 49 01 00 00 00 0018FCB0 : 01 00 00 00 00 00 00 00 10 00 00 00 F4 FE 18 00 0018FCC0 : 16 60 74 00 FF FF FF FF BE 54 72 00 B0 77 AE 1E 0018FCD0 : 94 1E 78 00 3D A3 EA 49 F0 72 88 00 50 33 2C 00 0018FCE0 : 8C FF 18 00 00 00 00 00 00 00 40 00 01 00 00 00 0018FCF0 : 40 42 0F 00 01 D4 30 02 C0 00 30 02 67 6F 6F 64 Launch Info 016A 016A 00A4 00E6 00A4 00E6 00A4 0053 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Novice Module Name: C:\Users\Alexander\Desktop\MastelaRo2\RO\MastelaRo.exe Time Stamp: 0x4d199600 - Tue Dec 28 08:47:12 2010 Exception Type: 0xc0000005 0x10003e9b cps.dll eax: 0x00914d20 ebx: 0x00000005 ecx: 0x2630be7e edx: 0x00000000 esi: 0x1275f868 edi: 0x00000000 ebp: 0x00000001 esp: 0x1275f844 stack 1275f844 - 1275fc44 1275F844 : 00 00 00 00 CC F8 75 12 7E BE 30 26 00 00 2B 0C 1275F854 : E5 6A 00 10 68 F8 75 12 04 00 00 00 88 45 23 02 1275F864 : 8C FA 75 12 7E BE 30 26 57 03 00 00 01 00 00 00 1275F874 : 00 00 2B 0C 7F 0C 00 00 00 00 00 00 00 00 00 00 1275F884 : 20 4D 91 00 20 6B 00 10 40 6B 00 10 00 00 00 00 1275F894 : 43 42 D7 B3 01 00 00 00 6E BB E7 B4 91 27 56 00 1275F8A4 : 00 00 2B 0C CC F8 75 12 7E BE 30 26 58 03 00 00 1275F8B4 : 7B 42 D7 B3 78 E4 19 02 00 00 2B 0C C0 37 12 77 1275F8C4 : 94 FC 75 12 58 03 00 00 7F 0C 00 00 00 00 00 00 1275F8D4 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1275F8E4 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1275F8F4 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1275F904 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1275F914 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1275F924 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1275F934 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Launch Info 00A4 013C 0120 0120 0120 0120 0120 0120 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Whitesmith
  19. Hi, how do I read a Gravity Error? No one seems to help me here: http://rathena.org/board/topic/94452-gravity-error-in-bg/ So I guess I'll need to figure it out myself. :/ Thanks.
  20. mapname,x,y,direct script NPCName spriteid,{ mes .npcname$; mes "Hello ^ff0000"+strcharinfo(0)+"^000000,"; mes "I can refine your equipment for a ^ff0000100% chance^000000!"; mes "All I need is ^ff00001 God Anvil^000000."; for( set .@i,1; .@i <= 10; set .@i,.@i+1 ) { if( getequipisequiped(.@i) ) set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; set .@menu$, .@menu$ + ":"; } set .@part,select(.@menu$); if(!getequipisequiped(.@part)) { next; mes .npcname$; mes "You're not wearing"; mes "anything there that"; mes "I can refine."; emotion 6; close; } //Check if the item is refinable... if(!getequipisenableref(.@part)) { next; mes .npcname$; mes "I don't think I can"; mes "refine this item at all..."; close; } //Check to see if the items is already +10 if(getequiprefinerycnt(.@part) >= 10) { next; mes .npcname$; mes "I can't refine this"; mes "any more. This is as"; mes "refined as it gets!"; close; } next; mes .npcname$; mes "Do you really want me to refine that item?"; if(select("Yes:No") == 2){ mes "Okay, see you."; close; } if (countitem(7806) < 1){ mes "^ff0000You don't have a God Anvil!^000000"; close; } delitem 7806,1; while (getequiprefinerycnt(.@part) < 7){ successrefitem .@part; } successrefitem .@part; mes "There you go!"; close; end; This should do it. Will upgrade to +7 if it's below +7 and increment by one if +7 or higher. So +0 gets to +7 and +7 gets to +8, +8 to +9, +9 to +10.
  21. Bump. Could it be because of lack of server capacity? ... No one got an idea about that?
  22. Still no idea why's that happening.
×
×
  • Create New...