Jump to content

vampir

Legendary Member
  • Posts

    1,899
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by vampir

  1. Maybe file is protected?
  2. i think there wasnt a stacksub server since a while, maybe ppl would enjoy to play it :) I think you should make rates like 10x-20x so it will be hard to level and to make a quest.
  3. looks nice, good job
  4. What about editing HTML of pet managers?
  5. Update: In GOD(i checked just Ertheia) there is new button parameter itemtooltip="ITEM_ID_HERE" <button width=32 height=32 itemtooltip="57" back="L2UI_CH3.aboutotpicon" fore="L2UI_CH3.aboutotpicon"></button> //It doesn't matter what you put in back and fore, icon will be icon of the item anyway. Tooltip is displayed when you put mouse on the icon: New GOD Buttons: <button align="LEFT" icon="RETURN" action="bypass -h npc_%objectId%_Chat 0">Go back</button> //icon value can be: NORMAL, QUEST, TELEPORT, RETURN CENTER and RIGHT align: Unfortunately i cannot put more pictures to my first post, maybe some mod can help me get 2nd post just after the first one?
  6. Also Client protection is a must, you need to choose one over another and for ACP you do not. It's all about getting trust. If your system will work well and it will be live on smaller servers, i am sure also some bigger deals might come out :)
  7. You need to change interface.u, not interface.xdat
  8. Akumu was gaining trust since years.
  9. So it looks like you will be able to record all account passwords, make fake donations etc. I doubt any big server could go for it.
  10. maybe use different system? On my h5 server users can write russian letters without problems, i didnt have to do anything to enable it.
  11. Shouldnt buttonName value be a string? The best way of using those scripts is to create objects with UI on your own and then just copy automatically created script for later use. They are not perfect, if you make some modifications that collide with the script, it will not work well.
  12. I am talking about server side, not client. There are plenty of open source projects.
  13. Maybe create a welcoming page(user sees NpcHtmlMessage when he logs into game) that will contain list of commands?
  14. Interface.u, client side.
  15. I dont have this on my H5 server. Please do following: - Open ALT+G on GM Char, click UI, click button which makes client show names of all windows - Go to spot which triggers this window - Give me name of the window. If its not Interface window, changing it will not be easy.
  16. What about investigating decryption of packets in any open source server? If you just want to find out how they are encrypted, checking java code of decryption might be very usefull.
  17. That's why it doesnt work this way. User is redirected to paypal which just sends IPN(https://developer.paypal.com/docs/classic/products/instant-payment-notification/) to the server/web page. After notification, server gives reward to player in game automatically, GMs are not involved. It is called ingame payment system for many reasons.
  18. I think income from this will depend how good is it going to be. There are few levels of difficulty here: Level 1: Characters looking as AFK users Level 2: Characters running around towns, teleporting, logging in, logging out Level 3: Single characters farming Level 4: Farming party For even lowest level you need to handle receiving messages, mails, party requests etc but that is easy. Imo it is not worth to spend so much time to make single farming characters with so good AI that normal player wouldnt notice. You need to consider: - Changing the location of the character - not like pathfinder but like a real player - Reacting to pms, pvp, cursed weapons - Running away from stronger monster? - Random stops, delays - Going to town for rebuff - How will they act just after grand opening?
  19. It takes 20 minutes to be done by Xdat Editor, just remove few objects from BoardWnd, move up Html window, make BoardWnd smaller. In game by ALT+G you can refresh Interface.xdat, you dont need to restart client.
  20. Shared FandC or Tales files have got it too. It is not much more complicated than l2j server spawn manager, you also need to convert l2off spawnlist to format prefered by you. It would be waste of time to work on that thing twice.
  21. It is most likely Interface.xdat issue.
  22. You can make new Runnable that will: - run every few seconds - iterate though all players - find those who are in the zone - use startPvPFlag on them
  23. Negative value for karma works well, thanks for support.
×
×
  • Create New...