Jump to content

iFoxkun

Members
  • Posts

    189
  • Joined

  • Last visited

Everything posted by iFoxkun

  1. iFoxkun

    Cash Shop

    AHH Fixed it, I just don't know how to edit the "Koin" part
  2. iFoxkun

    MySQL

    Not really, I'm still wondering about the 3 problems, and ended up wanting to change the matk formula from 1.5 to 2 ;< dunno how x3
  3. How do I cap or make Vitality Defense / Intelligence Magic Defense to 99 Max? Heal -> 32767 Max; Skill Delay -> 80% Max? And Changing the matk formula from 1.5 -> 2 Can Anyone help me with this. I ask too much for help D;
  4. iFoxkun

    Cash Shop

    Actually Nope. I don't know other things besides adding sprites and the num2/idnum2 and clientinfo.xml you actually need to hex your client no diffs has this yet What would I need to change? o-o
  5. iFoxkun

    Cash Shop

    Actually Nope. I don't know other things besides adding sprites and the num2/idnum2 and clientinfo.xml
  6. iFoxkun

    Cash Shop

    Hmm, not sure if this is an error. Instead of "Points" it shows "Koin". Is it possible to fix this? http://tinypic.com/r/jhg6tz/5 Also is it possible to change the "K" in the shop to a "P"? IE. 2000 K -> 2000 P
  7. iFoxkun

    MySQL

    Oooh I fixed that already! xD Thanks anyways xp
  8. iFoxkun

    MySQL

    Oh sorry, the accounts made in MySQL Administrator. But Brian helped me set it up already~ ;D. I just need help with the 3 things listed above your post ;o
  9. iFoxkun

    MySQL

    1. Adding the IPs to allow others to play on it. 2. Increasing the number of IDs allowed for mob_db. 3. Changing the ragexe to 2010-7-30. Thats pretty muchI need help with right now~ (null)
  10. iFoxkun

    MySQL

    Sorry, about not adding enough details. I already got the SQL server server set up thanks to Brian. I'm new to the SQL version. Where do i add the grf files for it considering I had Data.INI in the text version. The client does not use MySQL at all, so there's nothing to change. I think your using a Text Server. I have both, but I suddenly I wanted to change.
  11. iFoxkun

    MySQL

    Sorry, about not adding enough details. I already got the SQL server server set up thanks to Brian. I'm new to the SQL version. Where do i add the grf files for it considering I had Data.INI in the text version.
  12. Brian helped me with an SQL server ;D

  13. Brian helped me with an SQL server ;D

  14. iFoxkun

    MySQL

    It seems like when I create a new user in MySQL and close it, it doesn't save. I want to clean out the WHOLE thing so I can restart. Is it possible?
  15. Is this the iRO version o________o?
  16. Oh Now I see it, i thought you meant the .grf data folder, oh nope its still like the other one. **EDIT** Let me rephrase that, It still doesn't change.
  17. Look at my post. It has 2 events so far, a TCG Event which is basically where an item is dropped at a random coordinate at prontera. the Satan Catcher Event is NOT automated. It is similar to the Poring Catcher, but harder, instead it summons Satan Morroc. If you want to change the monster, look the one script where it spawns the Satan Morrocs, and change the MOB ID to anything you like of course change the name too. Oh an where it announces at the map remember to change the name of the monster being spawned.
  18. I did your instructions, but it didn't change, do i have to repack the grf?
  19. Theres so much of /showname not so sure which one: CmdOnOffOderList = { "/notrade", "/noshift", "/noctrl", "/skillfail", "/notalkmsg", "/notalkmsg2", "/showname", "/fog", "/aura", "/window", "/miss", "/q1", "/q2", "/effect", "/bgm", "/sound", "/loginout", "/shopping", "/stateinfo", "/snap", "/itemsnap", "/skillsnap", "/hoai", "/merai", "/camera", "/btg" } 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 } CmdHelpList = { --Orderlist Desc Start ["/battlemode"] = MsgStrID.MSI_BATTLEMODE, ["/notrade"] = MsgStrID.MSI_NOTRADE, ["/noshift"] = MsgStrID.MSI_NOSHIFT, ["/noctrl"] = MsgStrID.MSI_NOCTRL, ["/skillfail"] = MsgStrID.MSI_SKILLFAIL, ["/notalkmsg"] = MsgStrID.MSI_NOTALKMSG, ["/notalkmsg2"] = MsgStrID.MSI_NOTALKMSG2, ["/showname_on"] = MsgStrID.MSI_SHOWNAME_ON, ["/showname_off"] = MsgStrID.MSI_SHOWNAME_OFF, ["/fog"] = MsgStrID.MSI_FOG, ["/aura"] = MsgStrID.MSI_AURA, ["/window"] = MsgStrID.MSI_WINDOW, ["/miss"] = MsgStrID.MSI_MISS, ["/q1"] = MsgStrID.MSI_Q1, ["/q2"] = MsgStrID.MSI_Q2, ["/effect"] = MsgStrID.MSI_EFFECT, ["/bgm"] = MsgStrID.MSI_BGM, ["/sound"] = MsgStrID.MSI_SOUND, ["/loginout"] = MsgStrID.MSI_LOGINOUT, ["/shopping"] = MsgStrID.MSI_SHOPPING, ["/stateinfo"] = MsgStrID.MSI_STATEINFO, ["/snap"] = MsgStrID.MSI_SNAP, ["/itemsnap"] = MsgStrID.MSI_ITEMSNAP, ["/skillsnap"] = MsgStrID.MSI_SKILLSNAP, ["/hoai"] = MsgStrID.MSI_HOAI, ["/merai"] = MsgStrID.MSI_MERAI, ["/camera"] = MsgStrID.MSI_CAMERA, ["/btg"] = MsgStrID.MSI_BTG, --Orderlist Desc End ["/hi"] = MsgStrID.MSI_HI, ["/blacksmith"] = MsgStrID.MSI_BLACKSMITH, ["/alchemist"] = MsgStrID.MSI_ALCHEMIST, [""] = MsgStrID.MSI_HELP, ["/who"] = MsgStrID.MSI_WHO, ["/sit"] = MsgStrID.MSI_SIT, ["/stand"] = MsgStrID.MSI_STAND, ["/q"] = MsgStrID.MSI_Q, ["/leave"] = MsgStrID.MSI_LEAVE, ["/where"] = MsgStrID.MSI_WHERE, ["/memo"] = MsgStrID.MSI_MEMO, ["/chat"] = MsgStrID.MSI_CHAT, ["/savechat"] = MsgStrID.MSI_SAVECHAT, ["/doridori"] = MsgStrID.MSI_DORIDORI, ["/bangbang"] = MsgStrID.MSI_BANGBANG, ["/bingbing"] = MsgStrID.MSI_BINGBING, ["/ex"] = MsgStrID.MSI_EX, ["/inall"] = MsgStrID.MSI_INALL, ["/exall"] = MsgStrID.MSI_EXALL, ["/pvpinfo"] = MsgStrID.MSI_PVPINFO, ["/hunting"] = MsgStrID.MSI_HUNTING } 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"] = 300, ["Indoor_ViewLatitude"] = -45, ["Indoor_ViewDistance"] = 300, ["SkinName"] = "<Basic Skin>" }
  20. I know how to use this command but I want to change /showname 1 as default. Ex. Name (Party Name) Guild Name (Title) to -> Guild title Name
  21. Ahh hope this goes well, although I barely became a member in sprite repository ;___; Most staffs are nice from there
  22. Berry Ticket? Explain Please D;
  23. Oh no, I didn't copy and paste, I actually made the Satan Catcher, I didn't copy and paste and edit, I made it myself, since the poring catcher got annoying because I couldn't fix it. ;_;
  24. Yeah I tried changing sleep2 -> sleep, it occurs when I barely load my map_sever *EDIT* Nevermind, I was fucking stupid. I didn't read it. It was my Event Warper NPC. Ahh sorry z3r0 D: and xantara and qqfoolsorellina D: ASDFGHJKL; SORRY FOR USING YOUR VALUABLE TIME D:. Gomen Gomen Nasai D;
×
×
  • Create New...