Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Elsa Mist

  1. Tadaaaaaaa! Miss you!

    1. Azura Skyy

      Azura Skyy

      You ditched me

  2. Stop using others private server data.grf. Please make a fresh client data to your server.
  3. Youcan change it here. // Starting point for new characters // Format: <map_name>,<x>,<y>{:<map_name>,<x>,<y>...} // Max number of start points is MAX_STARTPOINT in char.h (default 5) // Location is randomly picked on character creation. // NOTE: For Doram, this requires client 20151001 or newer. start_point: iz_int,97,90:iz_int01,97,90:iz_int02,97,90:iz_int03,97,90:iz_int04,97,90 start_point_pre: new_1-1,53,111:new_2-1,53,111:new_3-1,53,111:new_4-1,53,111:new_5-1,53,111 start_point_doram: lasa_fild01,48,297
  4. Elsa Mist

    ragexe

    Pastikan kamu mengunakan .lub files yg sesuai dengan client date yg digunakan.
  5. +1 for this. They use rA and its free! A lot of people working hard in rA at the background yet they(the people) kept the updates they got for them self. I think rA should stop updates the new contents and bug fix. xD Or maybe can make an Paid Bug Fix forum too... XOXOXO
  6. It is would very best if you can make it integrating with bootstrap. Btw, your design is clean and neat. Just keep it up.
  7. Elsa Mist

    ragexe

    Boleh rujuk disini. 2015 2014
  8. Mind show your edited scripts?
  9. The script is using setarray. // [0] = Zeny, [1] = Item ID, [2] = Item Amount; setarray .ssm_prize[0],125,501,10; setarray .tsm_prize[0],450,501,30; You can read it more about setarray here. You can set multiple items. Syntax setarray <array name>[<first value>],<value>{,<value>...<value>};
  10. Yes check inside you phpmyadmin than the login table there should be account ID 1 give that account a password and username copy those also in your map and char_athena
  11. This inter_athena.conf? or check your phpmyadmin database?
  12. using latest git? Since im testing it just now with client date given and didnt get any problem. Since you didn't even change that part.
  13. What client date did you use?
  14. Is it a live server? If yes, you need to truncate your sql.
  15. If the item is not there, you should put it there.
  16. 1. getitem .Default[.@j], .Default[.@j+1]; announce "[ "+strcharinfo(0)+" ] just get blablabla....",0xFF6600; 2. getitem getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); announce "[ "+strcharinfo(0)+" ] just get blablabla.",0xFF6600;
  17. Try with what Kurofly advice to you, if eAthena support the @costumeitem then it should be work.
  18. Keysito, just send your BE Folder to Ouvertuere. Its easy rather than floating this solved thread.
  19. rathena/db/re/skill_require_db.txt // Structure of Database: // SkillID,HPCost,MaxHPTrigger,SPCost,HPRateCost,SPRateCost,ZenyCost,RequiredWeapons,RequiredAmmoTypes,RequiredAmmoAmount,RequiredState,RequiredStatuses,SpiritSphereCost,RequiredItemID1,RequiredItemAmount1,RequiredItemID2,RequiredItemAmount2,RequiredItemID3,RequiredItemAmount3,RequiredItemID4,RequiredItemAmount4,RequiredItemID5,RequiredItemAmount5,RequiredItemID6,RequiredItemAmount6,RequiredItemID7,RequiredItemAmount7,RequiredItemID8,RequiredItemAmount8,RequiredItemID9,RequiredItemAmount9,RequiredItemID10,RequiredItemAmount10,RequiredEquipment
  20. open your conf.txt and see what .xml file that you use in 586(ex: rodesktop.xml), follow rodesktop.xml structure in 620.
×
×
  • Create New...