Jump to content

LuLu

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by LuLu

  1. you can't go because it maybe it has these mapflags
  2. why not try to compile rathena and access it locally.
  3. the rathena mini-icon from the browser/bookmark/tab is removed?
  4. or dahil kinopy paste mo.ung names the npc is mgkapareho.
  5. yes. it's using iteminfo.lua.add mo dun ung mga clientside data.pra d unknown item no need na ung itemslotcounttalbe and itemslottable.
  6. LuLu

    Status Point?

    it gives more status points per level rather than the default.
  7. Example: 12935,Infiltrator_Box,Infiltrator Box,18,20,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ rentitem 1267,604800; },{},{} rentitem <itemID>,<duration>; rentitem 1267,604800; read this for more info about rentitem [spoiler=rentitem]*rentitem <item id>,<time>; *rentitem "<item name>",<time>; Creates a rental item in the attached character's inventory. The item will expire in seconds and be automatically deleted. When receiving a rental item, the character will receive a message in their chat window. The character will also receive warning messages in their chat window before the item disappears. This command can not be used to rent stackable items. Rental items cannot be dropped, traded, sold to NPCs, or placed in guild storage. (i.e. trade mask 75) Note: 'delitem' in an NPC script can still remove rental items.
  8. make 2 items. 1. the real item 2. the item box make the script of the box with "rentitem" giving to real item with time.
  9. LuLu

    Status Point?

    maybe they edit their statpoints to increase stat point given per level? not sure though. db\re\statpoint.txt
  10. LuLu

    Status Point?

    As your vit gets higher, it consumes more status points. You can try to increase you base level to have more status points or limit max stats to 160 maybe? so you can add other stats once your vit is 160.
  11. LuLu

    Date and time

    you must chance the time zone, not the date or time ex. ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime try to browse the folder to find you region and location.
  12. i think you can try to edit the coordinates to "0" so that it will still be configurable T1: Go("prontera",0,0); if you want less work you can do this but will make coordinates useless. function Pick { if(getarg(0)=="") { set .@i, select(@menu$); specialeffect2 501; sleep2 1000; specialeffect2 445; sleep2 1000; warp getarg(.@i),0,0; //change coordinates to 0,0 } else { set .@i, select(@menu$)-getarg(1,0); specialeffect2 501; sleep2 1000; specialeffect2 445; sleep2 1000; warp getarg(0)+((.@i<10)?"0":"")+.@i,0,0; //change coordinates to 0,0 } getmapxy(lastwarp$,lastwarpx,lastwarpy,0); close2; } I don't know if I miss anything. EDIT: missed this function Go { specialeffect2 501; sleep2 1000; specialeffect2 445; sleep2 1000; warp getarg(0),0,0; //change coordinates to 0,0 getmapxy(lastwarp$,lastwarpx,lastwarpy,0); close2; }
  13. Same lng un. Bossnia Ticket and TCG. anong client gamit mo. if 2012-04-10++. iteminfo.lub na yan. if <= to 2012-04-10. ung idnum2itemdisplaynametable.txt ung ginagamit na nsa data folder.
  14. LuLu

    Status Point?

    I think you spent it all on your vit.
  15. LuLu

    Lvl max

    you can do this. its a simple edit of ..\db\re\job_exp.txt ..\db\pre-re\job_exp.txt but stats are all 130.
  16. this is a sprite issue.maybe your sprites are not aligned in that position.try to edit them
  17. add it.then set it to true. check if it inherits any group.
  18. permissions: { can_view: false } set it to true.
  19. I'm not stapo. xD what's wrong with the second picture? you can put stats inside the game. You have status points to spend unlike the old type which is the pentagram thing. xD
  20. 1st picture. You can edit those by simple clicking them. They are Editable 2nd picture. No idea whats wrong?
×
×
  • Create New...