Jump to content

Zasura

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Zasura

  1. Zasura

    Restart

    I don't think its possible but i'll give it a try . Is it possible to apply src modifies without server shut down? I don't want to restart the server every time.
  2. Zasura

    Gm Cloth

    Ok i see. Thanks for your answer.
  3. Zasura

    Gm Cloth

    I know that but i want to get it without clientinfo or source modification.
  4. Zasura

    Gm Cloth

    I don't know where to put this so i put here. My question is: Can i get GM cloth through script command without any source or clientinfo modification? Does it have an sc like sc_xmas? Thanks for your answer!
  5. Rathena should have this script. What do you think? http://webcache.googleusercontent.com/search?q=cache:http://www.eathena.ws/board/index.php%3Fshowtopic%3D186459&strip=1
  6. - script gold -1,{ OnNpcKillEvent: getmapxy .@map$,.@x,.@y; if(.@map$=="jupe_ele") { geitem 969,1; } end; }
  7. im also getting this error on 2012-04-10 ragexeRe. If you want a shop different from zeny shop you can use hunting mission's shop to make a new one with cash like points. i did that too because i couldn't solve the problem :S You can use like this one: itemmall,183,84,4 script Head Gear Shop A 112,{ mes "[^FFA500Kafra Shop^000000]"; mes "Ez a lista 500-5000 Cash Pont közötti értékű sapkákat tartalmaz."; next; if( select("Lépjünk a boltba!:Kipróbálás") == 2 ) { cleararray @Hats[0],0,127; setarray @Hats[0],2237,5056,5101,5134,5147,5148,5180,5190,5200,5209,5302,5336,5337,5338,5339,5346,5352,5400,5412,5438,5439,5440,5441,5203,5282,5405,5422,5426,5427,5429,5437,5443,5444,5447,5448,5449,5450,5458,5472,5473,5474,5475,5480,5489,5522,5530,5531,5536,5563,5499,5511,5519,5523,5524,5525,5528,5534,5813,5020,5054,5102,5206,5406,5407,5411,5436,5446,5457,5501,5537,5538,5548,5557,5558,5562,5566,5572,5579,5591,5140,5227,5228,5229,5235,5236,5237,5238,5239,5240,5241,5242,5272,5287,5332; callfunc "DoTestHats"; end; } mes "[^FFA500Kafra Shop^000000]"; mes "Van ^0055FF"+#CASH+"^000000 Cash Pontod."; mes "Használd őket rendesen!"; close2; callshop "ShopA",1; npcshopattach "ShopA"; end; OnBuyItem: set @cost,0; for(set .@i,0; .@i<getarraysize(@bought_nameid); set .@i,.@i+1) for(set .@j,0; .@j<getarraysize(.HatShopA); set .@j,.@j+2) if (@bought_nameid[.@i] == .HatShopA[.@j]) { set @cost, @cost+(.HatShopA[.@j+1]*@bought_quantity[.@i]); break; } mes "[Kafra Shop]"; if (@cost > #CASH) mes "Nincs elég Cash Pontod."; else { for(set .@i,0; .@i<getarraysize(@bought_nameid); set .@i,.@i+1) { getitem @bought_nameid[.@i], @bought_quantity[.@i]; dispbottom "Megvetted: "+@bought_quantity[.@i]+"x "+getitemname(@bought_nameid[.@i])+"."; } set #CASH, #CASH-@cost; mes "Kész."; emotion e_cash; } set @cost,0; deletearray @bought_nameid[0], getarraysize(@bought_nameid); deletearray @bought_quantity[0], getarraysize(@bought_quantity); close; OnInit: setarray .HatShopA[0], // Reward items: <ID>,<point cost> (about 10~20 points per hunt). 2237,500,5056,500,5101,500,5134,800,5147,850,5148,850,5180,850,5190,900,5200,900,5209,900,5302,900,5336,900,5337,900,5338,900,5339,900,5346,900,5352,950,5400,950,5412,950,5438,950,5439,950,5440,950,5441,950,5203,1000,5282,1000,5405,1000,5422,1000,5426,1000,5427,1000,5429,1000,5437,1000,5443,1000,5444,1000,5447,1000,5448,1000,5449,1000,5450,1000,5458,1000,5472,1000,5473,1000,5474,1000,5475,1000,5480,1000,5489,1000,5522,1000,5530,1000,5531,1000,5536,1000,5563,1000,5499,1200,5511,1200,5519,1200,5523,1200,5524,1200,5525,1200,5528,1200,5020,1500,5054,1500,5102,1500,5206,1500,5406,1500,5407,1500,5411,1500,5436,1500,5446,1500,5457,1500,5501,1500,5537,1500,5538,1500,5548,1500,5557,1500,5558,1500,5562,1500,5566,1500,5572,1500,5579,1500,5140,2000,5227,2000,5228,2000,5229,2000,5235,2000,5236,2000,5237,2000,5238,2000,5239,2000,5240,2000,5241,2000,5242,2000,5272,2000,5287,2000,5332,2000; npcshopdelitem "ShopA",512; for(set .@i,0; .@i<getarraysize(.HatShopA); set .@i,.@i+2) npcshopadditem "ShopA", .HatShopA[.@i], .HatShopA[.@i+1]; end; } - shop ShopA -1,512:-1
  8. you can edit the strings in msgstringtable.txt which determines the size of the inventory window. As you can see the private tab is the longest string which determines the lenght of the other tabs. You have to edit them to reduce the size of the window. Example: private-> priv , equipment-> equ. If you do this your window will be smaller.
  9. it's a good idea. +1 for this to be added.
  10. Zasura

    Mob Skills

    Make a mob looking NPC that will kill you when touching it with OnTouch
  11. Rename in elemental table atk field to atk1 ALTER TABLE elemental CHANGE atk atk1 MEDIUMINT(6) UNSIGNED NOT NULL DEFAULT 0;
  12. Thanks for your replying but i would like to use the other one !
  13. Can someone reupload this version of prontera? Thanks! http://www.eathena.ws/board/index.php?showtopic=125824
  14. i've made an OptionInfo folder in SaveData but the problem is still there. The only thing is wrong is the code (i think). I just want it to work with setup.exe but they are making a wrong code. Solved.
  15. Any idea for this?: http://rathena.org/b...em/#entry163871 Solved.
  16. Thanks but i don't think the problem is the setup. It didn't work :S. By the way I get this error when i open my client: http://img21.imagesh...602/errorur.png I have found the problem... All of the setups are making this code in OptionInfo : OptionInfoList["Trilinear"] = 0 OptionInfoList["Bgm_Volume"] = 100 OptionInfoList["Effect_Volume"] = 100 OptionInfoList["MouseExclusive"] = 1 OptionInfoList["ISFULLSCREENMODE"] = 1 OptionInfoList["WIDTH"] = 1024 OptionInfoList["HEIGHT"] = 768 OptionInfoList["BITPERPIXEL"] = 16 OptionInfoList["DEVICECNT"] = 0 OptionInfoList["MODECNT"] = 2 OptionInfoList["SPRITEMODE"] = 2 OptionInfoList["TEXTUREMODE"] = 2 CmdOnOffList["/bgm"] = 1 CmdOnOffList["/sound"] = 1 CmdOnOffList["/notrade"] = 0 CmdOnOffList["/noshift"] = 0 CmdOnOffList["/noctrl"] = 1 CmdOnOffList["/skillfail"] = 1 CmdOnOffList["/notalkmsg"] = 0 CmdOnOffList["/notalkmsg2"] = 0 CmdOnOffList["/showname"] = 1 CmdOnOffList["/fog"] = 0 CmdOnOffList["/aura"] = 1 CmdOnOffList["/window"] = 0 CmdOnOffList["/miss"] = 1 CmdOnOffList["/effect"] = 1 CmdOnOffList["/shopping"] = 1 CmdOnOffList["/stateinfo"] = 1 CmdOnOffList["/loginout"] = 1 CmdOnOffList["/snap"] = 0 CmdOnOffList["/itemsnap"] = 0 CmdOnOffList["/camera"] = 0 CmdOnOffList["/hoai"] = 0 CmdOnOffList["/merai"] = 0 CmdOnOffList["/lightmap"] = 1 instead of this : CmdOnOffList = { ["/battlemode"] = 0, ["/notrade"] = 0, ["/noshift"] = 0, ["/noctrl"] = 1, ["/skillfail"] = 1, ["/notalkmsg"] = 0, ["/notalkmsg2"] = 0, ["/showname"] = 1, ["/fog"] = 1, ["/aura"] = 1, ["/window"] = 0, ["/miss"] = 1, ["/q1"] = 0, ["/q2"] = 0, ["/effect"] = 1, ["/bgm"] = 1, ["/sound"] = 1, ["/loginout"] = 1, ["/shopping"] = 1, ["/stateinfo"] = 1, ["/snap"] = 0, ["/itemsnap"] = 0, ["/skillsnap"] = 1, ["/hoai"] = 0, ["/merai"] = 0, ["/camera"] = 0, ["/btg"] = 1, ["/lightmap"] = 1 } OptionInfoList = { ["Window_XPos"] = -1, ["Window_YPos"] = -1, ["Trilinear"] = 0, ["Bgm_Volume"] = 100, ["Effect_Volume"] = 100, ["AutoOpen1to1Window"] = 1, ["AutoOpen1to1Window_Friend"] = 1, ["PlaySound_Open1to1Window"] = 1, ["Simplicity_SkillList"] = 0, ["Show_SkillDescript"] = 0, ["ChangeChatMode"] = 1, ["LockMouse"] = 0, ["ChannelCopID"] = 0, ["Outdoor_ViewLatitude"] = -45, ["Outdoor_ViewDistance"] = 400, ["Indoor_ViewLatitude"] = -45, ["Indoor_ViewDistance"] = 300, ["SkinName"] = "", ["MouseExclusive"] = 1, ["ISFULLSCREENMODE"] = 1, ["WIDTH"] = 1024, ["HEIGHT"] = 768 } and it's working with this code. We should need a new setup. But when i launch one more time the another wrong code is back.
  17. Same problem... I also was not able to fix it ...
  18. Hi. I tried everything to solve this resolution problem but it didn't work. I hope someone can help. Client: 2012-04-10 Lub: 2012-04-10 Lub+src Files [Translated] + Judas_Setup Diff: It doesn't read data before grf and doesn't load lua before lub. I tried 3 different setup but it failed. Everytime when i open my client it overwrites the optioninfo in SaveData and it can't be changed. Game folder from here: http://kro.nickyzai.com Should i use an earlier Game Folder or a different client? Thanks for your help!
×
×
  • Create New...