Jump to content

ippo20

Members
  • Content Count

    25
  • Joined

  • Last visited

Posts posted by ippo20


  1. On 5/23/2020 at 1:59 PM, ippo20 said:

    Hi again,

     

    If i leave them blank, it returns errors.  But if I put something like this.

    image.png.da2fa581899ca267fb1793e3c5b7848b.png

     

    This happens

    image.png.9111b1d57ade9c2a200527df565e738d.png

     

    And is there anyway to reload messages.conf in game without restarting map server?

    I still need help on this. I would like to have one row to have the ItemID. if its source modification, can any body point me to the right direction? 


  2. On 12/7/2015 at 5:13 AM, JoyRo said:

    You know if there is any script code that it wil auto update.
    Like setting a lvl 2 gm is   

     

     query_sql "update `login` set `group_id` = 2 where `account_id` = "+ getcharid(3);
     close;

    I would like it for setting that account 200% exp it is indeed account_data

     

     

    Fixed it myself,

     

     

     

    query_sql "insert into `account_data` (`account_id`, `base_exp`, `base_drop`) values ("+getcharid(3)+", x, x) ON DUPLICATE KEY UPDATE base_exp=VALUES(base_exp), base_drop=VALUES(base_drop);";

     

     

    Change X to the amount you like .

    I am using this method for premium/vip players. But the base_exp does not take effect unless they do character select. Any tips?

     

     

    EDIT: didnt know you could do ModExp... to make the effect instant.. no documentation about this in scripts.. only on constants.md


  3. On 5/21/2020 at 9:17 PM, Brynner said:

    no need to commenting them just modified them.

    Hi again,

     

    If i leave them blank, it returns errors.  But if I put something like this.

    image.png.da2fa581899ca267fb1793e3c5b7848b.png

     

    This happens

    image.png.9111b1d57ade9c2a200527df565e738d.png

     

    And is there anyway to reload messages.conf in game without restarting map server?


  4. On 5/18/2020 at 10:05 PM, Dastgir said:

    "ItemChance * 10000 / TotalChance*

    ItemChance is individual chance that is defined in .item array

    TotalChance is sum of all chances defined in .item array

    Thanks Dastgir, I see that part. What I dont get is when it says .37% chance, is it really 37 / 10000 chances to get the item? I only have 5 players in my server, they all have less than 30 lottie pts. but they all have 0.37%  to 0.90% chance items, in average. they have 3 less than 1% items for every 30 tries.


  5. 3 hours ago, Brynner said:

    have you tried the conf\messages.conf

     

    1240: MVP Monster: '%s'/'%s'/'%s' (%d) 1241: Monster: '%s'/'%s'/'%s' (%d)

    
    1240: MVP Monster: '%s'/'%s'/'%s' (%d)
    1241: Monster: '%s'/'%s'/'%s' (%d)

    1277: Item: '%s'/'%s'[%d] (%d) Type: %s | Extra Effect: %s

    
    1277: Item: '%s'/'%s'[%d] (%d) Type: %s | Extra Effect: %s

     

    yes sir, I tried commenting them and it gave me a bunch of atcommand.c errors, I wish to make it one liner per monster if @mobinfo.


  6. i wanted to modify the information here to just return simple information like

     

    Monster: Name, Lvl, HP, Location, and drops.

    Iteminfo: Name[slot], Type, WhoDrops w/o percent

     

    Anyone could guide me where I can modify it? if possible, I want it comppressed so it would not take too much space in the screen.


  7. 31 minutes ago, Nightblood said:

    About po sa mga dapat idownload from start to the end, yung iba po kasi sa video may mga nakainstall na so di ko po alam kung ano yung apps na yun na ginagamit hehe

    Nag post ako sa taas ng guide na ginamit ko. you can refer to that. its very helpful.


  8. 6 hours ago, Nightblood said:

    Nag hahanap po ako ng mentor to make my offline server, baka naman po meron dyan na pwede ako maturuan about sa database, sprite etc at yung mapagtatanungan ko po hehehe. Sana matulungan niyo ko thanks advance

     

    #Respect

    The best way is to start then imagine what you want. Baby steps lang.

    1) Run successfully a precompiled server / or compile a server then run it

    2) change drops/exp

    3) change item properties/mobs

    4) create/modify an NPC

    5) create items - by reusing a sprite

    6) create items custom by downloading the sprites from here

    7.... so on

     

     


  9. How do I let the my server/client buy from an equipment NPC by specifying a number? For example: Buying 10 Chains[3] in weapon shop instead of dragging Chains[3] specifying 1, then buy, then click NPC..loop....I would just need to specify 10 and it will allow me to buy 10 chains[3] one time and can proceed with Refining. 


  10. Naghahanap po ako ng friends na pwde makatulong sa pag unlad ng server.

     

    What you need to know:

    - nag host po ako dati 8-10 years ago na ata ng first server

    - revived them 3 times, 2nd time was successful, 3rd time was a bust

    - ngayon nag request friends/officemates na magtayo ako ng server for ECQ during our WFH

    - server is up, pero busy sa work

     

    What are missing:

    - players (ofcourse)

    - theme

    - webite

    - means of advertisements

    - conten/npc/game developers

     

    baka lng po me interested, please hit me up.


  11.  

    Randoms (as I felt bored for a moment):

    • [*]Make frm/bas/vbp files to be stored with CRLF line-endings in git. Downloading from github saves those with LF endings; VB6 does not like that and won't tell you that either.

      [*]Failed to load project dependency MSCOMCTL.OCX, but that's just me having version 2.0, whereas your project asks for 2.1; relinking fixes that.

      [*]Transparency does not work with Windows 98 SE (lack of SetLayeredWindowAttributes support), magenta remains magenta. It starts and runs otherwise properly.

      [*]Leave the check for client EXE for when hitting "Login" rather than on start; allows to ship the launcher without client, if you intend to build a patcher into it.

      [*]If you move out the ROish login window out of viewable area, you won't get it back once you release the mouse button.

     

     

    this fixed my problem of not being able to load the one from GIT.

     

    replacing all /n to /r/n fixed it


  12.  

    I used VB6 to read your source, it failed to load. What VB ver you used? I wanted to remove the "replay" and close the launcher upon logging in.

     

    Good luck understanding that shit. It loads, I'm using vb6 sp6 and windows 10. Also, you need to mix the ico files then use another program like reshack to change the icon, since vb6 can only use 8 or 16 bit icons whatever I forgot.

     

    Ok - i failed miserably, I installed VB6 from MSDN and I cannot load the source I download from your GIT, i also installed VS2005, same error - when I add the .frm manually, it goes to modules instead. I am not sure what I am doing wrong. Using Visual Basic 2008 express, I upgraded the source but a lot of errors that i have correct and it didnt seem the same. Now I use your first release just so I dont have the replay button.

     

    Could I ask for extra configurations like, hide replay, auto close LokiLauncher upon login? On your next release maybe?

     

    Thanks, and maybe you could reupload the source, I think the forms/vbp were corrupted or its just me.

     

    Great launcher by the way, preferred yours over the 2 here in herc.


  13. Ako ay naghahanap ng gusto mag GM sa aking bubuksan na server. Dahil ako ay BZ sa everyday work - naghahanap ako ng taong marunong mag fluxcp pra pagandahin ang website.

     

    Requirements

    - wants to be a GM / Player 

    - knows how to PHP/FluxCP

    - Good eye for RO Art

    - Team Player

    - Honest to Goodness

     

    Meron na akong naka setup na Server, meron na din WebServer. visit chaosro.servegame.com pra makita ang aking basurang website.

     

    Contact me sa page https://www.facebook.com/chaosroserver/


  14. I was the owner of phRO back in 2007-2011. My last revival of the server was 3ceam and it ran from 2011-2012 with servername: phRO Renewal.

     

    Looking for:

    Someone who can manage the server

    Have server files / can script the NPC

    Be the main GM

    Advertise

    Do almost everything :D

     

    What would I do:

    I am busy now a days but I could script and create my own server. I started the server compile, client modification and it is working properly. 

     

    My VPS:

    Since I have a Premium Subscription from MSDN, i could create a VPS with 4gb RAM. All under my control.

     

    What Server I wanted:

    Herc

    Low-Mid Rate

    Pre renewal

    Name will be phRO

    No @commands

     

    message me who wants to have their own server without expense, we'll partner up.. I am too busy nowadays and would want someone to handle everything and I just want to script from the background. 

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.