Jump to content

zeinzu21

Members
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Where Palaces Falls

Recent Profile Visitors

1609 profile views

zeinzu21's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Oh I just love that! I am so used to OOP that I am having problems working with NPC scripts but this changes alot! Thanks!
  2. ah! Clear and precise! Thanks for the translation!
  3. The upvote is for the link to the full reference. My apologies if I was not clear on the question. What I was looking for was being able to store an array inside an array's element such as: element 1: 9 element 2: [element1: 44, element2: 24, element3: 95] element 3: 10 But I can see I should use two dimensional array than look for something like Object[List<Object>] foo = new Object[100]; // it means I am storing an array inside an array element But since the resource has been provided, I can have this thread resolved. Once again, thank you Litro Endemic!
  4. Thanks for the quick response Litro Endemic! I really mean declare and empty array. As most languages allow, we can declare : setarray foo; // wherein when we use getarraysize(foo), // it return 0 until the next "foo[getarraysize(foo)+1] = bar" then it returns 1. But thanks for those code snippets! Those will come in handy! Thanks for the link! I found the functions very interesting and it seems to have almost all that I need for manipulating the array. I will try and figure how to set this up and test it out. Also, an additional question, can we put an array inside an array? I was thinking of doing something like: setarray details[0],0,1,1,1,1,0; setarray rows[0],details; // when I call rows[0] then it will returns an array that contains 0,1,1,1,1,0
  5. Im sorry if this might already be existing but I have quite a few questions regarding arrays. Here they are: 1. How do we declare an empty array? Currently I am doing this: setarray guilds[0],""; //by doing this, I am creating an array "guilds" with 1 element. Not exactly what I wanted 2. Is there a way to push or pop an array element which will automatically shift them? 3. Can we use something like labels in arrays, kinda like javascript's [{label:value,label2:value2},{label:value,label2:value2}]?
  6. Hi there! im looking for a job change NPC that can only serve until transcend. no 3rd jobs! ive been doing my best to look for an existing one but most of the scripts i found were upgraded to 3rd jobs. can anyone give me one? and do please indicate some of the variables or functions you used and what it is for. im trying to learn scripting too. this part was too complicated for me. thanks!
  7. thank you. server is now working fine. im using SVN 16929. client version 2012-04-10aRagexeRE. using weediff patch.
  8. okay heres the thing. i tried reading some of the threads here and i couldnt find specifically my issue. i opened a server in AsuraHosting and switched my emulator to rAthena. i got the server up with LOTS of problem in the database which was later on resolved. but the problem is i finally found out that my server is not compatible with the client. i already have a server on my computer and i wish to upload it to my Server in asura hosting. tbh i tried updating the svn version of my server but the only message i get is Skipped '.' can anyone help me out setting up my server? or rather get my preconfigured server to asura hosting?
  9. ok heres the thing. i tried to modify my BG script for both emperium and PVP but it seems there are still alot of things for me to learn. i need a BG that: 1. Clicking the NPC at the waiting room will set you to a random team. 2. the teams only requires a minimum of 2v2 to 5v5. 3. entering the room while a battle is going on is allowed but requires to be by 2 or equal numbers 4. rewards are based on: x = default score y = winning score z = kill score x = 100 y = 200 z = 2 reward = (100+y+(z*kills))/3 thanks.
  10. http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/page-1 there.. now can you teach me making a cabal offline?? Pm me.. lol or just give me the link~ in pm that is~ rage zone my friend. sir can you teach me making tantra offline server?? until now i love tantra game .. same goes to you. but theres another one. its sam's blog something like that. my piece of advice: prepare your computer for a massive process eater. each map is a server and you need to run maps like mandara to get there and shambala to access it. default map for login is mandara.
  11. will test Thanks for the help! mind teaching me some tricks in making it? im using these tools: Actor2 version here: This program is Ragnarok Online ACTion file editor. Revisions actOR2: 125 MyComp2: 93 ArcDataPO: 41 LuaDel: 3 Related component and library Lua for Delphi: Original: [email protected] Modified: Massimo Magnano, Jean-Francois Goulet zlibh, StrMatches: From JEDI project openglcontext: From Mattias Gaertner zlib, iconv, intl, giflib: From GNU (FSF) and im using SPR_Conview_v0.11. problems with my sprite are mostly palette. thanks! oh and yes im using magenta FF00FF for color. backround. Please tear down the link. will post it when all my files are ready for release in the site. and i will add your name to this one. i owe you thanks
  12. thanks for the reply. will download then 12hrs later. will ask again if something comes up.
  13. Okay then. heres what i need. 1. What is the recommended customizable pre-renewal client? (Grf and exe) - is it palette customizable? how do i add the palettes? - is it possible to add renewal maps there? how? 2. What is the recommended Server setup? - is it stable with the renewal crossing pre-renewal? - how stable is it in terms of connection and execution? that would be all. ive removed the rest because i would like to continue reading the rathena wiki. thanks.
×
×
  • Create New...